Hello,

on JSP I have:

dropdown selection:

<html:select name="reportForm" property="selectedEquipment"
styleClass="smallFont" >
<html:options name="reportForm" property="equipmentList" />
</html:select>

and input field that I need validate in my reportForm  (on server)

the reportForm has all fields that are filled by Action class.
and JSP display all just fine.

but, when I type "wrong" value into input field
then reportForm validate returns errors
and then Struts forward it to JSP
and then I get error - so equipmentList is null - nothing filled it!!!

how I can resolve my problem?

tnx

Best Regards.
Michael.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to