Re: ww:action for ww:select doesent execute again when return='INPUT'
Ruben Inoto <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <23006788.1148888450971.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Maybe you can override validate() in your action, check for errors, and fill the action with the data needed.
[code]
public void validate() {
if (hasErrors()) {
prepareMasterData();
}
}
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32651&messageID=63252#63252
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]