Html:checkbox issue

2002-07-15 Thread Toni Nehme
Hi All, I have checkbox displayed in a table and I am trying to create a a checkbox outside the table to check All the checkboxes inside the table. My table is using the logic:iterate tag and displays the table. Please, let me know if anybody knows how to solve this. Thanks.

2 html:select on the same page Error

2002-07-05 Thread Toni Nehme
Hi, I have 2 html:select on the same page. Selection of any item of the first combobox will dynamically populate the second. I have it working fine. Now, the dependant combobox, I select different item and click the submit button. I got the value of the first combobox correct. but the

multibox bug

2002-07-02 Thread Toni Nehme
Hi, I am using multibox in a Logic:iterator see below: logic:iterate id=fruits name=FRUITS scope=session property=fruits type=ch.thales.model.Fruit tr tdhtml:multibox property=selectedItems/td tdbean:write name=fruits property=fruitName//td /html:multibox /tr

Re:Help Help Help multibox bug

2002-07-02 Thread Toni Nehme
From: Toni Nehme [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: multibox bug Date: Tue, 02 Jul 2002 11:35:24 -0400 Hi, I am using multibox in a Logic:iterator see below: logic:iterate id=fruits name=FRUITS scope=session property=fruits

RE: multibox bug

2002-07-02 Thread Toni Nehme
in the top of your jsp? %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % -Original Message- From: Toni Nehme [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:35 AM To: [EMAIL PROTECTED] Subject: multibox bug Hi, I am using multibox in a Logic:iterator see below: logic:iterate

Re: multibox bug (Help needed)

2002-07-02 Thread Toni Nehme
Does anybody know how to fix this bug? Thanks. From: Toni Nehme [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: multibox bug Date: Tue, 02 Jul 2002 11:35:24 -0400 Hi, I am using multibox in a Logic:iterator see below: logic:iterate id

Struts V1.1B1 bug

2002-06-27 Thread Toni Nehme
Hi, I download struts V1.1B1 and tried to use it in my project. I got the following Errors: Parsing of JSP File '/index.jsp' failed: /index.jsp(2): Error in using tag library uri='/struts-bean.tld'

Re: Struts V1.1B1 bug

2002-06-27 Thread Toni Nehme
Please disregard my question. From: Toni Nehme [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts V1.1B1 bug Date: Thu, 27 Jun 2002 12:33:44 -0400 Hi, I download struts V1.1B1 and tried to use it in my project. I got

how to get multiple value from action class

2002-06-26 Thread Toni Nehme
. From: Toni Nehme [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: html:select tag for multiple selection Date: Wed, 26 Jun 2002 12:23:42 -0400 Hi, I am trying to make a multiselection and get the values when I click on the submit method. I have

html:checkbox tag does not set the checked value

2002-06-25 Thread Toni Nehme
Hi, I have a class and an action and a form, I am trying to check one of the two checkboxes and submit and display the selected checkbox value. The following code is in my form: public final class TestForm extends ActionForm { private String chkVal = on; private boolean isBillable

Re: html:checkbox tag does not set the checked value

2002-06-25 Thread Toni Nehme
property=submit value=Submit/ html:reset/br /html:form /body /html:html ** From: Toni Nehme [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: html:checkbox tag does not set the checked

Html:checkbox

2002-06-25 Thread Toni Nehme
Hi All, How can I set the boolean variable in the form if I have more than one checkbox on a page? For example: checkbox with label required. checkbox with label notRequired. checkbox with label optional. Do I have to have 3 boolean variables in my form? Or I can have an array of booleans?

RE: html:checkbox tag does not set the checked value

2002-06-25 Thread Toni Nehme
assumption. Could you be more specific about what you want to do? Keith Kamholz Moog East Aurora, NY (716) 687-7282 [EMAIL PROTECTED] -Original Message- From: Toni Nehme [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: Re: html:checkbox tag

RE: Html:checkbox

2002-06-25 Thread Toni Nehme
situation as the one you just posted? If so, I think you need to be more specific about what you want to do. Keith Kamholz Moog East Aurora, NY (716) 687-7282 [EMAIL PROTECTED] -Original Message- From: Toni Nehme [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:41 PM To: [EMAIL

Html:select tag does not set the options

2002-06-25 Thread Toni Nehme
Hi, I am trying to populate a combobox with an array of strings. I have the following in my JSP: html:select property=selectedValue html:options name=nameList / /html:select where selectedValue is a property in my form. nameList is an ArrayList of Strings in my session. How can I

Request Form Bean Resets UnExpectedly

2002-06-10 Thread Toni Nehme
All, We are having problem with a particular action. The same action is called by both Next 10 and Previous 10 submits. If we have 4 pages and you are at Page 3 of 4, and we toggle the screen to a new URL that contains the same JSP/Action. Next button works and goes to 4 but Previous button