Hello!
        I am trying to create a jsp whose action depends on a request parameter. I
have trying the following, with no results:

<html:form action="<bean:write name="userurl" scope="request"/>"
focus="username" >
and
<html:form action='<bean:write name="userurl" scope="request"/>'
focus="username" >
and
<html:form action=<bean:write name="userurl" scope="request"/>
focus="username" >

I always get an exception which states that the bean userurl has no value


When I hardcode the action, it works ok:

<html:form action="saveNewUser.action" focus="username" >
.....
<bean:write name="userurl" scope="request"/>
....



Can any one help me please?
Thanks in advance,
        Victor Batista



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to