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
-Original Message- From: Jignesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:34 PM To: Struts Users Mailing List Subject: Re: Error while upgrading from struts version 1.0 to 1.1 Well I think my struts-config.xml is proper except I dont know what to put for

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Jignesh Kapadia
g thread may be helpful. http://www.faqchest.com/prgm/tomcat-l/tmct-02/tmct-0209/tmct-020998/tmct 02092603_04404.html -Original Message- From: Jignesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:34 PM To: Struts Users Mailing List Subject: Re: Error while upgrading

RE: Error while upgrading from struts version 1.0 to 1.1

2004-03-23 Thread Saul Q Yuan
The following thread may be helpful. http://www.faqchest.com/prgm/tomcat-l/tmct-02/tmct-0209/tmct-020998/tmct 02092603_04404.html -Original Message- From: Jignesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:34 PM To: Struts Users Mailing List Subject: Re: Error wh

Re: Error while upgrading from struts version 1.0 to 1.1

2004-03-22 Thread Jignesh Kapadia
, 2004 7:52 PMSubject: RE: Error while upgrading from struts version 1.0 to 1.1Well,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. Also does Struts 1.1 work with JDK 1.3.* or

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
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. Also does Struts 1.1 work with JDK 1.3.* or we need to have JDK 1.4*? I am struggling with this for alm

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 struts

RE: error message display

2004-03-15 Thread Paul, R. Chip
, and each error is wrapped between prefix in suffix. This goes in your ApplicationResources.properties file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 2:14 AM To: [EMAIL PROTECTED] Subject: RE: error message display In your property

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 me

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 sollution, bu

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

2004-02-25 Thread Niall Pemberton
Inside the the beans returned by your getRaw() method should be exposed with the name you specify in the iterate's 'id' attribute. So something along the lines of. Niall - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Febr

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 --

RE: Error page problems with Tiles

2004-02-19 Thread Johnson, Gary
rsday, February 19, 2004 3:19 AM To: Struts Users Mailing List Subject: Re: Error page problems with Tiles 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

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 language="

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: Error Start Tag Exception

2004-02-16 Thread Niall Pemberton
changed from processing ActionErrors/ActionError to ActionMessages/ActionMessage from struts 1.1 to struts 1.2 - the most obvious cause of this is your app generating ActionMessages/ActionMessage messages but the tag is struts 1.1 version. Are you sure you are deploying the nightly build jars to

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: 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
You will need to change your getter method to getGroup_name() Struts uses the name of the field when it looks for a getter or setter method. It will assume that the first letter of the field name is capitalised after the get (as per general JavaBean standards). getGroupName will not be recognized

RE: Error deploying strus application to JBOSS --- The content of element type "taglib" must match

2004-02-02 Thread Yibing Li
Thanks, Max. That is also my initial thoughts and I have searched for "mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 7:40 PM To: Struts Users Mailing List Subject: Re: Error deploying strus application to JBOSS --- The content of element type "taglib" must match Co

Re: Error deploying strus application to JBOSS --- The content of element type "taglib" must match

2004-01-30 Thread Max Cooper
Could your struts-bean.tld file be damaged? It seems like the exceptions you posted are ocurring when the .tld file is being parsed, rather than when the server is reading your web.xml specifically. WILD GUESSES: Look for " element -- perhaps a element got changed to in the .tld file somehow? Or

Re: Error in JSP when using DynaActionForm / apologies, problem solved

2004-01-07 Thread Sheldon Hearn
On (2003/12/23 13:57), Marco Mistroni wrote: > Sorry that I bothered the list with my spam. > I found the problem..in the struts config I was still associating > The old MyForm bean to the new action created 'AliasMaintenanceAction' I have the same problem, but I can't spot my misconfigurat

Re: error

2004-01-06 Thread Khalid K.
Please post your program if possible. It looks like you are missing the "import" statements. If you are using any type of IDE, it usually has an option like "organize imports", if you are just using a text editor, then make sure to declare those import statements. Khalid > Hi, > > > > I ha

Re: error

