Cannot call a method in an action class in portlet mode
-------------------------------------------------------
Key: WW-2201
URL: https://issues.apache.org/struts/browse/WW-2201
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.9
Environment: Windows -xp,Eclipse, Tomcat and JBoss, Java1.5
Reporter: sudhish
Priority: Critical
I am not able to call a method in an action class when put in the portlet
environment. In the web based environment its working fine. Can you help me in
solving this issue. Here also I am pasting the code used for submitting the
form.
<s:url id="url" action="TaskSearch" method="searchTask" namespace="/ems"/>
<s:a href="%{url}">
<img src="<s:url value="/FelixEms/images/search2.gif"/>"
border="none"/></s:a>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.