Re: db error

2004-03-25 Thread Daniel H. F. e Silva
ECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Thursday, March 25, 2004 4:46 PM > Subject: RE: db error > > > Check your database is up before trying to connect to it. If it is and > you > can ping the database from your application

Re: db error

2004-03-25 Thread Larry Meadors
MAIL PROTECTED]> Sent: Thursday, March 25, 2004 4:46 PM Subject: RE: db error Check your database is up before trying to connect to it. If it is and you can ping the database from your application server box, then check your spelling in the data source definition. Chris McCormack -Origi

Re: db error

2004-03-25 Thread Rajat Pandit
Hello, i tried your suggestion but i continue getting the same error. javax.servlet.UnavailableException: Initializing application data source org.apache.struts.action.DATA_SOURCE at org.apache.struts.action.ActionServlet.initModuleDataSources(ActionServlet.j ava:1091) at

RE: db error

2004-03-25 Thread McCormack, Chris
rameter. I have included one that I know works for one of my systems oracle connection. Chris McCormack -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: 25 March 2004 11:11 To: Struts Users Mailing List Subject: Re: db error Thanks chris, so this is not because of a

Re: db error

2004-03-25 Thread Rajat Pandit
rmack, Chris" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 4:46 PM Subject: RE: db error Check your database is up before trying to connect to it. If it is and you can ping the database from your application server

RE: db error

2004-03-25 Thread McCormack, Chris
11:01 To: Struts Users Mailing List Subject: db error Hello All, i am trying to connect a oracle database, and i get this stack trace, can someone please tell me what is wrong with it. javax.servlet.UnavailableException: Initializing application data source org.apache.struts.action.DATA_SOURCE

db error

2004-03-25 Thread Rajat Pandit
-"); } System.err.println("=="); } } catch (SQLException e) { System.err.println("==> Error in getting the connection: " + e.getMessage()); <---end of code --> -- Rajat Pandit | [EMAIL PROTECTED] System Analyst Manchitra Se

Re: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Martin Gainty
Saul: Run websphere as root or Administrator in Windows Regards, Martin - Original Message - From: "Saul Q Yuan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:05 PM Subject: Re: Error while upgradin

Re: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Saul Q Yuan
- Original Message - From: Jignesh Kapadia To: Struts Users Mailing List Sent: Tuesday, March 23, 2004 7:30 PM Subject: RE: Error while upgrading from struts version 1.0 to 1.1 Hi , Now today I tried it with the Simple Log and tried to run a very simple APP using in WSAD w

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread a s
run a very simple APP using in WSAD with Struts 1.1 and the Log file generated following error. 3/23/04 15:58:10:184 EST] 26c486ff ServletEngine A SRVE0169I: Loading Web Module: Hello. [3/23/04 15:58:10:512 EST] 26c486ff WebGroup I SRVE0091I: [Servlet LOG]: JSP 1.1 Processor: init [3/23/04 15

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Jignesh Kapadia
Hi , Now today I tried it with the Simple Log and tried to run a very simple APP using in WSAD with Struts 1.1 and the Log file generated following error. 3/23/04 15:58:10:184 EST] 26c486ff ServletEngine A SRVE0169I: Loading Web Module: Hello. [3/23/04 15:58:10:512 EST] 26c486ff

Internal error while merging PD's

2004-03-23 Thread McClung, Brian
checked and double checked to make sure that they each match. Any help would be appreciated. java.lang.Error: PropertyDescriptor: internal error while merging PDs: type mismatch between read and write methods at java.beans.PropertyDescriptor.(PropertyDescriptor.java:343) at

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Saul Q Yuan
>From the error log, it seems it's looking for the default logger which comes with jdk1.4. Have you configured to use a logger like log4j, if you havn't configured one, then Struts will try to use the logger from jdk1.4. So, try to configure log4j, or use jdk1.4 to see how it goes.

Re: Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Jignesh Kapadia
i.e. org.apache.commons.digester.RuleSet.   Also I have moved the MessageResources has been moved from web.xml to struts-Config.xml. From the error I had set earlier. I think its failing in ActionServlet.init(). I am attaching the error file again.   Thanks, Jignesh  Saul Q Yuan <[EMAIL PROTEC

Re: Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Saul Q Yuan
onday, March 22, 2004 7:52 PM Subject: RE: Error while upgrading from struts version 1.0 to 1.1 Well, All the jar files are compiled properly. do we need to add some special parameter in in Struts-Config.xml file? It seems its looking for some Message Resource Factory Information.

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Jignesh Kapadia
he new Struts.jar file and other jar files it depends on. Saul -Original Message- From: Jignesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 1:55 PM To: [EMAIL PROTECTED] Subject: Error while upgrading from struts version 1.0 to 1.1 Hi , I am upgrading my current applicatio

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Saul Q Yuan
I think you need to recompile your application against the new Struts.jar file and other jar files it depends on. Saul -Original Message- From: Jignesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 1:55 PM To: [EMAIL PROTECTED] Subject: Error while upgrading from

Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Jignesh Kapadia
failing in Super.init(). Is there anything I need to do other that just realcing the war files when I upgrade the Struts version. The error file is attached in e-mail.     Thanks and Regards, JigneshDo you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.*** Starting the server *** IBM

Re: Way tho highlight error form field

2004-03-18 Thread atta-ur rehman
think BaseHandlerTag in struts need some real refactoring! hope this helps. ATTA - Original Message - From: "Joao Batistella" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 4:25 AM Subject: RE: Way

RE: Way tho highlight error form field

2004-03-18 Thread Colm Garvey
I've been thinking about this myself, and the way I plan on doing it is using a variation on my usual theme of: alert('<bean:write name="error"/>') to using a superior jscript function to read the errors into an array which then either pops up an a

RE: Way tho highlight error form field

2004-03-18 Thread Joao Batistella
t is there something that can do something like this? Thanks -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 18 de março de 2004 10:06 To: Struts Users Mailing List Subject: Re: Way tho highlight error form field You could modify the client-side validation stuff

Re: Way tho highlight error form field

2004-03-18 Thread Mark Lowe
Joao Batistella wrote: Hello! Is there a way in Struts to highlight the HTML form field that has an error? I mean, changing the style class of the form field, for example. Is there some feature in Struts that can help me? Thanks, JP -

Way tho highlight error form field

2004-03-18 Thread Joao Batistella
Hello! Is there a way in Struts to highlight the HTML form field that has an error? I mean, changing the style class of the form field, for example. Is there some feature in Struts that can help me? Thanks, JP

RE: error message display

2004-03-15 Thread Paul, R. Chip
There's also header and footer properties that you can set to avoid having this on every line. For instance in our project we display them as a list: errors.header= errors.prefix= errors.suffix= errors.footer= Header goes before the first error, footer after the last

RE: validator validwhen error (Repost)

2004-03-15 Thread Betty Koon
Anyone has any idea? I haven't seen anyone's reply. Thanks. -Betty -Original Message- From: Betty Koon [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 8:07 PM To: [EMAIL PROTECTED] Subject: validator validwhen error Hi, I got the following validator error, but no

FW: Insert arguments into Validator error messages?

2004-03-15 Thread Brendan Richards
a resource bundle for each area of my site: (struts-config.xml) Each resources bundle has a copy of the basic default error messages like: errors.required={0} is required. I have validations like this: And display the error messages like

FW: [Servlet Error]-[No form found under name logonForm, locale e n_US]:

2004-03-15 Thread Adedokun, Bisi
> -Original Message- > From: Adedokun, Bisi > Sent: Friday, March 12, 2004 3:18 PM > To: '[EMAIL PROTECTED]' > Subject: FW: [Servlet Error]-[No form found under name logonForm, > locale en_US]: > > I am getting the following errors whe

RE: error message display

2004-03-15 Thread anant.parnami
In your property file after the error message specify For e.g. Your property file should look like Validation.err = input data must be entered -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 1:30 PM To: [EMAIL PROTECTED] Subject: error

error message display

2004-03-14 Thread Jignesh Patel
Can anybody guide me how to show server error messages line by line rather then in a one line. -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: best way to highlight error form fields

2004-03-13 Thread Niall Pemberton
List'" <[EMAIL PROTECTED]> Sent: Saturday, March 13, 2004 10:26 PM Subject: RE: best way to highlight error form fields > Sorry but this is quite new to me: how do you use this source code? How > I integrate it? Do I write a TLD file?? > > Erez > > -Ori

Re: best way to highlight error form fields

2004-03-13 Thread Niall Pemberton
i" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, March 13, 2004 10:13 PM Subject: RE: best way to highlight error form fields > Thanks Niall, I will give it a try, it sounds good :) what about other > HTML

RE: best way to highlight error form fields

2004-03-13 Thread Erez Efrati
highlight error form fields I have done this by extending the struts tag and using the stylesheets - its pretty straight forward. I overrode the getStyleClass() method to do the following: 1) Retrieve the "ActionErrors" from the request 2) Check if there is an error message for the name/prop

RE: best way to highlight error form fields

2004-03-13 Thread Erez Efrati
highlight error form fields I have done this by extending the struts tag and using the stylesheets - its pretty straight forward. I overrode the getStyleClass() method to do the following: 1) Retrieve the "ActionErrors" from the request 2) Check if there is an error message for the nam

RE: best way to highlight error form fields

2004-03-12 Thread Erez Efrati
I totally agree with you, and I am pretty sure I am not the first one to bump into these issues. Erez E -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 12:15 AM To: Struts Users Mailing List Subject: Re: best way to highlight error form

Re: best way to highlight error form fields

2004-03-12 Thread Niall Pemberton
I have done this by extending the struts tag and using the stylesheets - its pretty straight forward. I overrode the getStyleClass() method to do the following: 1) Retrieve the "ActionErrors" from the request 2) Check if there is an error message for the name/property 3) If there i

Re: best way to highlight error form fields

2004-03-12 Thread Joe Germuska
, show the user one compact error saying that he should enter the highlighted fields. One way I came up with is using tag for each field and changing the style he's using thus highlighting it. Is there a JSTL equivalent way to perform this? there's no particularly clean way to do that i

best way to highlight error form fields

2004-03-12 Thread Erez Efrati
Hi all, I have a form and I am searching for the best way to do the following: 1. In case there were errors found in the form fields, highlight those fields (using background color of red for example). 2. If there are more than 4 fields with errors, show the user one compact error saying that

FW: [Servlet Error]-[No form found under name logonForm, locale e n_US]:

2004-03-12 Thread Adedokun, Bisi
269 WebGroup E SRVE0026E: [Servlet > Error]-[No form found under name logonForm, locale en_US]: > javax.servlet.jsp.JspException: No form found under name logonForm, locale > en_US > at > org.apache.struts.taglib.html.JavascriptValidatorTag.createDynamicJavascri >

Re: Regarding Error in Validator - Urgent Help

2004-03-10 Thread Geeta Ramani
Hi Ramachandran: Here's a suggestion: look at line number 63 of the servlet (in your work directory) generated by your first.jsp. See what the code there is and that may give you an idea of what's going wrong.. (seems like a null pointer somewhere, so try to see what may be null in that line of c

Regarding Error in Validator - Urgent Help

2004-03-10 Thread Ramachandran
Hi Friends, I am using the validator to perform the validations. I am facing the error while perform such operations. Can anyone please help me regarding this one. I am having FirstForm conatins phone and email. For that i am performing the validation using validator. Please suugest me

Regarding Error in Validator

2004-03-09 Thread Ramachandran
Hi Friends, I am using the validator to perform the validations. I am facing the error while perform such operations. Can anyone please help me regarding this one. I am having LoginForm conatins username and password. For that i am performing the validation using validator. Please suugest me

AW: Error in message resources

2004-03-09 Thread Andreas Solarik
of the struts-config, after the action-mappings. HTH, Ted. Andreas -Ursprüngliche Nachricht- Von: Praveen Reddy Basani [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 09. März 2004 11:04 An: Struts Users Mailing List Betreff: Error in message resources Hi all, I am getting the

Error in message resources

2004-03-09 Thread Praveen Reddy Basani
Hi all, I am getting the following error when i tried to run the application. "Cannot find message resources under key org.apache.struts.action.MESSAGE" Can any suggest the solution for it. regards praveen - To u

validator validwhen error

2004-03-08 Thread Betty Koon
Hi, I got the following validator error, but not sure why. here is my validator.xml and the exception: test ((actionType != 'x') or (*this* != null)) test ((editAction != &

Multiple Error Pages

2004-03-05 Thread Niel
Hi All, i wanted to know if it is possible to have multiple error pages in the application, where two jsps are using the same action servlet and the form bean. the validation in both are seperate ( NOT JAVA SCRIPT VALIDATION ) and i want them to return to two different pages in case of errors

RE : RE : validating double causes no error on text entry[RESOLVED]

2004-03-04 Thread thomas Sontheimer
TECTED] > Sent: Thursday, March 04, 2004 9:44 AM > To: 'Struts Users Mailing List' > Subject: RE : validating double causes no error on text entry > > > the problem is that the string is NOT empty but it validate > it as an empty string. > > > -Or

RE : validating double causes no error on text entry

2004-03-04 Thread thomas Sontheimer
the problem is that the string is NOT empty but it validate it as an empty string. > -Original Message- > From: John Fitzpatrick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 03, 2004 6:51 PM > To: Struts Users Mailing List > Subject: Re: validating double causes n

RE: validating double causes no error on text entry

2004-03-03 Thread Wendy Smoak
> From: thomas Sontheimer [mailto:[EMAIL PROTECTED] > when I use the validator on the server side to validate a double the > value is converted to 0.0 an no error is reported. > has anyone meet that problem? If you use String properties in the ActionForm, you will be able to detect a

Re: validating double causes no error on text entry

2004-03-03 Thread John Fitzpatrick
"Casting" an empty String to a double will give you 0.0. On 20040303 12:10 PM, "thomas Sontheimer" <[EMAIL PROTECTED]> wrote: > when I use the validator on the server side to validate a double the > value is converted to 0.0 an no error is reported. > has a

validating double causes no error on text entry

2004-03-03 Thread thomas Sontheimer
when I use the validator on the server side to validate a double the value is converted to 0.0 an no error is reported. has anyone meet that problem? I parsed the struts and commons bugzilla lists and didn't found anything about. thanks t

Best Error Page solution

2004-03-02 Thread Julio Cesar De Salvo
Hi, What would be the best approach for handling the error messages? - set in very page <%@ page errorPage="error_page.jsp" %>? - or to use a global mapping for handling error messages (eg. Session timeout, db connection broken, etc). Thanks for any hint. Julio

Bean:message in attribute causes non-matching extension tags error

2004-02-27 Thread Abhishek Srivastava
ke the jsp I get an exception "/jsp/WcNoNc/Query.jsp(575): Non-matching extension tags //[ null; Line: 575] probably occurred due to an error in /jsp/WcNoNc/Query.jsp line 575: " What am I doing wrong? How can I get the text from my property file into one of the html attributes? Th

mapping an error-page to a Struts Action

2004-02-26 Thread Andrew Freeman
I would like to be able to map my 404 errors to a specific Struts Action versus mapping the error directly to a JSP page. However, unless I configure my Struts Action to forward to a Tiles definition I can't seem to get this to work. I am working with Tomcat 5.0.19 on Windows XP. My c

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread Niall Pemberton
w RawRecord("","","",""); raw[0] = new RawRecord("","","",""); - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 200

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread [EMAIL PROTECTED]
Hi Niall, List thanks for you answer. I tried out you suggestion (literary and in several variations), but it does not help: still the same error. no getter defined. If you have any other suggestions, I'd be happy. Otherwise I will just try a workaround which is not such a nice soll

Re: validation error in FormBean, where to redirect next?

2004-02-25 Thread Niall Pemberton
Yes - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 10:51 AM Subject: validation error in FormBean, where to redirect next? > Hi all, >

validation error in FormBean, where to redirect next?

2004-02-25 Thread Marco Mistroni
Hi all, Assume that I have following struts-config.xml Now, I have ALWAYS assumed that if validation fails in the Receive

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread Niall Pemberton
ROTECTED]> Sent: Tuesday, February 24, 2004 12:11 PM Subject: error no getter method defined while inside logic:iterate > Hi list, > > > I am having a form which contains a single property, an array with > "RawRecord", a simple java bean which simply contains 4 strings, >

error no getter method defined while inside logic:iterate

2004-02-24 Thread [EMAIL PROTECTED]
ction form, and rawRecord is the array in which the RawRecord beans reside. However, as soon as I put this inside a < loop, all goes wrong: I get the following error: No getter for property time of bean org.apache.struts.taglib.html.BEAN which is a lie, because there is a getter fo

Re: Error in join of hibernate

2004-02-20 Thread Larry Meadors
You would probably have better luck on the hibernate list. >>> [EMAIL PROTECTED] 02/20/04 7:50 AM >>> Friends, When i do this: select m.name, dm.name from com.MasterTable as m join com.DetailAndMaster as dm i get this: outer or full join must be followed by path expression --

Error in join of hibernate

2004-02-20 Thread Paulo Rezende
Friends, When i do this: select m.name, dm.name from com.MasterTable as m join com.DetailAndMaster as dm i get this: outer or full join must be followed by path expression Anybody could help me? Does this work or not? My config files are in the end of this e-mail. att, Paulo Marc

Servlet Exception Error

2004-02-19 Thread John Martyniak
Hi all, I am new to the group and new to Struts, working on my first application. I am using Struts 1.0, and tomcat 4.1.27. I get the following error: org.apache.jasper.JasperException: org/apache/struts/action/ActionForm With root cause javax.servlet.ServletException: org/apache/struts/action

RE: Error page problems with Tiles

2004-02-19 Thread Johnson, Gary
Hi Russ, I had the same problem and ended up including the error page in the body of the tiles layout. This way the user could continue in the app, but be informed that an error occurred. So, all of my body tiles have an error page directive. If the error occurs elsewhere (header, menu, footer

Re: Error page problems with Tiles

2004-02-19 Thread Mark Lowe
in your action you can forward to error in the event that something's gone pear-shaped. On 19 Feb 2004, at 01:58, Russ Baker wrote: I am having a real issue with the way Tiles handles an error page. I am setting up the following jsp directive in the base layout: <%@ page

Error page problems with Tiles

2004-02-18 Thread Russ Baker
I am having a real issue with the way Tiles handles an error page. I am setting up the following jsp directive in the base layout: <%@ page language="java" errorPage="/error.jsp" %> But when I do this, the page shows the error, something like: "[ServletExceptio

Re: FileUploading Error

2004-02-18 Thread Mark Shifman
bject: Re: FileUploading Error At 9:35 AM -0500 2/16/04, Mark Shifman wrote: In trying to bulletproof file uploading I noticed something odd. If I type some junk in the field for the file name and hit Submit, I get a file of size 0. I can deal with that. If I type in a directory name in my

RE: Could not find resource error

2004-02-17 Thread Paul McCulloch
t; Subject: RE: Could not find resource error > > > Good point! :) The only reason it is struts related is because it's > happening my struts app. (A pretty weak link I must admit.) I > suspect it's > more of a general java development environment issue. Got any &

RE: Could not find resource error

2004-02-17 Thread Barnett, Brian W.
al Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 10:26 AM To: 'Struts Users Mailing List' Subject: RE: Could not find resource error And this is struts related how? > -Original Message- > From: Barnett, Brian W. [mailto:[EMAIL PR

RE: Could not find resource error

2004-02-17 Thread Paul McCulloch
And this is struts related how? > -Original Message- > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Sent: 17 February 2004 17:22 > To: 'Struts Users Mailing List' > Subject: Could not find resource error > > > Can't figure

Could not find resource error

2004-02-17 Thread Barnett, Brian W.
Can't figure out why this code is giving me an error: import java.io.Reader; import com.ibatis.common.resources.Resources; Reader reader = Resources.getResourceAsReader("properties/sql-map-config.xml"); The error I'm getting is: java.io.IOException: Cou

RE: [SPAM] - [OFFLIST] - Found word(s) list error e-mail in the Text body.

2004-02-17 Thread Gagné Jean-Christian
I tried google, and I found this mailing list's archive :-) > -Message d'origine- > De : Oliver Thiel [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004 14:40 > À : 'Struts Users Mailing List' > Objet : [SPAM] - [OFFLIST] - Found word(s) list

Re: [SPAM] - Display TagLib & Struts - Found word(s) list error e -mail in the Text body.

2004-02-17 Thread Nick Heudecker
http://displaytag.sf.net/ On 2004-Feb-17 14:02, Gagn? Jean-Christian wrote: > Sorry to ask this, but where do you get the Display Taglib ? The url > mentionned [www.displaytaglib.org] is not found. > > JC > -- Nick Heudecker System Mobile, Inc. Email: [EMAIL PROTECTED] Web: http://www.system

RE: [SPAM] - Display TagLib & Struts - Found word(s) list error e-mail in the Text body.

2004-02-17 Thread David Friedman
Found word(s) list error e-mail in the Text body. Sorry to ask this, but where do you get the Display Taglib ? The url mentionned [www.displaytaglib.org] is not found. JC > -Message d'origine- > De : Unmesh Nadkarni [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004

RE: [SPAM] - Display TagLib & Struts - Found word(s) list error e -mail in the Text body.

2004-02-17 Thread Gagné Jean-Christian
List' > Objet : [SPAM] - Display TagLib & Struts - Found word(s) list error > e-mail in the Text body. > > > I have started working successfully on the Display TagLib in Struts. > There are no issues except that the export to .xls, .csv format gi

RE: FileUploading Error

2004-02-16 Thread Andrew Hill
e you using? -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 February 2004 00:13 To: Struts Users Mailing List Subject: Re: FileUploading Error At 9:35 AM -0500 2/16/04, Mark Shifman wrote: >In trying to bulletproof file uploading I noticed something od

RE: Error Start Tag Exception

2004-02-16 Thread Betty Koon
Subject: Re: Error Start Tag Exception Hi Betty, I think you need to set the 'message' attribute to false here, as the tag is looking for an ActionMessage instance, not an ActionError one (which is what you get in the loop created by the tag). Here's a snippet of an implement

Re: Error Start Tag Exception

2004-02-16 Thread Curtis Taylor
Hi Betty, I think you need to set the 'message' attribute to false here, as the tag is looking for an ActionMessage instance, not an ActionError one (which is what you get in the loop created by the tag). Here's a snippet of an implementation I've used: HTH, Curtis -

Re: FileUploading Error

2004-02-16 Thread Joe Germuska
thing to type) nothing seems to happen and I get this error in my log file. ERROR 2004-02-13 14:09:18,679 handleRequest(CommonsMultipartRequestHandler.java:241) Failed to parse multipart request org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed

FileUploading Error

2004-02-16 Thread Mark Shifman
this error in my log file. ERROR 2004-02-13 14:09:18,679 handleRequest(CommonsMultipartRequestHandler.java:241) Failed to parse multipart request org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. Stream ended unexpectedly ... This error seems to be

Reset button not working properly when page contains error

2004-02-16 Thread Marco Mistroni
Hi all, I have a form which contains a reset button () and whenever I submit the form and got errors from Action class, it seems that the reset button does not work properly, since when I click on it it does not reset anything.. no matter if I specify my own custom javascript method anyone

Re: Error Start Tag Exception

2004-02-16 Thread Niall Pemberton
your servlet container rather than the struts 1.1 jars? Niall - Original Message - From: "Betty Koon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 6:20 AM Subject: Error Start Tag E

Error Start Tag Exception

2004-02-15 Thread Betty Koon
Any one has any idea why this exception happens? I am using 1.2 nightly build currently. My jsp is simply using the following: java.lang.ClassCastException at org.apache.struts.taglib.html.ErrorsTag.doStartTag(ErrorsTag.java:215) at org.apache.jsp.action_feedback_jsp._jspx_met

Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-12 Thread Anand Stephen
This error was as one of the classes in the project had a mismatch between the field type and return for the getter. What's interesting is that the error was not caused when run with jdk1.3. thank you, --a - Original Message - From: "Anand Stephen" <[EMAIL PROTE

Re: No getter method available for property - error

2004-02-12 Thread James Mitchell
; <[EMAIL PROTECTED]> Sent: Thursday, February 12, 2004 1:21 PM Subject: No getter method available for property - error Hi, My error: javax.servlet.jsp.JspException: No getter method available for property ids for bean under name org.apache.struts.taglib.html.BEAN at org.apache.struts.

No getter method available for property - error

2004-02-12 Thread Samyukta Akunuru
Hi, My error: javax.servlet.jsp.JspException: No getter method available for property ids for bean under name org.apache.struts.taglib.html.BEAN at org.apache.struts.taglib.html.MultiboxTag.doEndTag(MultiboxTag.java:247) I do have a getter in my form bean: private String[] ids

Validation Error messages.

2004-02-11 Thread Vijay . Kukreja
Hello All, I am using validation framework for the validations on the page. When i click on submit button, it shows me the validations(required messages) which are required, That's what it is suppose to do. But unfortunately after clicking on the ok button on the javascript popup window. The c

Tomcat5.0.18 with Struts1.1 example: zip file closed error?

2004-02-09 Thread Steve Hill
Has anyone had problems getting the Struts1.1example to work with Tomcat 5.0.18? I have been getting the following errors (only first 2 lines each shown here, for abbreviation - entire error message at bottom): exception: org.apache.jasper.JasperException: Unable to compile class for JSP at

Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-07 Thread Anand Stephen
;[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 8:03 PM Subject: PropertyDescriptor: internal error while merging PDs: with jdk1.4 > Greetings, > > I get the following error when I run a web app with: > > > java version "1.4.2_01" > Java(TM) 2 Runtime Environ

PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-06 Thread Anand Stephen
Greetings, I get the following error when I run a web app with: java version "1.4.2_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06) Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode) It works without any problems with: java version "1.3.1

[OT] Tomcat 5 + j_security_check + login-error-page

2004-02-06 Thread Ronald Rotteveel
/Login.do?error=true When the servlet is called with "?error=true" query string it displays additional warning besides the login form. It was working perfectly in Tomcat 4.1.29 but it works in Tomcat 5.0.18 only in half: When user tries to access protected page he is presented with logi

RE: error- no getter method for property of bean

2004-02-03 Thread Frank Nguyen
e underscore in DB (thus Torque) as recommended. -Frank > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 03, 2004 2:30 PM > To: Struts Users Mailing List > Subject: RE: error- no getter method for property of bean > > &

Re: Validator-How to put the fields value in the resulting error message?

2004-02-03 Thread hgosper
t" <[EMAIL PROTECTED]> cc: Subject: Validator-How to put the fields value in the resulting error message? Hey all, still new with the validator.. I'm using the emailAddress validator and I just want it to put the value of the field in the error message if its not valid

Validator-How to put the fields value in the resulting error message?

2004-02-03 Thread David Erickson
Hey all, still new with the validator.. I'm using the emailAddress validator and I just want it to put the value of the field in the error message if its not valid.. ie: blah!blah.com is not a valid email address. however I can't seem to make that happen.. here's

RE: error- no getter method for property of bean

2004-02-03 Thread hgosper
st" To: Struts Users Mailing List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject:RE: error- no getter method for property of bean > From: Frank Nguyen [mailto:[EMAIL PROTECTED] > javax.servlet.ServletException: No getter method for propert

RE: error- no getter method for property of bean

2004-02-03 Thread Wendy Smoak
> From: Frank Nguyen [mailto:[EMAIL PROTECTED] > javax.servlet.ServletException: No getter method for property > group_name of bean org.apache.struts.taglib.html.BEAN I didn't look at anything you attached, but based on this message I'd encourage you to stick to property names like 'groupName' a

Re: error- no getter method for property of bean

2004-02-03 Thread hgosper
e respond to "Struts Users Mailing List"                 To:        "Struts Users Mailing List" <[EMAIL PROTECTED]>         cc:                 Subject:        error- no getter method for property of bean Hi, I'm experimenting a simple form, adding a group (3 fiel

error- no getter method for property of bean

2004-02-03 Thread Frank Nguyen
Hi, I'm experimenting a simple form, adding a group (3 fields) to a simple, one group table database, following some examples from the Struts book by James Turner. All classes built (with Torque and mysql) and deployed. I couldn't bring up the form and kept getting the error belo

Re: Problem handling error forwards

2004-02-03 Thread Lukas Österreicher
Am 03.02.2004 10:48:10, schrieb Dirk Markert <[EMAIL PROTECTED]>: >It's not the action recognizing the error but your addtrackForm. >Validate is called on forwarding to your action2. Ah, right. I was half aware of this but now that I thought of this I found a solution: at the

Re: Problem handling error forwards

2004-02-03 Thread Dirk Markert
Hello Lukas, *** LÖ> Hello LÖ> For some time now I have had a problem when dealing with LÖ> errors and the resulting different forwards: LÖ> When action3 generates an error (for instance in the form validator) and for

Problem handling error forwards

2004-02-03 Thread Lukas Österreicher
Hello For some time now I have had a problem when dealing with errors and the resulting different forwards: When action3 generates an error (for instance in the form validator) and forwards to action2 to deal with it (display it) but this action2 deals with errors and forwards to action1 then

  1   2   3   4   5   6   7   8   9   10   >