dropdown list problem if i use my own
-------------------------------------
Key: STR-3047
URL: https://issues.apache.org/struts/browse/STR-3047
Project: Struts 1
Issue Type: Bug
Affects Versions: 1.3.8
Environment: struts1.3.8, netweaver developer studio 7.0.09
Reporter: dvsrao
Priority: Minor
hi,
requirement:
Dropdown list should show the selected value when coming from another jsp. may
i know the code for that.
I used this code for that.
<logic:iterate scope="request" id="myCollectionElement" name="elements"
type="java.lang.String">
<option ><bean:write name="myCollectionElement" /></option>
</logic:iterate>
but if i come from next jsp to this jsp it shows by default value... pls help
me in this regard.
i can send struts-config, jsps, form bean and action classes if required...
thanks in advance,
regards,
dvsrao.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.