Re: Migration to 2.2.3 problems with OGNL syntax/parameter interceptor
tm_jee <[email protected]> Wed, 06 Dec 2006 07:44:14 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <12727181.1165412684790.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi Mike,
Can you tried it with 2.2.4?
Write up a simple page as follows and it seems to be working, I have got 2.2.3 to try out,
[code]
<ww:form action="test" namespace="/tmjee">
<ww:textfield label="label" name="map['anotherkey']" value="%{'testtest123'}" />
<ww:submit />
</ww:form>
[/code]
[code]
public class MyAction extends ActionSupport {
private Map map = new LinkedHashMap();
public void setMap(Map map) { this.map = map; }
public Map getMap() { return this.map; }
}
[/code]
[code]
<ww:property value="map['anotherkey']" />
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52191&messageID=105505#105505
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]