Re: Map-backed forms in Struts2

2007-04-17 Thread James Navin
t a s2 user but I have read the OGNL spec so sorry if I'm wrong > but OGNL needs >public PropertyType getPropertyName(IndexType index) >and public void setPropertyName(IndexType index, PropertyType value) > > http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/ind

Map-backed forms in Struts2

2007-04-16 Thread James Navin
Hi all, A system I am developing requires forms to be generated dynamically at runtime based on data stored in a database. I have read that it is possible to use map-backed forms in Struts1 to achieve this using something of the form '' where the associated Action class has a method of the form '