Well the thing that was happening was that when an exception occurred the form was being lost from the request and so therefore "form" didn't exist and we were getting "bean 'form' not found in any scope" exception. So thats the main reason I removed it. However since we've changed it so the root use case action is used for the input instead of the root use case jsp page I think it should work. So yeah go for it add them back (but I think the only ones we need it on are the ones with the collections (i.e. html:optionsCollection and html:multibox)...by the way I noticed the same thing with multibox and added the 'name="form"' to it last night (in the StrutsJSP.vm template)...do you get commit messages yet?
Also I have a question for you....we have the root use case action for the input, this works fine for one JSP in a use case, but if we have multiple JSPs, when an exception/validation error occurs it goes back to the root use case page instead of the current page, so that needs to be fixed, I was gonna fix it, however I wanted to ask you how we get the main action for each JSP page within a use case? --- Wouter Zoons <[EMAIL PROTECTED]> wrote: > dude, > > I noticed that the form="name" attribute is missing > from the struts > widgets, this is giving me some problems with the > multibox feature (which > is nearly done - I also enhanced some other features > to make it work, it > will now be possible to have any type of widget in > the displaytag table) > > suppose I re-add the form="name" thing on all > <html:*> widgets, you think > this would lead to problems ? > > -- Wouter > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide > on ITManagersJournal > Use IT products in your business? Tell us what you > think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! > Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
