Validation and multiple languages

2005-05-12 Thread Anders Sveen
Hi, I'm using validation with one locale and everything works fine. Then I decided to add another locale for Icelandic, and do the following: This gives me an empty formset and no validation is turned on. So I move on to try to add a form for validation: Notice the absence of val

Re: Struts with spring 1.2

2005-06-01 Thread Anders Sveen
Hi Rodolfo, We are using Spring 1.2 with Struts 1.2.6 . At least with our setup, we found that if we wanted to use Dependency Injection with Spring into our actions, we would not be able to use our wildcard mappings. So instead we just let our actions inherit from DispatchActionSupport, get the Ap