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
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
2 matches
Mail list logo