On 07/24/2011 12:43 PM, Chris Molozian wrote:
> Hey all,
>
> <p>Welcome, ${actionBean.user.getName()}</p>

That should be ${actionBean.user.name}, which is internally converted to 
actionBean.getUser().getName(). (This has nothing to do with stripes, 
this is a Java EL feature ;-)).

I am wondering though why that does not throw an exception...

>
> Chris

Thomas

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to