Re: problem trying to use my own actions

2002-04-10 Thread Francisco Hernandez
response) throws IOException, ServletException { thanks all for the help :) - Original Message - From: Francisco Hernandez [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 1:24 PM Subject: problem trying to use my own actions

Re: problem trying to use my own actions

2002-04-10 Thread Matt Raible
Try this: global-forwards forward name=editVenue path=/editVenue.jsp/ /global-forwards action-mappings action path=/createVenue type=venue.action.CreateVenueAction name=venueForm /action /action-mappings Francisco Hernandez [EMAIL PROTECTED] wrote

RE: problem trying to use my own actions

2002-04-10 Thread Galbreath, Mark
at browser-cached pages. Mark -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 4:21 AM To: Struts Users Mailing List Subject: Re: problem trying to use my own actions after much heart ache i finalley found the damm problem.. in my class

problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
i just cant get struts to use my own actions.. struts-config.xml snipplets: global-forwards type=org.apache.struts.action.ActionForward forward name=editVenue path=/editVenue.jsp/ /global-forwards action-mappings type=org.apache.struts.action.ActionMapping action

RE: problem trying to use my own actions

2002-04-09 Thread Enrique Rodriguez
-Mensaje original- De: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Enviado el: martes, 09 de abril de 2002 22:25 Para: Struts Users Mailing List Asunto: problem trying to use my own actions i just cant get struts to use my own actions.. struts-config.xml snipplets: global-forwards

Re: problem trying to use my own actions

2002-04-09 Thread Jay sissom
really lost now - Original Message - From: Enrique Rodriguez [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 2:00 PM Subject: RE: problem trying to use my own actions HI, -you can config the verbose option in web.xml, when you

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
- Original Message - From: Jay sissom [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 2:25 PM Subject: Re: problem trying to use my own actions Lots of questions: 1. Is your action servlet loading? Your log files should tell you

RE: problem trying to use my own actions

2002-04-09 Thread Xianzhong chen
Sure your action class is on the classpath of orion or reson? -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 2:40 PM To: Struts Users Mailing List Subject: Re: problem trying to use my own actions - Original Message - From

Re: problem trying to use my own actions

2002-04-09 Thread Francisco Hernandez
place the link will work, but its blank (0 byte) - Original Message - From: Xianzhong chen [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 2:43 PM Subject: RE: problem trying to use my own actions Sure your action class

RE: problem trying to use my own actions

2002-04-09 Thread Pedone, Tim
To: Struts Users Mailing List Subject: Re: problem trying to use my own actions i tried renaming it from createVenue to editVenue and tried different setups, and it still does not work. - Original Message - From: Francisco Hernandez [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL