Re: Splitting struts-config into multiple jar and read them as reso urce stream

2004-03-31 Thread nicolas De Loof
Just a detail I just think about : Using this patch, web can develop a Struts module as a subproject and include it in WAR as a jar, but what's about tiles-def.xml and validation.xml ? This plugins should get a similar enhancement to be able to build jar-modules with Struts "commonly used" plug

DO NOT REPLY [Bug 28113] New: - html:form generates invalid non-validating XHTML

2004-03-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28105] New: - Only one wildcard replacement by attribute?

2004-03-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28104] New: - Action mapping with wildcard should be search in the order of their declaration

2004-03-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[SOLVED] Re: DynaActionForm set() method failing

2004-03-31 Thread Adam Hardy
Just came back to it after lunch and recompiled struts with some logging statements, and the thing works again. I can only put it down to some sort of caching in JBoss-tomcat, or maybe in my short term memory. :0 On 03/31/2004 02:16 PM Adam Hardy wrote: in my DynaActionForm declaration, I do thi

Re: DynaActionForm set() method failing incomprehensibly!

2004-03-31 Thread Adam Hardy
Sorry, originally meant to send this here, but changed my mind and wanted to send it to the struts user list. Please let me know if you think I should. If so, sorry for the traffic (he says, making it worse). On 03/31/2004 02:16 PM Adam Hardy wrote: in my DynaActionForm declaration, I do this:

DynaActionForm set() method failing incomprehensibly!

2004-03-31 Thread Adam Hardy
in my DynaActionForm declaration, I do this: and in my action, I'm assigning the SurveyDTO array to it, but I am getting a ConversionException with the msg: Cannot assign value of type '[Lorg.gargantus.esurvey.SurveyDTO;' to property 'surveys' of type '[Lorg.gargantus.esurvey.S

Re: Splitting struts-config into multiple jar and read them as reso urce stream

2004-03-31 Thread nicolas De Loof
This means that included module jar must be built with knowledge of the module on witch it will be associated. Not a big issue, as loading from jars should be great for big apps. Nico. Filippo Munafò a écrit : Yes, the patch has trasparently extended also non default module config. ActionServ

RE: Splitting struts-config into multiple jar and read them as reso urce stream

2004-03-31 Thread Filippo Munafò
Yes, the patch has trasparently extended also non default module config. ActionServlet.init() (unmodified) call initModuleConfig first for default module and then for each module config found in controller init parameters. So you can do something like this: config /WEB-INF/struts-conf

Re: Splitting struts-config into multiple jar and read them as reso urce stream

2004-03-31 Thread nicolas De Loof
As far as I understand your patch, config included in jars is added to default module config. Is they're any way to associate a jar (including config) to a struts module ? Nico. Filippo Munafò a écrit : Following your suggestion, I've just submitted a patch as bugzilla Enhancement (#28051). I'