Proceeding from the question
In Struts1, how to use set-property tag inside action tag?
When set-property tag is used, its value is mapped to property in extended ActionMapping class. Is there any way to access this property in JSP ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can make use of the
bean:strutstag:Once defined, you can access the properties straight on the
myActionMappingJSP bean:Or, using EL:
Reference: struts-bean.tld