On Wed, May 18, 2011 at 7:49 AM, inception <[email protected]> wrote: > <% String test ="#session.levelList"/> > <s:select name="levelList" listValue="<%= test %> listKey="levelId" /> > > i am not able to pass the sting test inside the select tag.. > > it gives me an exception
Normally you'd give details, like what the exception actually is, otherwise... In any case, what are you trying to do? Dynamically select the list object's value element? Have you considered doing that somewhere besides the view layer, where it almost certainly doesn't belong? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

