RE: JSP's in WEB-INF and action forward

2002-07-02 Thread Christian Velez
If the ITERATE element below is in a form and the form contains other variables, you can use hidden fields to get the required values into the request object. (Your example does not refelect this) If you don't have variables, you don't need to post a form. The values that you are interested in

RE: hello

2002-06-25 Thread Christian Velez
Check the Struts Main website. They have bundles of information. Christian -Original Message- From: Rai, Nandkishore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: hello Importance: Low I am new to sturts and i want to know some thing

RE: Button pressed

2002-06-03 Thread Christian Velez
This can be placed in URL. e.g. EditFormAction.do?action=Edit EditFormAction.do?action=Continue Test the request parameter value. Christian -Original Message- From: Carlos Fernandez [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 2:27 PM To: Struts Subject: Button

RE: default forward/

2002-04-26 Thread Christian Velez
You could use local forward elements for each action mapping and use the global-forwards to implement default forward elements. I don't know if action.xml contained a global-forwards. The more current file is the struts-config.xml. Christian/ -Original Message- From: Rainer Jünger

RE: Internal Servlet Error

2002-03-04 Thread Christian Velez
ActionMappings and the ActionFormBeans collection are specified in the struts-config.xml file, located in the WEB-INF sub-directory. You could check to see if the XML file exists. -Original Message- From: Fábio Queiroz Barbosa [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:22

RE: Internal Servlet Error

2002-03-04 Thread Christian Velez
, the problem appears: Internal Servlet Error: javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection When i comment the code, the problem hide. What's happening? - Original Message - From: Christian Velez [EMAIL PROTECTED] To: 'Struts Users Mailing List

RE: html:submit button

2002-02-21 Thread Christian Velez
Hi Konstantina, The html:submit is used to pass the parameters of the html:form it applies to. Whatever properties you include in your form, they are included in the request parameter. Here is an example: html:form action=/viewElementDesign.do bean:message key='mainMenu.viewDesignPatterns'/

Mail Filter

2001-12-19 Thread Christian Velez
Hi, I recently joined the mailing list and I am trying create a rule that will move all email messages to a STRUTS folder when they arrive in my mailbox. I am using Microsoft Outlook. I can't seem to get a rule that works for all messages. Any ideas would be greatly appreciated? Christian

Struts/Tomcat 4.0 Sealing Violation

2001-12-17 Thread Christian Velez
Hi, I am trying to run the sample applications that com with Struts. I have tried using the binary distributions and have used Ant with the source distributons. I keep getting a java.lang.SecurityException: sealing violation when I try to enter any example application. I am also unable to