sarma kiran wrote:
Hi,
I have the requirement that i have to include the file contents from the action path of the struts... is it possible..
<jsp: include page=".......action path "/>
This is not working.
Please let me know if any other solution is there.. thanks
Regards,
Kiran
You have to modify your action mapping, change its type to include action
<action path=”/actionpath” parameter="/whatever" type=”org.apache.struts.actions.IncludeAction” />