| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
5 comments so far (post your own) View All Comments Latest 10 Comments:if i have a form in the page....can i use the forwardaction class to forward the the form page.
if i do, it flashes the error "cannot retrieve the form bean definition null"
Posted by bala on Wednesday, 05.14.08 @ 12:42pm | #59776
I tried to use the example above and I am getting a message that attribute input is allowed only when attribute name is specified. Can you explain this error to me.
thanks
Posted by stan on Wednesday, 02.20.08 @ 20:38pm | #49230
description The request sent by the client was syntactically incorrect (Invalid path /success was requested)
i used the following coding:
<action
path="/success"
type="org.apache.struts.actions.ForwardAction"
parameter="/pages/Success.jsp"
input="/pages/ForwardAction.jsp"
scope="request"
validate="false">
</action>
2)jsp file:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html:html locale="true">
<HEAD>
<TITLE>Forward Action Example</TITLE>
<BODY>
<H3>Forward Action Example</H3>
<p><html:link page="/success.do">Call the Success page</html:link></p>
</html:html>
Posted by mohan on Friday, 08.17.07 @ 08:55am | #23562
Can we use multiple action? If yes then what is the name of class.
Posted by Madhu on Wednesday, 06.27.07 @ 12:33pm | #20269
hi
i got the error:
HTTP Status 400 - Invalid path /success was requested
--------------------------------------------------------------------------------
type Status report
message Invalid path /success was requested
description The request sent by the client was syntactically incorrect (Invalid path /success was requested)
i used the following coding:
<action
path="/success"
type="org.apache.struts.actions.ForwardAction"
parameter="/pages/Success.jsp"
input="/pages/ForwardAction.jsp"
scope="request"
validate="false">
</action>
2)jsp file:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html:html locale="true">
<HEAD>
<TITLE>Forward Action Example</TITLE>
<BODY>
<H3>Forward Action Example</H3>
<p><html:link page="/success.do">Call the Success page</html:link></p>
</html:html>
please tell me why the error come
Posted by nilesh zare on Wednesday, 05.30.07 @ 11:55am | #17711