2004-01-06 Thread Mark Lowe
CTED] Sent: Tuesday, 6 January 2004 20:29 To: 'Struts Users Mailing List' Subject: RE: error Thanks for your reply. I already had servlet.jar in my system variables classpath -(and I'm using tomcat). What did you mean by struts-jarS ? I added all the .jar files from struts to my lib

RE: error

2004-01-06 Thread Matthias Wessendorf
your classpath: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html :-) -Original Message- From: Nasrin Hafezparast [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 1:29 PM To: 'Struts Users Mailing List' Subject: RE: error Thanks for your reply. I alread

Re: error

2004-01-06 Thread Mark Lowe
Sent: 06 January 2004 12:13 To: 'Struts Users Mailing List' Subject: RE: error hi! servlet.jar is needed for stuff like: javax.servlet.http.HttpServletResponse it is deliverd with tomcat in $TOMCAT/common/lib (in case of using tomcat) or in j2ee.jar (in $J2EE_HOME/lib) add this to your clas

RE: error

2004-01-06 Thread Andrew Hill
ook are you reading? -Original Message- From: Nasrin Hafezparast [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 January 2004 20:29 To: 'Struts Users Mailing List' Subject: RE: error Thanks for your reply. I already had servlet.jar in my system variables classpath -(and I'm us

RE: error

2004-01-06 Thread Nasrin Hafezparast
ite new to struts and programming. I am just using a command prompt to compile - which is what was written in the book I am following to learn. -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: 06 January 2004 12:13 To: 'Struts Users Mailing List' Su

RE: error

2004-01-06 Thread Matthias Wessendorf
hi! servlet.jar is needed for stuff like: javax.servlet.http.HttpServletResponse it is deliverd with tomcat in $TOMCAT/common/lib (in case of using tomcat) or in j2ee.jar (in $J2EE_HOME/lib) add this to your classpath and of course your struts-jarS! do you use an IDE? -Original Messag

RE: Error in JSP when using DynaActionForm / apologies, problem solved

2003-12-23 Thread Marco Mistroni
Hi all, Sorry that I bothered the list with my spam. I found the problem..in the struts config I was still associating The old MyForm bean to the new action created 'AliasMaintenanceAction' So whenever, in my aliasMaintenance.jsp, I was using the tag the page assumed that the form to b

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Marco Mistroni
nores completely that I am using a DynaActionForm now (productAliasForm is a DynaActionForm).. regards marco -Original Message- From: Nigel Vivian [mailto:[EMAIL PROTECTED] Sent: 23 December 2003 12:17 To: 'Struts Users Mailing List' Subject: RE: Error in J

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Marco Mistroni
any clues ? ;-( regards marco -Original Message- From: Nigel Vivian [mailto:[EMAIL PROTECTED] Sent: 23 December 2003 12:17 To: 'Struts Users Mailing List&#x

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Nigel Vivian
Hi Marco Is it trying to compile "AliasMaintenance.jsp" as the error message says or is it a typo? As coded the action you've described should forward to another jsp --> "productMaintenance.jsp If its not this, then I think the list might need a fragment of your jsp code as well -Original M

Re: Error in JSP when using DynaActionForm

2003-12-23 Thread Mark Lowe
Its actually expecting theForm.get("aliasRef"); and theForm.set("aliasRef","foo"); but this shouldn't make any difference in the jsp as getAliasRef() and get("aliasRef").. are the same thing in the jsp (well in terms of the jsp one uses to access the properties.) Cheers Mark On 23 Dec 2003,

Re: Error using tiles-el

2003-12-20 Thread David M. Karr
> "Sunitha" == Sunitha Narayanan writes: Sunitha> Hello, Sunitha> I am using Struts 1.2 (nightly build as of 17 Dec 2003) and am trying out using the tiles-el. When I replace my tiles taglib with tiles-el, I am getting this error Sunitha> /WEB-INF/tiles/layout/main_layout.jsp(4

RE: Error using tiles-el

2003-12-19 Thread Karr, David
Yup, you're correct. Could you please file a bug in Bugzilla for this? I may get to this this weekend. -Original Message- From: Narayanan, Sunitha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: Error using tiles-el Hello, I am usin

RE: Error using Struts Validation on Weblogic 8.1 platform

2003-12-18 Thread rahul.chaudhary
Indeed it was the problem with the path of the DTD Thanks Rahul -Original Message- From: Milon Krejca [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 7:58 PM To: Struts Users Mailing List Subject: Re: Error using Struts Validation on Weblogic 8.1 platform Seems like you do

Re: Error using Struts Validation on Weblogic 8.1 platform

2003-12-17 Thread Milon Krejca
Seems like you do not have DTD configured localy and the server is tryiing to access DTD from web server. See beginning of validation.xml file and look for DTD definition... Milon [EMAIL PROTECTED] wrote: All, The validation doesn't seem to work.Checking the Server logs displays the followi

Re: Error message display in the case of redirect = true

2003-12-10 Thread Gurpreet Dhanoa
gt; Sent: Wednesday, December 10, 2003 12:54 PM Subject: Re: Error message display in the case of redirect = true > > Hello Gurpreet, > Thanks for the input but can you please send me an example of how to do it. > > Alok Garg > Polaris Software Lab Ltd. > ( + 91 - 022 - 2

Re: Error message display in the case of redirect = true

2003-12-10 Thread alok . garg
uot; <[EMAIL PROTECTED]> atainc.com> cc: (bcc: alok.garg/Polaris) Subject: Re: Error message display in the case of redirect = true

Re: Error message display in the case of redirect = true

2003-12-09 Thread Gurpreet Dhanoa
hi ALok You can stop the resubmitting of form with the help of Tokens in struts - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 11:00 AM Subject: RE: Error message display in the c

RE: Error message display in the case of redirect = true

2003-12-09 Thread alok . garg
cc: (bcc: alok.garg/Polaris) Subject: RE: Error message display in the case of redirect = true 12/09/03 06:02

RE: Error: Object expected

2003-12-09 Thread Ciaran Hanley
Silly me! You're right, thanks -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: 09 December 2003 20:22 To: 'Struts Users Mailing List' Subject: RE: Error: Object expected Assuming it's not a typo, inside your onsubmit it should be return val

RE: Error: Object expected

2003-12-09 Thread Saul Q Yuan
Assuming it's not a typo, inside your onsubmit it should be return validateClientForm(this). Saul -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 2:54 PM To: [EMAIL PROTECTED] Subject: Error: Object expected Hi, I'm trying to get use

Re: Error message!

2003-12-09 Thread Oron Gill Haus
It looks as though one of your tags in the 'app' include doesn't have a getter/setter for an attribute you have specified in your TLD. --- Zakaria khabot <[EMAIL PROTECTED]> wrote: > Hi, > I received this error message and don't understand the soiurce of > error : > > javax.servlet.jsp.JspExcepti

RE: Error message display in the case of redirect = true

2003-12-09 Thread Navjot Singh
not sure but the logic says that error messages are being stored in the REQUEST SCOPE and when you set redirect=true, naturally that's a new request so you won't get the errors set in earlier request. anybody else? >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Se

Re: Error message!

2003-12-09 Thread Gurpreet Dhanoa
hi It seems your tld file for HTML is not right. Try to open the tld file and check it - Original Message - From: "Zakaria khabot" <[EMAIL PROTECTED]> To: "struts-user-help" <[EMAIL PROTECTED]>; "struts-user" <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 9:24 PM Subject: Error message

RE: Error message!

2003-12-09 Thread Jitesh Sinha
Do you have getAction() method in your actionForm? -Original Message- From: Zakaria khabot [mailto:[EMAIL PROTECTED] Sent: Sunday, December 08, 2002 9:25 PM To: struts-user-help; struts-user Subject: Error message! Hi, I received this error message and don't understand the soiurce of err

RE: Error creating form bean

2003-12-01 Thread David Friedman
Yep. That was the first thing I noticed when I read your email after dinner: 'form' :) Regards, David -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 7:45 PM To: Struts Users Mailing List Subject: Re: Error creating form be

Re: Error creating form bean

2003-12-01 Thread Sasha Borodin
ou have a file in tomcat as: >> WEB-INF/classes/com/ponyprinting/web/manager/UploadForm.class ? >> >> Regards, >> David >> >> -Original Message- >> From: Sasha Borodin [mailto:[EMAIL PROTECTED] >> Sent: Monday, December 01, 2003 7:22 PM >>

Re: Error creating form bean

2003-12-01 Thread Sasha Borodin
01, 2003 7:22 PM > To: Struts Users Mailing List > Subject: Re: Error creating form bean > > > Attention Todd Thorner! :-) > > It look like you had very similar problem, but I saw no replies to your > post. Did you ever get this fixed: > > http://www.mail-archive

RE: Error creating form bean

2003-12-01 Thread David Friedman
Just to be explicit, you have a file in tomcat as: WEB-INF/classes/com/ponyprinting/web/manager/UploadForm.class ? Regards, David -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 7:22 PM To: Struts Users Mailing List Subject: Re: Error

Re: Error creating form bean

2003-12-01 Thread Sasha Borodin
Attention Todd Thorner! :-) It look like you had very similar problem, but I saw no replies to your post. Did you ever get this fixed: http://www.mail-archive.com/[EMAIL PROTECTED]/msg86103.html I'm working under an extreme deadline, please help :-( - Howdy, I'm having a biza

Re: Error while accessing the application

2003-11-30 Thread Melanie Pfefer
Hi, I went through your recommendations. I am suspicious that iWS 6.0 web server has problem with STRUTS (Kind of bugs or unsupported versions). Do you have any information about this? Thank you! Download Yahoo! Messenger n

RE: Error while accessing the application

2003-11-30 Thread Karr, David
Just for clarification to others, your last line abbreviates the fact that in a Servlet 2.3 container, it's not necessary to include the TLDs, either in the "/WEB-INF" directory, or referenced in the "web.xml", if you reference the canonical URI in the "taglib" directives in the JSP pages. The "ca

Re: Error while accessing the application

2003-11-30 Thread Jim Kennedy
Hi Melanie, don't really see anything wrong right off the bat, but let's walk through what has to be configured: Place all your tlds in the WEB-INF directory (looks good here) Place all required struts library JARs in the lib directory of your web appl Configure your web.xml to include the TLDs,

Re: Error when using Java Version 1.3.1_09

2003-11-04 Thread Dirk Markert
Hello Sashi, *** SR> Hi SR> The following code which is used to iterate works fine when using Java SR> Version 1.3.1_07, but when we started to use 1.3.1_09 , we get an SR> error. Seems like a problem of your jdk 1.3.1_09. Struts 1

Re: error code 404

2003-10-06 Thread Peter Ondruska
I'm sorry I didn't pay attention. The error code Struts returns when action does not exist is not 404 (No Found) but it is 400 Bad Request. Now if I add appropriate error page for error code 400 everything works. - Original Message - From: "Peter Ondruska" <[EMAIL PROTECTED]> To: <[EMAIL

Re: error code 404

2003-10-06 Thread Craig R. McClanahan
Peter Ondruska wrote: On Struts 1.1 with Jetty 4.2.9 "*.do" is mapped to struts action servlet. Everything works fine except if requesting unknown action e.g. /thisActionDoesNotExistInStrutsConfig.do instead of web.xml defined error-page with code 404 I get container supplied code 404 general

Re: error code 404

2003-10-06 Thread Max Cooper
That is working as designed. The Action (mapping) doesn't exist, so you get a 404 error. This seems like the appropriate behavior to me. -Max - Original Message - From: "Peter Ondruska" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 12:09 PM Subject: error cod

RE: error page

2003-09-26 Thread harm
Thanks for your suggestion. But how exactly should I do this? "Madhu Nair" <[EMAIL PROTECTED]> 09/26/2003 03:52 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subjec

RE: error page

2003-09-26 Thread Fenderbosch, Eric
Actually, that's part of the Servlet spec, not even Struts. You could add something like this to your web.xml: 500 /500.jsp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 09:47 To: [EMAIL PROTECTED] Subject: error page Hi all

RE: error page

2003-09-26 Thread Madhu Nair
Use the exception handler provided by Struts and extend it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 7:17 PM To: [EMAIL PROTECTED] Subject: error page Hi all, I would like to display an error page if some weird exception occur

Antwort: RE: Error in RequestProcessor

2003-09-24 Thread Manuel Lenz
| | Kopie: | | Thema: RE: Error in RequestProcessor | >-

RE: Error in RequestProcessor

2003-09-24 Thread Andrew Hill
Is this for an ActionForward that you return from an action? If so make sure that redirecting=false for the forward. -Original Message- From: Manuel Lenz [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 September 2003 18:59 To: Struts Users Mailing List Subject: Error in RequestProcessor H

Re: Error : No Action Instance for path could be Created

2003-09-22 Thread Ted Husted
It usually means that the Action class couldn't be found on the classpath. Another, albeit unlikely cause, would be if there were a member that could be instantiated for some reason. -Ted. guruprasad jakka wrote: Hi, I am using action chaining to call an action for an action. The new action h

RE: error pages, actions, and tiles

2003-09-15 Thread Susan Bradeen
n Bradeen > > Sent: Friday, September 12, 2003 4:02 PM > > To: Struts Users Mailing List > > Subject: RE: error pages, actions, and tiles > > > > > > Hi Dan, > > > > Did you get anywhere on this? I just put in a couple of error page > > definit

RE: error pages, actions, and tiles

2003-09-15 Thread Dan Snider
12, 2003 4:02 PM > To: Struts Users Mailing List > Subject: RE: error pages, actions, and tiles > > > Hi Dan, > > Did you get anywhere on this? I just put in a couple of error page > definitions in my web.xml to see what happens, and it works > ok for me. > Here

RE: error pages, actions, and tiles

2003-09-12 Thread Dan Snider
every request. I can't readily see why that is necessary... Dan > -Original Message- > From: Susan Bradeen [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 4:02 PM > To: Struts Users Mailing List > Subject: RE: error pages, actions, and tiles > >

RE: error pages, actions, and tiles

2003-09-12 Thread Susan Bradeen
ardAction" > parameter=".error.404.page" > path="/error/404" /> > > Dan > > > -Original Message- > > From: Susan Bradeen [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 12, 2003 12:25 PM > > To: Struts Users Mailin

RE: error pages, actions, and tiles

2003-09-12 Thread Dan Snider
L PROTECTED] > Sent: Friday, September 12, 2003 12:25 PM > To: Struts Users Mailing List > Subject: Re: error pages, actions, and tiles > > > First of all, unless they are email typos, you've got 404s > and 400s in > your definitions. Should the 400s be 404s? > >

Re: error pages, actions, and tiles

2003-09-12 Thread Susan Bradeen
First of all, unless they are email typos, you've got 404s and 400s in your definitions. Should the 400s be 404s? Susan Bradeen On 09/12/2003 11:41:49 AM Dan Snider wrote: > Hello, > > I am using Struts 1.1 and Tiles and I would like to forward error-pages to a > tile-composing action. > > w

Re: Error ordering

2003-09-04 Thread Jeff Kyser
| | To: "Struts Users Mailing List" <[EMAIL PROTECTED]> | | cc:

RE: Error ordering

2003-09-04 Thread YErkan
| | cc:

RE: Error ordering

2003-09-04 Thread Mark Galbreath
Sort the errors alphanumerically? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 5:22 AM Has any of you had an easy solution to the error ordering problem? - To u

Re: Error message headers and footers?

2003-08-14 Thread Jason Lea
Jason Long wrote: I am looking for a way to simplify my ApplicationResources.properties file. For example: errors.header=Validation Error errors.footer= error.footageRequired.integer=Footage required must be a positive integer error.chkItems.required=At least 1 item must be selected I basically d

Re: Error switching to Struts 1.1

2003-08-14 Thread Robert Leland
Marco Tedone wrote: Sorry, referring to my previous message, I swap from Struts 1.1b3 to 1.1 I am assuming you have : 1) Recompiled all jars that depend on struts with the jars that came with struts 1.1 final. 2) You have updated all *.tld and *.xml files with their new struts versions. 3) Ma

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Bailey, Shane C.
iling List' Subject: RE: Error - tag useAttribute : no tiles context found. Hi, Shane, This is just for your information. An error in html table tag caused the tile context to be lost;-) This is what it took to get rid of the nasty exception: fixed this: to : I

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Jianbo Mao
Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 19:01 To: 'Struts Users Mailing List' Subject: RE: Error - tag useAttribute : no tiles context found. Here is the source code producing your problem: ComponentContext compContext = (Compon

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Jianbo Mao
ianbo -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 19:01 To: 'Struts Users Mailing List' Subject: RE: Error - tag useAttribute : no tiles context found. Here is the source code producing your problem: ComponentContext compContext = (C

RE: Error - tag useAttribute : no tiles context found.

2003-08-14 Thread Bailey, Shane C.
Here is the source code producing your problem: ComponentContext compContext = (ComponentContext)pageContext.getAttribute( ComponentConstants.COMPONENT_CONTEXT, pageContext.REQUEST_SCOPE); if( compContext == null ) throw new JspException ( "Error - tag useAttribute : no tiles context fou

Re: error in writing message on JSP using

2003-08-14 Thread tim
I don't know why your getting the CCE however, when using the errors.{header,footer} I have always used the tag (specifying no property) which results in the errors.{header,footer} message being rendered. Sunil Sharma (C) wrote: Hi, While using tag I am getting following error on my serve

RE: error in writing message on JSP using

2003-08-04 Thread Suzette Daniel
I think there might be a problem with the value that you assigned to "errors.header"? What does your "errors.header" value look like? You can assign it any value, mine is pretty simple it looks like this: errors.header=Error Suzette H. Daniel -Original Message- From: Sunil Sharma (C) [ma

Re: Error Msg:Internal Server Error

2003-07-29 Thread gowri shankar
hi, i tried to do as u said , but still i am getting the same error messge. i have sent struts-config.xml file for your perusal. http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> ---

Re: Error Msg:Internal Server Error

2003-07-28 Thread R Balaji
check whether u have the *MessageResources.properties *in the right place and being configutred in the struts-config.xml. balaji gowri shankar wrote: Hi, This is Gowri Shankar.I tried to run a struts application (A basic web Application)which was given in the site --- http://www.javaranch.com

RE: error..!(Thnks Swaroop George)

2003-07-22 Thread virupaksha hosamath
0;hey, u have saved ur dataObject to the request with the name "list" . so ur jsp should look something like this Show check it out!! -- nagi ---Original Message--- From: Struts Users Mailing List Date: Tuesday, July 22, 2003 11:37:18 AM To: [EMAIL PROTECTED] Cc:

RE: error..!(Thnks Swaroop George)

2003-07-22 Thread Nagendra Kumar O V S
, 2003 12:36:11 PM To: Struts Users Mailing List Subject: RE: error..!(Thnks Swaroop George)  HiI agree with nagendra..try outinstead of scope=request...ThanksPrashanthvirupaksha hosamath <[EMAIL PROTECTED]> wrote:Dear Nagendra,Still same

RE: error..!(Thnks Swaroop George)

2003-07-22 Thread Prashanth.S
Original Message--- From: Struts Users Mailing List Date: Tuesday, July 22, 2003 11:37:18 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: error..!(Thnks Swaroop George) Dear Swaroop, Thanks for ur response..! I just want to retrive data from the database using bean Dept.java, I

RE: error..!(Thnks Swaroop George)

2003-07-21 Thread virupaksha hosamath
lib uri="strutshtml" prefix="html" %> Show check it out!! -- nagi ---Original Message--- From: Struts Users Mailing List Date: Tuesday, July 22, 2003 11:37:18 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: error..!(Thnks Swaroop George)

RE: error..!(Thnks Swaroop George)

2003-07-21 Thread Nagendra Kumar O V S
ean" %><%@ taglib uri="strutshtml" prefix="html" %> Show check it out!!   -- nagi ---Original Message---   From: Struts Users Mailing List Date: Tuesday, July 22, 20

RE: error..!(Thnks Swaroop George)

2003-07-21 Thread Imran Bohoran
Try putting the scope as session in your iterate tag. -Original Message- From: virupaksha hosamath [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: error..!(Thnks Swaroop George) Dear Swaroop, Thanks for ur

RE: error..!(Thnks Swaroop George)

2003-07-21 Thread virupaksha hosamath
Dear Swaroop, Thanks for ur response..! I just want to retrive data from the database using bean Dept.java, I m not using any formbean here.just instantiating Dept bean in ListDepartmentAction.java and displaying using tag in jsp called DeptListing.jsp. Action mapping has done in struts-conf

RE: error..!

2003-07-21 Thread Swaroop George
Although u have listed down the errors its not clear what exactly you want to do.. I assume that u want to iterate over a collection of departments and print the name of the department. So here it goes mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 4:42 PM To: [EMAIL PROTECTED] Subject: e

Re: error..!

2003-07-21 Thread virupaksha hosamath
Dear Buics, Thanks for ur immediate response.. I tried by putting request.setAttribute("listdeprtments",listdepartments).. please have look on my ListDepartmentAction.java & DeptListing.jsp -ListActionDeprtment.java- package app; import java

RE: error..!

2003-07-21 Thread Alex Shneyderman
There is really no code that shows that you actually attached the listdepartments bean to any of the contexts. Where do you do it? If you call your jsp directly then the error above is in deed correct. Before you are ready to display your content you have to set it up first. A good place to do it

  1   2   3   4   5   >