Re: Using struts-nested tags

2004-07-08 Thread Paride Perazzolo
va:428) > at> > but if I change the scope of the action above to "session" and I call setFormIntoTheSession() instead of setFormIntoTheRequest() all works nice. This is obvius, but my problem is: I don't like to set the action scope to "session".

Re: Using struts-nested tags

2004-07-06 Thread Paride Perazzolo
sing objects like containers and navigators in session) in the related actions before passing control to JSPs and/or after submitting the form. I think this is the correct procedure to use. thanks for your help -- Paride Perazzolo [EMAIL PROTECTED] -

Re: Using struts-nested tags

2004-07-06 Thread Paride Perazzolo
rayList itself, but how is it mapped onto the (Dynamic) form I've defined in stuts-config.xml? I don't understand why I get the IndexOutOfBoundsExceptions. It seems the ArrayList which is passed to the form-bean is null or empty. thanks -- Paride Perazzolo [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using struts-nested tags

2004-07-05 Thread Paride Perazzolo
roperty(PropertyUtils.java:474) at org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUtils.java:428) at Thank you in advance... -- Paride Perazzolo [EMAIL PROTECTED] -