Re: how to pass the value to the next page ???
tm_jee <[email protected]> Sun, 17 Dec 2006 00:16:58 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <9234032.1166336248793.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi there,
If we have the result as "dispatcher", the action will be available in the next request, so we would still have it in the next page.
[code]
<action name="submit" ....>
<result type="dispatcher" name="success">nextpage.jsp</result>
</action>
[/code]
[code]
<ww:form action="submit" ...>
<ww:textfield name="name" label="Name" .... />
.....
<ww:submit />
</ww:form>
[/code]
Is this what you are looking for?
cheers.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=53297&messageID=108295#108295
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]