I'm trying to use c:out to display the contents of a form bean that is of type:
<form-bean name="form_DetailSheet" type="org.apache.struts.validator.LazyValidatorActionForm"/> I set a form value like so: DynaBean df = (DynaBean)_form; df.set("accessionDate", new java.util.Date()); I thought that doing a <c:out value="form_DetailSheet.map.accessionDate"/> would do it but I keep getting an error that it can't find .map How do I go about getting the value? Thanks! -- Sloan