Re: [S2] validation continue even if there is an error

2007-08-08 Thread nodep
he exception and not to excecute the action when the validation-file is not wellformed? Thanks to reply. Stefano ------ mihel wrote: > > nodep wrote: >> and it's wrong because there's a

[S2] validation continue even if there is an error

2007-08-07 Thread nodep
Hi, I wrote this xml-file for validation: << ... ... >> and it's wrong because there's a tag "field-validator" not closed. Struts2 doesn't stop the flow and go to my

[S2] datepicker default value in 2.1

2007-07-04 Thread nodep
Hi, I don't know if I can post here a question about version 2.1 but ... I do :) I have downloaded and compiled (from svn) the version 2.1 of Struts2. My question is: is it possible to set the default value of a datepicker field so that when i make a mistake filling the field it don't change the

textfield and Map

2007-06-27 Thread nodep
Hi, i'm trying to populate a Map with the tag , but when i read the map in my action i find a String array and not a String. In my JSP i have: where "proprieta" is my Map. In the action i have: ... private Map proprieta = new HashMap(); public Map getProprieta() {