Indexed Properties problem / what version of struts is compatible ?

2003-09-10 Thread Florent LOTHON
This example from jakarta is it available with 1.02 version of struts ? My implementation does'nt work. javax.servlet.ServletException: Exception thrown by getter for property numeroContratIndexed[0] of bean form2 Example from jakarta http://jakarta.apache.org/struts/faqs/indexedprops.html :

Tr: Indexed Properties problem / what version of struts is compatible ?

2003-09-10 Thread Florent LOTHON
Oups i made a big mistake there is no more problem sorry :) -Message d'origine- De : Florent LOTHON [EMAIL PROTECTED] À : Struts Users Mailing List [EMAIL PROTECTED] Date : mercredi 10 septembre 2003 10:03 Objet : Indexed Properties problem / what version of struts is compatible

indexed properties problem

2003-02-18 Thread Brian Moseley
i'm having a problem with struts' population of a form with an indexed property. specifically, BeanUtils.setProperty is barfing (and something in the stack is annoyingly swallowing the exception) when trying to set a nested property on the indexed property. (see the form, jsp, generated html