ww:action for ww:select doesent execute again when return='INPUT'
ascat <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <17869072.1148883102184.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
<ww:action id="AllBranches" executeResult="false" name="baseinfo" namespace="/pub"/>
<ww:form action="newuser" namespace="/pub">
<ww:token/>...
<ww:select label="please" name="user.blbranch.branch" list="#attr.AllBranches.branches" listKey="branch" listValue="branch" required="true"/>
<ww:submit value="new user"/>
</ww:form>
Here list value of ww:select is retrieved from ww:action.But while any error(caused by such as validation,or something else) returns INPUT,ww:select and the whole part after it disappear,it seems ww:action is not executed once more at all.
The similar problem has been asked by Flávio Oliva in thread:
http://forums.opensymphony.com/thread.jspa?messageID=6876᫜
In that thread,he think maybe interceptors just return INPUT and the page is not executed again at all.
Maybe this is the reason,But Could anyone tell me how to solve this problem?.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32651&messageID=63237#63237
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]