Re: Map-backed forms in Struts2

2007-04-17 Thread James Navin
/indexing. html#N10189 James Navin wrote: 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 's:textfield

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 's:textfield name=value(#currentField.fieldName)/' where the