Re: No form elements in the jsp- ActionForm

2005-02-05 Thread Wendy Smoak
From: "Sab" <[EMAIL PROTECTED]> I will have a jsp page which will get some results from database as a list. But now at present, I have a button which is on this button. I would like to know what will the ActionForm subclass will be? I wrote jsp, Actionclass which takes the hidden name of event when

Re: newbie question

2005-02-05 Thread Curtis Taylor
I agree with Christian. I've found an XML validation website/tool which is invaluable when you're brain-dead & still required to write code: http://www.stg.brown.edu/service/xmlvalid/ HTH, Curtis Christian Bollmeyer wrote: On Friday 04 February 2005 22:53, Soaring Eagle wrote: Check the syntax of

No form elements in the jsp- ActionForm

2005-02-05 Thread Sab
I will have a jsp page which will get some results from database as a list. But now at present, I have a button which is on this button. I would like to know what will the ActionForm subclass will be? I wrote jsp, Actionclass which takes the hidden name of event when button is passed and in acti

RE: Class not found error when action servlet starts up

2005-02-05 Thread Martin Gainty
Hello Eagle Did you download jakarta-struts-1.1.lib.zip and Unzip the jars to your webapp \WEB-INF\lib ?? Martin Gainty __ (mobile) 617-852-7822 From: Soaring Eagle <[EMAIL PROTECTED]> Reply-To: Soaring Eagle <[EMAIL PROTECTED]> To: user@struts.apache.or

Re: Create a jsp page with 1 button

2005-02-05 Thread Christian Bollmeyer
On Saturday 05 February 2005 08:07, Sab wrote: > 1>How to create a jsp page in struts with it's mappings in config, if > it has 1 button and no fields. > When user clicks on button it will go to another webpage or action > defined. Use a ForwardAction to simply forward to your button page. There,

Re: newbie question

2005-02-05 Thread Christian Bollmeyer
On Friday 04 February 2005 22:53, Soaring Eagle wrote: Check the syntax of your struts-config.xml. The one you posted is heavily mixed up. In fact it's not even well-formed XML, with odd nestings, closing tags without a start tag, illegal attributes and the like. I'd recommend to drop the current

RE: trouble referencing struts taglibs: TldLocationsCache?

2005-02-05 Thread Martin Gainty
Good Morning Msgr McGrath If you install your in a location other than YourWebApp\WEB_INF you would still have to update the web.xml web-app taglib-location Or am I not understanding the thread ? Martin Gainty __ (mobile) 617-852-7822 (http)www.laconi

RE: trouble referencing struts taglibs: TldLocationsCache?

2005-02-05 Thread John McGrath
figured it out; for the record, i'll answer my own question: simply removing the taglib lines from web.xml entirely and referencing them directly from jsp's solved the problem. -Original Message- From: John McGrath [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 12:28 PM To