Re: Actionform backed by Map for use in Struts-Faces

2004-09-09 Thread Craig McClanahan
What you are running into is not an issue with the Struts-Faces integration library. There are significant issues interoperating between JSTL and JSF -- in particular, you will need to use something like the UIData component (using either the standard tag, or with some other renderer) to do repea

Actionform backed by Map for use in Struts-Faces

2004-09-09 Thread Karsten Krieg
Hi List! I'm using an Map-based Actionform for generating a number of input fields based on the result of a database query. The actionform is implemented as follows public class MapForm extends ActionForm { private Map values = new HashMap(); public void setValue(String key, Object valu