Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
Is there any way I can have my java set the values of FORM elements. Rather than storing the values in the java code and generating the complete form element containing that value. Something like adding something to the response that will give that item a value. For my particular need, I want

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Schalk Neethling
Have you looked at either Struts, JSTL or the Java Server Faces. I am sure somewhere in there will be a solution. Luc Foisy wrote: Is there any way I can have my java set the values of FORM elements. Rather than storing the values in the java code and generating the complete form element

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Tonte Pouncil
The STRUTS framework would be good for what you are trying to do. http://www.apache.org -tp -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 12:10 PM To: Tomcat User List (E-mail) Subject: Progamatically setting values of FORM elements

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
. Thanks... -Original Message- From: Luc Foisy Sent: Friday, July 30, 2004 1:10 PM To: Tomcat User List (E-mail) Subject: Progamatically setting values of FORM elements Is there any way I can have my java set the values of FORM elements. Rather than storing the values in the java code

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Shapira, Yoav
Hi, No, the Servlet API has no concept of HTML. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:41 PM To: Tomcat Users List Subject: RE: Progamatically setting values of FORM elements From

RE: Progamatically setting values of FORM elements

2004-07-30 Thread Luc Foisy
: Progamatically setting values of FORM elements Hi, No, the Servlet API has no concept of HTML. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:41 PM To: Tomcat Users List Subject: RE: Progamatically

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Dennis Dai
something I did not. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:43 PM To: Tomcat Users List Subject: RE: Progamatically setting values of FORM elements Hi, No, the Servlet API has no concept of HTML. Yoav Shapira Millennium Research

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Schalk Neethling
: Friday, July 30, 2004 3:43 PM To: Tomcat Users List Subject: RE: Progamatically setting values of FORM elements Hi, No, the Servlet API has no concept of HTML. Yoav Shapira Millennium Research Informatics -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Friday, July 30

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Vy Ho
Try Sun's Studio Creator (Rave). It's all graphical. You don't have to learn anything, and it does all for you. All you have to do is drag and drop those check box into a page and you're done. It bases on Java Server Faces, and the creator of this technology I believe is the same one how