struts
<html:select property="sRequestId">
<logic:iterate id="results" name="despatchValidform" property="requestId" indexId="index">
<bean:define id="Reqparam" name="results" property="sRequestId"/>
<html:option value='<%=Reqparam%>'><%=Reqparam%></html:option>
</logic:iterate>
</html:select>
When I am using this in jdev its working fine but in eclipse its giving error while using <html:option value='<%=Reqparam%>'>.Please help.
Send me the reply in bswatilekha@rediffmail.com

