On Wed, May 18, 2011 at 7:49 AM, inception <incepti...@in.com> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to