tibi wrote:
sounds great. can you provide me with an example.

The easiest thing is to pass it through some common scope. You'll have to decide which scope to use. If the tag is not recursive, you can just use the request scope.

If ${jstlFoo} prints "FOO"

then

<c:set var="ognlFoo" scope="request" value="${jstlFoo}"/>
<s:property value="%{#request.ognlFoo}"/>

should also print "FOO"

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to