(newbie) html:select problem

2005-01-26 Thread Sudheer
values are displayed in the 'to' html:option, but I am not getting the value in the Form.java function public Integer[] getTo() { return to; } Any help is greatly appreciated. Thank you. Sudheer <%@ page language="java" session="true" %> <%@ tagli

RE: OT newbie - Thanks eveybody

2005-01-24 Thread Sudheer
Hi, Thank u very much for all the support and your valuable advise. Sudheer -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 9:21 PM To: Struts Users Mailing List Subject: Re: OT newbie - java class question The answer is to clone the

OT newbie - java class question

2005-01-24 Thread Sudheer
it back on line 19. Then adding this class to lALOutPut. Here the changes I made to the class property name is reflected in HashMap category also. I don't want the changes to be reflected in the passed HashMap category. How do I do this? Please help. TIA Sudheer 01. public static Arra

RE: getting html:textarea multiliple values

2005-01-19 Thread Sudheer
Sudheer, Textareas are single fields, not like pulldowns which could have multiple items selected (or checkboxes, etc.). Are you saying you have many html:textarea tags with the same property name for different purposes? -David, very confused by your question -Original Message- From

getting html:textarea multiliple values

2005-01-19 Thread Sudheer
Hi, How to retrieve multiple values selected for a html control like textarea from the form ? Thank you. Sudheer

(newbie)automatic form submission

2005-01-18 Thread Sudheer
Hi, How to prevent the automatic submission and validation of forms when we try to access it for the first time ? Thank you. Sudheer

(newbie)No getter method for property total

2005-01-17 Thread Sudheer
placed it before the logic:iterate tag What should I do? Please help. Thank you. Sudheer

RE: (newbie) Error when installed Struts 1.2

2005-01-03 Thread Sudheer
Hi, It is already in the web.xml file, still it is giving the error. Thank you. Sudheer -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Sunday, January 02, 2005 9:55 PM To: Struts Users Mailing List Subject: Re: (newbie) Error when installed Struts 1.2

(newbie) Error when installed Struts 1.2

2005-01-02 Thread Sudheer
Hi,     My struts application shows the following two erros when Iupgraded Struts 1.1 to 1.2. This was working fine underStruts 1.1. Also attached struts-config.xml and web.xml     Please help.     Thank you.   Sudheer   Error 1---type : Status report   message : Servlet action is not

RE: ActionMessages problem

2004-12-27 Thread Sudheer
Hi, I think this discussion thread from the www.theserverside.com will give you what u r looling form. http://www.theserverside.com/discussions/thread.tss?thread_id=30176 Sudheer -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004

(newbie)preferred way of managing product catelog

2004-12-27 Thread Sudheer
to store all the products in a container in an application object? Or just store the category and store the products(which fells under this category) only when the user select a particular category? Please help. Thank you. Sudheer Palaparabil

newbie html-tag query

2004-10-24 Thread Vishal Sudheer
  Hi, Here I am iterating through an ArrayList (departments) which contains department_id and department_name. Here I want to populate the html:select option with the department details. I am able to display the department_nm in my b