error page

2001-08-10 Thread Stefan Faist
Hello all, I want call a error page when an error happend. In the xxAction it works fine, but how can I do this in the xxForm? There I cant't call an forward to call my error page. Can someone help me? Thanks in advanced STEFAN -- hmi-Informatik GmbH

Re: Cannot retrieve mapping for action

2001-08-10 Thread Thomas Quas
Brian, Do you have this servlet mapping in your web.xml? servlet-mapping servlet-nameaction/servlet-name url-pattern*.do/url-pattern /servlet-mapping Also, is there a particular reason why you override the mapping parameter with your custom.CustomMapping class? Does it

RE: JBuilder 5, Struts 1.0 WebLogic 6.0, a Tutorial

2001-08-10 Thread markus . colombo
Thanks for everybody giving me feedback. I'll try to keep the Tutorial updated (if I find some spare time...) Markus -Original Message- From: Anthony Martin [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 9. August 2001 20:32 To: '[EMAIL PROTECTED]' Subject: RE: JBuilder 5, Struts 1.0

Re: Struts Tomcat 4.0

2001-08-10 Thread Ajay Chitre
Thank you everybody for sparing time to answer my questions. It is support like this that makes me want to use all the Jakarta products more and more. Thanks (a lot) again! - Ajay -- Original Message -- Keeping in mind that my day job is building Tomcat 4, I will add a few comments and

Re: error page

2001-08-10 Thread Pham Thanh Quan
You could declare your error page inside an action mapping in the file struts-config.xml as follow actionpath=.. type=... name=... scope=request input=Your_error_page_here /action and it will forward to Your_error_page_here

RE: NullPointerException

2001-08-10 Thread McIvor, David (LIT)
Are you using Visual Age for Java? -Original Message- From: Efrain Gutierrez [mailto:[EMAIL PROTECTED]] Sent: 09 August 2001 23:37 To: [EMAIL PROTECTED] Subject: NullPointerException What it means..?? Struts v1.0 w/Apache-Tomcat 3.2.1 TIA Error: 500 Location: /logon/logon.do

RE: Re: Construct context-relative URL in Javascript?

2001-08-10 Thread devon . bowen
I don't want the result in an a href. I want to do a POST and I want to be able to set the TARGET attribute for the FORM before posting as well. I want to set the form's ACTION attribute to that value. But I have multiple values that the form's ACTION attribute might get set to and

RE: Validation a form

2001-08-10 Thread DUPRAT Alexandre
It's a weird errors from the web server. An error 500 with no stack trace and no log just (sorry for the french output but it's a pretty standard one, you should be able to recognize it) : *ERROR* Impossible d'afficher la page Il y a un problème avec la page que vous essayez d'atteindre

Q: Formbean for editing hierarchical data. How ?

2001-08-10 Thread Michael Gerdau
Hi list ! I've created a formbean to wrap around some hierarchical data (structure to follow below). In the JSP I iterate over this hierarchical data using logic:notEqual and logic:iterate (and html:text) tags. Up to this point everything seems to work fine - all values are displayed as

Struts, i18n databases

2001-08-10 Thread Mike D
I'm also curious as to how it easy it is to replace/extend (whatever you think is the better approach) the framework to allow it to pull i18n stuff out of a database... What layer/level would be the most sensible place to implement this? Does anyone know a project where this has been done?

RE: BeanUtils.java PropertyUtils.java in Version 1.1-dev

2001-08-10 Thread Marcel Andres
Thank you Craig, this took a load off my mind! I will use the new ones, and if I figure out it doen't work, I know who can help me ;-). Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 6:44 PM To: [EMAIL PROTECTED] Subject:

two jakarta-tomcats

2001-08-10 Thread Vikramjit Singh
hi all, i wanted to run two tomcats on one machine. i know that this is not the forum to ask but since there are more experienced users in this forum so i thought of asking. i am changing the port no. of one tomcat to 8080 and 8008 . this works fines. in the tomcat.bat file i have changed the

why both html and form tags?

2001-08-10 Thread Nathan Coast
hi, why are there two tlds one for 'form' and one for 'html' where all of the form tags point to the same classes as those in the html package? Cheers Nathan ** This email and any files transmitted with it are confidential