Oh yes, this is possible..... just use an actionhandler that can work with a 
xml structure. There are some examples in the source, docs, this forum... just 
don't look at the xml tag as the variable name but do something like

<numbers>
  | <entry><key>one</key><value>1</value></entry>
  | <entry><key>two</key><value>2</value></entry>
  | <entry><key>three</key><value>3</value></entry>
  | </numbers>

Where the value of key is the variable name and the value of value is the value 
(heee that is nice ;-))

The rest should be obvious

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961002#3961002

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961002
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to