How to refer to a bundle in the Default module ?

2006-04-08 Thread ot 811
I seem to have hit a quirk in Struts (version 1.2.7). I have a resource bundle declared in the top-level (Default module). I need to refer to it in an html:img tag within the context of a module. I cannot figure out how to do it. The following syntax does not work : html:img module='' bundle='bu

Re: trying to get a Collection from my jsp

2006-04-10 Thread ot 811
Kid, > I try to get a collection from my jsp to my form bean. do you mean that you get the exception when you POST from the JSP ? Struts will not call your setPrestationsComptage(List prestationsComptage) method. Instead you must used indexed properties. see: http://struts.apache.org/struts-d

Re: iteration with indexed properties

2006-04-23 Thread ot 811
Interesting! How did tip.scoreHome render as tip.guessedScoreHome ? On 4/23/06, martin <[EMAIL PROTECTED]> wrote: > Hello > > I've a problem with indexed properties inside an iteration. Some of the > properties are rendered as a text-area and should be editable by the > user. The rendering goes f