RE: indexed property validation error:java.lang.reflect.InvocationTargetException

2006-04-12 Thread Michael TALLET
Hello Carl, 1) it works with a sessionScope ActionForm because it keeps the first one you populate at hand in the DisplayAction 2) with requestScope you have to create your object by hand public LabelValueBean getLabelValue(int index) { if (listOfItems == null) { listOf

RE: passing parameters

2006-02-01 Thread Michael TALLET
Hi, u could do something like this : <%= MyCons.EDIT %> michael -Message d'origine- De : Markus Demetz [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 février 2006 12:40 À : Struts Users Mailing List Objet : AW: passing parameters ok thanks, but I forgot that it should be d