Re: [S2] autocompleter, predefining initial value

2007-01-01 Thread Musachy Barroso
I logged WW-1589 (https://issues.apache.org/struts/browse/WW-1589) with a patch for the resubmit problem. regards musachy Dariusz Wojtas wrote: Hey! Your fix works as you said. Under both IE and Opera. There are still the issues described in my previous mail (resubmit of stacked autocompleter

Re: [S2] client validation problem

2007-01-01 Thread Nick Tucker
Thanks I had missed the link in the documentation to this page and just followed the link to the examples page where this problem is not mentioned. As specifying the current namespace is the default on the form tag, could the generation of the validation code use the default namespace when an ac

Re: [ANN] Java Web Parts 1.0 (GA) is now available

2007-01-01 Thread Leon Rosenberg
congrats for the 1.0 Frank! Leon On 1/1/07, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: The Java Web Parts (JWP) team is proud to announce that new year's day sees our first "GA" release, 1.0, unleashed upon the world! For those of you new to JWP, it is a project that provides small, reusable

[ANN] Java Web Parts 1.0 (GA) is now available

2007-01-01 Thread Frank W. Zammetti
The Java Web Parts (JWP) team is proud to announce that new year's day sees our first "GA" release, 1.0, unleashed upon the world! For those of you new to JWP, it is a project that provides small, reusable and largely independant Java components of interest to all web application developers. Y

Re: [ANN] MD4J J2EE Code Generator

2007-01-01 Thread Manos Batsis
Just added a 0.1 snapshot binary distribution [1] for your convinience. [1] http://sourceforge.net/project/showfiles.php?group_id=150959 Cheers, Manos Quoting Manos Batsis <[EMAIL PROTECTED]>: > > > MD4J is an extensible J2EE webapp generator. Currently only Hibernate > 3 > mappings are sup

Re: [S2] Strange problem with Date handling

2007-01-01 Thread Martin Gainty
There is an opportunity to introduce Date Validation in the validate method of your Validator class so for example to look at the Unit Test for ValidationUtils called /test/org/springframework/validation/ValidationUtilsTest.java you will see the private inner interface called EmptyValidator with

Re: [S2] client validation problem

2007-01-01 Thread Musachy Barroso
S2 needs to know the exact namespace of the action. If you do this: namespace="/validation"> then it works. Here is some doc: http://www.opensymphony.com/webwork/wikidocs/Client%20Side%20Validation.html regards musachy Nick Tucker wrote: Hi I have been having trouble with

Re: [S2] Strange problem with Date handling

2007-01-01 Thread Musachy Barroso
I was having that problem because S2 creates a new action to handle each request, and I was using Spring as the object factory which reuses the instances unless specified otherwise (scope="prototype" in Spring 2) musachy Dariusz Wojtas wrote: I am using Spring 2 but I do not define actions in

Re: [S2] Strange problem with Date handling

2007-01-01 Thread Dariusz Wojtas
I am using Spring 2 but I do not define actions in Spring. I use Spring to manage my services and security (acegi). As I understand this way the actions are created the 'traditional' way, and only some setters are later autowired - in this case by name. My date property does not match any spring s

Re: [S2] Strange problem with Date handling

2007-01-01 Thread Musachy Barroso
I had a similar problem before, are you using Spring 2 with S2? If you are, remember to set scope="prototype" in applicationContext.xml for your action bean musachy Dariusz Wojtas wrote: Now I am stuck with some other issue, something so strange that seems to be irrational. I have an URL /