RE: redirecting to another action

2004-03-17 Thread Vanessa Monteiro
If I need to pass the method name to be executed in ActionB I can do it using setAttributes, right? _ Vanessa Monteiro Analista de Sistemas Quality Software 3475-3000 r:5062 >>> [EMAIL PROTECTED] 17/03/2004 16:10:12 >>> ActionA ===calling===>Ac

redirecting to another action

2004-03-17 Thread Vanessa Monteiro
Hello, I have an action and depending on the combo box value I need to redirect to another action. How can I do that? An action calling another action? _ Vanessa Monteiro Analista de Sistemas Quality Software 3475-3000 r:5062

Date attribute in ActionForm

2004-03-02 Thread Vanessa Monteiro
Hello, I have and ActionForm with one element refering to a Date (from Util) property and I get the following exception java.lang.IllegalArgumentException: argument type mismatch Is there a special treatment for these kind of attributes? Thanks, _ Vanessa Monteiro

mapping question

2004-01-13 Thread Vanessa Monteiro
Hello everyone, I'm having trouble understanding the mapping tags of struts-config.xml. I have one simple jsp form and one form and one action to take care of it. In my /pages/form.jsp I have a

Re: Action to JSP

2004-01-09 Thread Vanessa Monteiro
Guess there was a two sided misunderstanding ;) I'm new at struts but I don't think you can do that. What you can do is change your url-pattern to something like *.jspa and name you action with the same name as your jsp and the browser will show (ex.) index.jspa Vanessa >>> [EMAIL PROTECTED] 09

Re: Struts beginner

2004-01-09 Thread Vanessa Monteiro
nector.jarstruts-legacy.jar dom4j.jarxalan.jar hibernate2.jar xerces.jar jaas.jar xml-apis.jar jakarta-oro.jar If all the struts desired jars you have match the ones I have, tell us. Otávio Augusto On Fri, 09 Jan 2004 16:10:27 -0200 "Vanessa Mo

Re: Action to JSP

2004-01-09 Thread Vanessa Monteiro
Hi Mauricio can you send your caller jsp, the mapping and the action class? Vanessa >>> [EMAIL PROTECTED] 09/01/2004 17:51:46 >>> There are a way to: When a click in a link in my jsp page, in address bar in my browser dont write the name of the action, and go direct to the jsp page (defined in

Re: Struts beginner

2004-01-09 Thread Vanessa Monteiro
ommons-validator.jar > jstl.jar > standard.jar > struts-el.jar > struts.jar >>> [EMAIL PROTECTED] 09/01/2004 16:09:18 >>> http://jakarta.apache.org/site/binindex.cgi and get "commons-digester.jar" Saludos, -M - Original Message - From: "Vanessa Monteiro

Struts beginner

2004-01-09 Thread Vanessa Monteiro
Hello list members, I'm new at struts list and to using the framework. I'm starting my first web app and I got to map the actions just fine but when reach the action in my appl I get the following error msg: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester Here is the listing