2016-06-16 10:10 GMT+02:00 Greg Huber <[email protected]>:
> I seem to be doing a lot of references in my jsp's
>
> eg
>
> <s:set var="uuId" value="getUuId()" />
>
> <s:hidden id="bean_%{#attr.uuId}" name="bean.somevalue%{#uuId}" />
> ie %{#uuId} or %{#attr.uuId}
>
> <s:property value="getUuId()" />
Does it work at all?
> <s:property value="uuId" />
prefered
> <s:property value="#uuId" />
when searching in current scope (ie. when using inside <s:iterator/>)
> <s:property value="#attr.uuId" />
search everywhere (#session, #application, #parameters)
> ${uuId}
supports EL
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]