John,

Doesn't the security:allowed need to be nested INSIDE the stripes form s:form? 
Your appears BEFORE the stripes form declaration unless I am mistaken.  I don't
think the security would know what bean to use if the call is BEFORE the
form/bean is declared/defined since security:allowed needs to know the
ActionBean to read the annotations.  Or are you going to add
bean="myActionBeanName" to your security:allowed tag?  See the order of line 43
and 45 in the stack trace code you posted.

Regards,
David




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to