RE: -- is this a bug

2005-06-03 Thread Qinjian Jian
Yes. That's it. Thanks a lot. Tim Jian Momentum systems, Inc. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:27 AM To: Struts Users Mailing List Subject: Re: -- is this a bug From: "Qinjian Jian" <[EMAIL PROTECTED]&

-- is this a bug

2005-06-03 Thread Qinjian Jian
Greeting: I am using tag on a jsp page. The scope of form bean associated with this jsp page is session. The Struts version is 1.1. I first check some of checkboxes and then refresh the page. The bean's property, i.e. selectedUsers (a String array), got populated and jsp page also displaye

RE: how to reset form

2004-08-26 Thread Qinjian Jian
I have to call reset method explicitly if you have no choice Tim Jian -Original Message- From: Ruben Cepeda [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: RE: how to reset form Hi Sabastian, I came across the same problem when I fir

RE: IF THEN ELSE

2004-08-10 Thread Qinjian Jian
The following link includes the documentation and some examples. Hopefully it helps. http://husted.com/struts/resources/logic-niallp.htm Tim -Original Message- From: Janarthan Sathiamurthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 6:59 AM To: Struts Users Mailing List Sub

RE: Form submit in JavaScript

2004-04-02 Thread Qinjian Jian
Using instead of Tim Jian -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: Form submit in JavaScript Hi, I have the following block of code in my jsp