[S1] Validator configuration error

2011-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, struts-1.3.8 commons-validator-1.3.1 I recently started using a dynamic form attribute called "reset". It's documented to allow you to use either "true" or "false" or any combination of comma-separated HTTP methods that will trigger the form fi

RE: Multi Devices and Multilanguage

2011-06-30 Thread Marcus Bond
I had a similar idea of using an interceptor to alter the result code a while ago and decided that it was a non-starter mainly because every action would need another mapping for each platform you determined was worthy of treating differently. I need to sort something out imminently and the current

Re: call method with more then one param

2011-06-30 Thread Dave Newton
On Thu, Jun 30, 2011 at 5:37 AM, nero81de wrote: >

Re: call method with more then one param

2011-06-30 Thread nero81de
Sort: My problem is, i have a textfield who should call a method after submit. The method should have a fix value as first param and a dynamic param who comes from the input in the textfield. How can i do this in struts2? -- View this message in context: http://struts.1045723.n5.nabble.com/call

call method with more then one param

2011-06-30 Thread nero81de
Hi @ll, we have an application, wo works in struts1 and i make a migration to struts2 but i have a problem. I have in my Bean a method setDateActualArrivalDisplayMap(String id, String date) and a textfield that look like this: http://struts.1045723.n5.nabble.com/call-method-with-more-then-one-pa