Re: Cannot find global ActionForward for name welcome

2006-06-07 Thread Suresh Babu S

Hi
You written code like

in your JSP.By default it will try to find Welcome in global forward
section.
Since it is not there it will throw an exception like thst
open following like,hope it will give clear idea on logic:forward
http://struts.apache.org/struts-doc-1.1/userGuide/struts-logic.html#forward

On 6/8/06, Daoud Abdelmonem Faleh <[EMAIL PROTECTED]> wrote:


Hello,
This is my first post to this mailing list,
Before exposing my troubles, I'd like to aknowlege Struts community
about the good work theire doing. Thanks folks!
Please notice that the two actions: welcome and listAllPays where
working great before i add the two other actions showPaysDetails and
editPays.
this is my configuration and listing for web.xml, struts-config.xml
and index.jsp

OS: Ms WinXP.
AS: OAS 10.1.3.0.0
struts: 1.2.9

my index.jsp:
...

...

my struts-config.xml:












































my web.xml:


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4">

action
org.apache.struts.action.ActionServlet

config
/WEB-INF/struts-config.xml


debug
2


detail
2

2


action
*.do


30


index.jsp



/WEB-INF/struts-bean.tld
/WEB-INF/struts-bean.tld


/WEB-INF/struts-html.tld
/WEB-INF/struts-html.tld


/WEB-INF/struts-logic.tld
/WEB-INF/struts-logic.tld


/WEB-INF/struts-nested.tld
/WEB-INF/struts-nested.tld


/WEB-INF/struts-tiles.tld
/WEB-INF/struts-tiles.tld



ejb/TpaysFacadeBean
Session
com.itCom.peretr.session.ejb.TpaysFacadeLocalHome
com.itCom.peretr.session.ejb.TpaysFacadeLocal
PersEtr-EJBModule.jar#TpaysFacadeBean



when i request the index.jsp i get a 500 error
javax.servlet.jsp.JspException: Cannot find global ActionForward for
name welcome
at org.apache.struts.taglib.logic.ForwardTag.doEndTag(ForwardTag.java:92)
at _index._jspService(_index.java:60)
[SRC:/index.jsp:26]
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0)
].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.ServletRequestDispatcher.invoke(
ServletRequestDispatcher.java:719)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.ServletRequestDispatcher.forwardInternal(
ServletRequestDispatcher.java:376)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java
:870)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java
:451)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(
ServerSocketReadHandler.java:260)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].util.ReleasableResourcePooledExecutor$MyWorker.run(
ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
---
Suresh babu S
Software Engineer
IBM,080-417 72568(Direct)
+91-9886237127
[EMAIL PROTECTED]


Cannot find global ActionForward for name welcome

2006-06-07 Thread Daoud Abdelmonem Faleh

Hello,
This is my first post to this mailing list,
Before exposing my troubles, I'd like to aknowlege Struts community
about the good work theire doing. Thanks folks!
Please notice that the two actions: welcome and listAllPays where
working great before i add the two other actions showPaysDetails and
editPays.
this is my configuration and listing for web.xml, struts-config.xml
and index.jsp

OS: Ms WinXP.
AS: OAS 10.1.3.0.0
struts: 1.2.9

my index.jsp:
...

...

my struts-config.xml:












































my web.xml:


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4">

action
org.apache.struts.action.ActionServlet

config
/WEB-INF/struts-config.xml


debug
2


detail
2

2


action
*.do


30


index.jsp



/WEB-INF/struts-bean.tld
/WEB-INF/struts-bean.tld


/WEB-INF/struts-html.tld
/WEB-INF/struts-html.tld


/WEB-INF/struts-logic.tld
/WEB-INF/struts-logic.tld


/WEB-INF/struts-nested.tld
/WEB-INF/struts-nested.tld


/WEB-INF/struts-tiles.tld
/WEB-INF/struts-tiles.tld



ejb/TpaysFacadeBean
Session
com.itCom.peretr.session.ejb.TpaysFacadeLocalHome
com.itCom.peretr.session.ejb.TpaysFacadeLocal
PersEtr-EJBModule.jar#TpaysFacadeBean



when i request the index.jsp i get a 500 error
javax.servlet.jsp.JspException: Cannot find global ActionForward for
name welcome
at org.apache.struts.taglib.logic.ForwardTag.doEndTag(ForwardTag.java:92)
at _index._jspService(_index.java:60)
[SRC:/index.jsp:26]
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0)
].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
at 
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot find global ActionForward for name

2005-04-29 Thread Morris Jones
Daniel Kies wrote:
Greetings.  I am getting this error on an App and I can't seem to find
out why.  Any suggestions?
Struts-Config: 
 
 
 
 
 
 
 
 
 
 
[...]
Result: 
Error 500: Cannot find global ActionForward for name start
Try:

Mojo
--
Morris Jones
Monrovia, CA
http://www.whiteoaks.com
Old Town Astronomers: http://www.otastro.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Cannot find global ActionForward for name

2005-04-29 Thread Daniel Kies
Greetings.  I am getting this error on an App and I can't seem to find
out why.  Any suggestions?

Struts-Config: 
 
 
 
 
 
 
 
 
 
 

Index.jsp: 
 
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> 
 

Result: 
Error 500: Cannot find global ActionForward for name start

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]