cancel
Showing results for 
Search instead for 
Did you mean: 

Cascading Drop down Alfresco 3.2

saettonex
Champ in-the-making
Champ in-the-making
Hi all,

I would like to know how to have two dependent drop down as Barmash explain in http://blogs.alfresco.com/wp/jbarmash/2008/08/18/implementing-cascading-dropdowns-for-editing-proper....

The method Barmash gave me an error in the log:
…A valid SecureContext was not provided in the RequestContext…

I discovered in the post http://forums.alfresco.com/en/viewtopic.php?f=9&t=20589 that is because that implementation is not valid for version 3.2 of Alfresco.

Now, somebody somewhere knows how to implement cascading drop down in Alfresco 3.2?

Regards,

Xiomara Saettone
1 REPLY 1

billerby
Champ on-the-rise
Champ on-the-rise
I had the same problem, for some reason the query gets executed upon start of the container when no user is authenticated. Surround the code with a try catch block and catch the exception. Return an empty list. The next time the query gets executed there will be an authenticated user, and it will (hopefully) work.