Hi,

If you use jstl tag libs in your view, you can write this

<c:set var="propertyName" value="${actionBean.propertyName}"/>

at the top of your page and then just use ${propertyName} whenever needed.

Cheers,

Sam

On Sun, Nov 20, 2011 at 1:05 PM, <ted_smith2...@comcast.net> wrote:

> in the view when I need to reference a property in action bean, I must
> always use
>
> ${actionBean.propertyName}
>
> Is there any setting to enable using only
> ${propertyName}
>
> When a page has many places needing this, it becomes too verbose.
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>


-- 
Samuel Baudouin
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to