You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2007/08/09 10:11:18 UTC

[jira] Resolved: (WW-2026) bug in the portlet demo (missing processFormExampleForward.action file)

     [ https://issues.apache.org/struts/browse/WW-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2026.
----------------------------------

    Resolution: Cannot Reproduce

Probably because the portlet was not accessed correctly (through a portlet container).

> bug in the portlet demo (missing processFormExampleForward.action file)
> -----------------------------------------------------------------------
>
>                 Key: WW-2026
>                 URL: https://issues.apache.org/struts/browse/WW-2026
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.0.8
>         Environment: Tomcat 5.5.23 on W2K with the pluto 1.1 portlet support
>            Reporter: olivier dupuy
>             Fix For: Future
>
>         Attachments: Olivier Dupuy.vcf
>
>
> Hi,
> I was just playing with http://localhost:8080/StrutsPortlet/edit/dummy/test/index.action
> tried the <form test> link, entered data and submitted with the following error 
> >>>>The requested resource (/StrutsPortlet/edit/processFormExampleForward.action) is not available
> on the page http://localhost:8080/StrutsPortlet/edit/dummy/test/processFormExampleEdit.action
> Web.xml contains this but this processFormExampleForward.action is missing as a file
> 	<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.