how does this checkbox thing work-Thanks.

2001-11-19 Thread Alex Colic
Thanks for the help. I got it working. Alex -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

how does this checkbox thing work?

2001-11-15 Thread Alex Colic
Hi, can't seem to get this checkbox to work. I have an app that reads the fields of a database and creates an array of field objects. Then a jsp is produced allowing the user to input the new data. I have a checkbox that is tied to a field object that has a setValue(String) and getValue()

Re: how does this checkbox thing work?

2001-11-15 Thread dhay
Hay/Lex/Lexmark) Subject: how does this checkbox thing work? Hi, can't seem to get this checkbox to work. I have an app that reads the fields of a database and creates an array of field objects. Then a jsp is produced allowing the user to input the new data. I have a checkbox that is tied

Re: how does this checkbox thing work?

2001-11-15 Thread SUPRIYA MISRA
html:checkbox property=vaAppt value=yes/ if getVaAppt() returns yes it is checked else not From: Alex Colic [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Subject: how does this checkbox thing work? Date: Thu, 15 Nov 2001 13:49:45 -0500 Hi