Submitting with request parameters

2001-07-22 Thread Melissa Rabin
Would someone kindly help me understand how one can use the struts html:submit tag to include a parameter ( it's value) with the request? I am writing a simple jsp which allows the user to submit data to a database, or clear the table entirely. I was originally thinking of sending the

Getting session objects in an Action Form

2001-07-19 Thread Melissa Rabin
I need to access a session object within an ActionForm class - is this possible, how? Melissa Rabin Web Developer

Trapping an html:option value

2001-07-18 Thread Melissa Rabin
/html:option html:option value=rebindChange An Entry In The JNDI Tree/html:option html:option value=unbindRemove An Entry In The JNDI Tree/html:option /html:select Melissa Rabin Web Developer

using html:link with javascript

2001-07-16 Thread Melissa Rabin
, and once again in the new window. Any suggestions? Melissa Rabin Web Engineer

RE: Error: org.apache.struts.action.MESSAGE

2001-07-16 Thread Melissa Rabin
Is your Message resource file in the WEB-INF/classes directory? Melissa -Original Message- From: Jon Brisbin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 11:52 AM To: [EMAIL PROTECTED] Subject: Re: Error: org.apache.struts.action.MESSAGE I also get this error on the struts

RE: Error: org.apache.struts.action.MESSAGE

2001-07-16 Thread Melissa Rabin
to use the same settings on WS 3.5 Patch 2) I guess the classes directory under web-inf is specific to Tom Cat?? Regards Pathangi RH -Original Message- From: Melissa Rabin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Error

RE: Error: org.apache.struts.action.MESSAGE

2001-07-16 Thread Melissa Rabin
be it found the corresponding properties files with the setting I had. Thank You 4 your time regards pathangi r -Original Message- From: Melissa Rabin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 11:48 AM To: [EMAIL PROTECTED] Subject: RE: Error

RE: quick question : form

2001-07-16 Thread Melissa Rabin
Hi Rama. One quick dirty way to solve your problem isto add "success" as a string to the request object in the perform method of your action class, and add a "forward-name="success" path=/originalJsp" line in your struts-config file(which will return you to the page you posted the initial