Link to home
Start Free TrialLog in
Avatar of ramani081399
ramani081399

asked on

Struts Html:Image Tags

I am using struts html:Image tags in my code. I am doing somthing like this in my jsp page.
<html:modifyImage  indexed="true" diffKey = '<%="addToHoldScopingMeetingList[" + index + "].holdScopingMeetingID"%>'/> <br/>

When I submit this button I need to be able to retrieve the evaluated scriptlet expression. Currently I am not able to and when i do a print statement It simply prints out the string addToHoldScopingMeetingList[" + index + "].holdScopingMeetingID  instead of the value. I getting the diffKey value by doing a request.getParameter("diffKey") and this gives a null instead of evaluating the expression. How can I get to this to work. I need to use html:image tags only.

Any help will be appreciated.

Ramani
ASKER CERTIFIED SOLUTION
Avatar of somasekhar
somasekhar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial