Re: Error Message on the page source

2010-06-30 Thread Paweł Wielgus
Hi, did your app start without any problems? It looks like there is something wrong on startup. Best greetings, Paweł Wielgus. 2010/6/28 Nadipally, Srikar : > > Hi, > > I am a struts 2 beginner, I have written a basic login struts application and > when I inspect the page source of the welcome.

Re: Error Message on Tomcat when classes are put in shared-Folder

2006-04-04 Thread Wendy Smoak
On 4/4/06, starki78 <[EMAIL PROTECTED]> wrote: > I've classes within a web-application and everything works fine. > > Then I put these classes to the shared folder, I get this error: > > java.lang.NullPointerException > > org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils

RE: Error message not very helpful

2005-09-15 Thread Murray Collingwood
Thanks Ron, I am using a jsp:getProperty and this is the code that is failing... I finally solved it by running a full clean & build. The builds I was running were not enough to compile some older versions of the programs that used a different bean identifier. Thanks again. Kind regards mc

Re: Error message not very helpful

2005-09-15 Thread Laurie Harper
Whether or not the exception could provide more specific information is a question for the Tomcat developers (Jasper is part of Tomcat, not Struts). My guess is that it would be non-trivial, but I encourage you to head over to tomcat-user and ask, since better error reporting is always a good t

RE: Error message not very helpful

2005-09-15 Thread Holshausen, Ron
Hi Murray, I would guess that you are using on an object that is null. Check your objects that you are accessing in the page. If the data is coming from a database, it could be a null column. -Original Message- From: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 1

Re: Error message not very helpful

2005-09-15 Thread gramani
"Murray Collingwood" <[EMAIL PROTECTED]> wrote on 09/15/2005 09:18:32 AM: > org.apache.jasper.JasperException: Attempted a bean operation on a > null object. > > org.apache.jasper.runtime.JspRuntimeLibrary. > handleGetProperty(JspRuntimeLibrary.ja > va:601) > Hi Murray, take a look at line 18

RE: Error Message Problem (Again)

2005-07-28 Thread BHansard
List" To "Struts Users Mailing List" cc Subject RE: Error Message Problem (Again) Hi, Try the following: Use saveMessages(request, messages) instead of saveErrors(request, errors) And use something like                                   name="mes

RE: Error Message Problem (Again)

2005-07-28 Thread BHansard
avid" <[EMAIL PROTECTED]> "Harland, David" <[EMAIL PROTECTED]> 07/28/2005 08:52 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: Error Message Problem (Again) Hi, Try the followi

RE: Error Message Problem (Again)

2005-07-28 Thread Harland, David
Hi, Try the following: Use saveMessages(request, messages) instead of saveErrors(request, errors) And use something like                 In your web page. Regards David. -Original Message- From: [EMAIL PROTECTED] [

Re: Error Message for Struts Validation

2004-10-01 Thread Caroline Jen
Thanks for your help. The explanation is very clear. --- Matt Bathje <[EMAIL PROTECTED]> wrote: > I've never used the attribute myself, but I > think when you do, you > need to specify the key, and a name attribute for > which validation the > message applies to. So in your case it would be: >

Re: Error Message for Struts Validation

2004-09-30 Thread Matt Bathje
I've never used the attribute myself, but I think when you do, you need to specify the key, and a name attribute for which validation the message applies to. So in your case it would be: You may also need to specify a bundle and resource attribute, but I don't think so in your case. The erro

Re: Error Message

2004-09-24 Thread Bill Siggelkow
Users Mailing List Cc: Struts Users Mailing List Subject: Re: Error Message Hi Priya, Check your struts-config.xml whether you have given an appropriate value for input attribute in the action tag. This becomes mandatory when you set the validation to true. Jitender Kumar C.V. IBM Global Services In

RE: Error Message

2004-09-24 Thread Priya Jotwani
PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Error Message Hi Priya, Check your struts-config.xml whether you have given an appropriate value for input attribute in the action tag. This becomes mandatory when you set the validation to true. Jitender Kumar C.V.

Re: Error Message

2004-09-24 Thread Jitender K Chukkavenkata
Hi Priya, Check your struts-config.xml whether you have given an appropriate value for input attribute in the action tag. This becomes mandatory when you set the validation to true. Jitender Kumar C.V. IBM Global Services India (Pvt.) Ltd., O2 Companion UK, Desk No.SA2-*1-215, No.12, Phase II, S

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-10 Thread David Friedman
artin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 7:43 AM To: Struts Users Mailing List Subject: Re: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character Regards, Martin - Original Message - From: "Caroline Jen" <[E

Re: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-10 Thread Martin Gainty
Regards, Martin - Original Message - From: "Caroline Jen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 11:29 PM Subject: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character > I am using "tile". When I try to display a JSP page, > I

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread David Friedman
wonder if anyone else had the kind of trouble with Artimus that I did... Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:17 AM To: Struts Users Mailing List Subject: RE: Error Message: Tile path=".thread.Form" Does Not

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread Caroline Jen
gt; David > > -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 12:30 AM > To: Struts Users Mailing List > Subject: RE: Error Message: Tile path=".thread.Form" > Does Not Start with > a "/&q

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread David Friedman
t;.article.Base" definition? Do all of it's paths start with slashes and are there any accidental spaces in the definitions or paths? Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 12:30 AM To: Struts Users Maili

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread Caroline Jen
Users Mailing List > Subject: RE: Error Message: Tile path=".thread.Form" > Does Not Start with > a "/" Character > > > I have successfully displayed many JSPs using tiles > in > my application. This path=".thread.Form" is the > only > one gi

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread David Friedman
How are you trying to execute the forward in your action? -David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 11:50 PM To: Struts Users Mailing List Subject: RE: Error Message: Tile path=".thread.Form" Does Not Start with a &qu

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread Caroline Jen
I have successfully displayed many JSPs using tiles in my application. This path=".thread.Form" is the only one gives me this problem. Therefore, I think the tiles plugin is set up properly in my struts-config.xml. Regards, Caroline --- David Friedman <[EMAIL PROTECTED]> wrote: > Do you have the

RE: Error Message: Tile path=".thread.Form" Does Not Start with a "/" Character

2004-06-09 Thread David Friedman
Do you have the tiles plugin setup properly in your struts-config.xml file? Or, if you are using a version earlier than V1.1, did you change the controller to a Tiles controller? Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004