Cascading Drop down Alfresco 3.2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 04:56 PM
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:
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 04:44 PM
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.
