RE: Servlet call from JSP/HTML - Need help

2003-10-23 Thread Shishir K. Singh
list using mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 10:00 AM To: Struts Users Mailing List Subject: Re: Servlet call from JSP/HTML - Need help I am looking to do just what you have proposed. How do you preload the action. Nathan On Wednesday, October 22, 2003, at 10:45 PM, Andrew

Re: Servlet call from JSP/HTML - Need help

2003-10-23 Thread Nathan Maves
form that was too dynamic to effectively preload results for. -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 October 2003 12:35 To: Struts Users Mailing List Subject: RE: Servlet call from JSP/HTML - Need help I went through them...However, I seeing

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread Shishir K. Singh
could help ? TIA Shishir -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 12:45 AM To: Struts Users Mailing List Subject: RE: Servlet call from JSP/HTML - Need help Well, if the values to show dont need to be dynamically loaded based on other

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread Andrew Hill
October 2003 12:35 To: Struts Users Mailing List Subject: RE: Servlet call from JSP/HTML - Need help I went through them...However, I seeing the amount of Java sript that may be involved, I am thinking of another approach. I have decided to preload the independent select fields in an Action and

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread Shishir K. Singh
dependent Selects -> goto 2 Is this crude way of doing it?? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 12:04 AM To: Struts Users Mailing List Subject: RE: Servlet call from JSP/HTML - Need help Another one worth reading on '

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread Andrew Hill
:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 10:18 PM > To: Struts Users Mailing List > Subject: Servlet call from JSP/HTML - Need help > > > Hi, > > Is there anyway that I can call a servlet from a Select Input > type. The > idea is that the moment u

RE: Servlet call from JSP/HTML - Need help

2003-10-22 Thread James Mitchell
Wednesday, October 22, 2003 10:18 PM > To: Struts Users Mailing List > Subject: Servlet call from JSP/HTML - Need help > > > Hi, > > Is there anyway that I can call a servlet from a Select Input > type. The > idea is that the moment user clicks on the drop down of a

Servlet call from JSP/HTML - Need help

2003-10-22 Thread Shishir K. Singh
Hi, Is there anyway that I can call a servlet from a Select Input type. The idea is that the moment user clicks on the drop down of an type, the option is populate by data queried from database ( this logic resides in a servlet). I think that I may have to use the onClick attribute, but I am n