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

trying to get a Collection from my jsp

2006-04-10 Thread KID
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) thank you for your assistance. Kid -- View this message in context: http://www.nabble.com/trying-to-get-a