Re: Validator does not validate!

2007-06-30 Thread Tim B
"Ramon Xuriguera i Albareda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks but, it doesn't work either... > Any other ideas? > I have worked with an earlier version of the Struts validator and found that the failure mode when there was a syntax error in validation.xml for a

Struts 1.3.8 Error on multiple servers Geronimo 1.1, Tomcat 5.5 and Sun App 8.2

2007-06-30 Thread Andrew Burger
I am trying to use Struts 1.3.8 on Geronimo 1.1, Tomcat 5.5 and Sun App 8.2 I am getting the same error. on all 3. I thought at first it was my struts-config.xml but the struts-blank-1.3.8.war is give my the same error. I tried struts-blank-1.3.5.war and don't get the error. I have read http://str

Re: Validator does not validate!

2007-06-30 Thread Paul Benedict
Can you repost relevant code and config with any corrections you made? Ramon Xuriguera i Albareda wrote: Thanks but, it doesn't work either... Any other ideas? 2007/6/30, Dave Newton <[EMAIL PROTECTED]>: Subclassing ValidationActionForm means that the form "name" attribute in validation.xml w

Question about using Struts with JAAS Login Modules

2007-06-30 Thread Krish Palaniappan
Hi, Our web application is based on Struts and has a LoginAction class that does the authentication against a database store. I am trying to move this to use (JBoss) Container based authentication therefore leveraging the DatabaseServerLoginModule that JBoss provides OOTB. Questions I have are: I

Re: Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
Thanks Wendy But I followed the struts upgrade steps The problem here is with tiles plugin this my code in struts-config.xml //even tried making this attribute false and in tiles-def.xml the doc type is http://struts.apache.org/dtds/tiles-config_1_1.dtd";> // tried just giving "tiles-

Re: Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread Wendy Smoak
On 6/30/07, pavan reddy <[EMAIL PROTECTED]> wrote: I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help much, any clues on it t

Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
Hello Everyone, I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help much, any clues on it thanks in advance Pavan

Re: [S2] App generate lot (2GB) of garbage! SOLVED

2007-06-30 Thread Ing. Andrea Vettori
Il giorno 30/giu/07, alle ore 13:54, Dave Newton ha scritto: --- "Ing. Andrea Vettori" wrote: However, my code still benefit a lot from disabling logging of struts \classes in jboss and caching the freemarker BeanWrapper. Hope to see this in the PerformanceTuning wiki pages. Logging and

Re: [S2] App generate lot (2GB) of garbage! SOLVED

2007-06-30 Thread Dave Newton
--- "Ing. Andrea Vettori" wrote: > However, my code still benefit a lot from disabling > logging of struts \classes in jboss and caching the > freemarker BeanWrapper. > > Hope to see this in the PerformanceTuning wiki > pages. Logging and template caching, at least, are already on the tuning pa

Re: Bean population

2007-06-30 Thread Dave Newton
You want to look in to creating your own type converters. http://struts.apache.org/2.x/docs/type-conversion.html --- Asaf Paris Mandoki <[EMAIL PROTECTED]> wrote: > So what I should do is remove the > ParametersInterceptor from my > interceptors configuration and add my "extended" > version ? >

Re: Bean population

2007-06-30 Thread Asaf Paris Mandoki
So what I should do is remove the ParametersInterceptor from my interceptors configuration and add my "extended" version ? I think this is what I was looking for. II'l have to do some experimenting. To answer Sean Conlon what I need is more complicated. The example wasn't good. The bottom is tha

Re: Validator does not validate!

2007-06-30 Thread Ramon Xuriguera i Albareda
Thanks but, it doesn't work either... Any other ideas? 2007/6/30, Dave Newton <[EMAIL PROTECTED]>: Subclassing ValidationActionForm means that the form "name" attribute in validation.xml would be the action path, not the bean name. You want ValidationForm if you want the validation form name to