You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "sudhish (JIRA)" <ji...@apache.org> on 2007/09/24 08:44:36 UTC

[jira] Created: (WW-2201) Cannot call a method in an action class in portlet mode

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.


[jira] Resolved: (WW-2201) Cannot call a method in an action class in portlet mode

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2201.
----------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.0.10
                   2.1.0

> 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
>             Fix For: 2.1.0, 2.0.10
>
>
> 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.