You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "olivier dupuy (JIRA)" <ji...@apache.org> on 2007/06/30 00:01:30 UTC

[jira] Created: (WW-2020) bug in struts.xml of the portlet demo (bad result URL)

bug in struts.xml of the portlet demo (bad result URL)
------------------------------------------------------

                 Key: WW-2020
                 URL: https://issues.apache.org/struts/browse/WW-2020
             Project: Struts 2
          Issue Type: Bug
          Components: Examples
    Affects Versions: 2.0.8
         Environment: not relevant
            Reporter: olivier dupuy


replace
		<action name="processFormExampleEdit"
			class="org.apache.struts2.portlet.example.FormExample">
			<result name="input">
				/WEB-INF/edtt/formExampleInput.jsp
			</result>
			<result name="success">
				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
			</result>
		</action>
by
		<action name="processFormExampleEdit"
			class="org.apache.struts2.portlet.example.FormExample">
			<result name="input">
				/WEB-INF/edit/formExampleInput.jsp   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
			</result>
			<result name="success">
				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
			</result>
		</action>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-2020) bug in struts.xml of the portlet demo (bad result URL)

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

James Holmes reassigned WW-2020:
--------------------------------

    Assignee: James Holmes

> bug in struts.xml of the portlet demo (bad result URL)
> ------------------------------------------------------
>
>                 Key: WW-2020
>                 URL: https://issues.apache.org/struts/browse/WW-2020
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.0.8
>         Environment: not relevant
>            Reporter: olivier dupuy
>            Assignee: James Holmes
>             Fix For: 2.1.0
>
>
> replace
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edtt/formExampleInput.jsp
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>
> by
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edit/formExampleInput.jsp   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2020) bug in struts.xml of the portlet demo (bad result URL)

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

James Holmes resolved WW-2020.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Thanks for the heads up. Keep the fixes coming!

> bug in struts.xml of the portlet demo (bad result URL)
> ------------------------------------------------------
>
>                 Key: WW-2020
>                 URL: https://issues.apache.org/struts/browse/WW-2020
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.0.8
>         Environment: not relevant
>            Reporter: olivier dupuy
>            Assignee: James Holmes
>             Fix For: 2.1.0
>
>
> replace
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edtt/formExampleInput.jsp
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>
> by
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edit/formExampleInput.jsp   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2020) bug in struts.xml of the portlet demo (bad result URL)

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

James Holmes updated WW-2020:
-----------------------------

    Fix Version/s: 2.0.9

> bug in struts.xml of the portlet demo (bad result URL)
> ------------------------------------------------------
>
>                 Key: WW-2020
>                 URL: https://issues.apache.org/struts/browse/WW-2020
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.0.8
>         Environment: not relevant
>            Reporter: olivier dupuy
>            Assignee: James Holmes
>             Fix For: 2.0.9, 2.1.0
>
>
> replace
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edtt/formExampleInput.jsp
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>
> by
> 		<action name="processFormExampleEdit"
> 			class="org.apache.struts2.portlet.example.FormExample">
> 			<result name="input">
> 				/WEB-INF/edit/formExampleInput.jsp   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> 			</result>
> 			<result name="success">
> 				/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}
> 			</result>
> 		</action>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.