Nested propertis -populating value Objects in ActionForm

2002-08-08 Thread Boyalla, Raveendra
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 2:09 PM To: Struts Users Mailing List Subject: Re: DynaActionForm and Nested property -- (to Craig) On Fri, 5 Jul 2002, Boyalla, Raveendra wrote: Date: Fri, 5 Jul 2002 11:59:54 -0400 From

DynaActionForm and Nested property -- (to Craig)

2002-07-05 Thread Boyalla, Raveendra
Hi Craig, this is my form bean. form-bean name=addPCCompanyForm type=org.apache.struts.action.DynaActionForm form-property name=pcCompany type=rb.pc.vo.pcCompanies.PCCompanyVO/ /form-bean and in form html:text

RE: DynaActionForm and Nested property

2002-07-05 Thread Boyalla, Raveendra
Hi this is my form bean. form-bean name=addPCCompanyForm type=org.apache.struts.action.DynaActionForm form-property name=pcCompany type=rb.pc.vo.pcCompanies.PCCompanyVO/ /form-bean and in JSP html:text

'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
Hi I have the following display need in jsp. textbox_11 textbox_12 textbox_13 textbox_14 textbox_15 textbox_16 ... textbox_1n textbox_21 textbox_22 textbox_23 textbox_24 textbox_25 textbox_26 ... textbox_2n textbox_31 textbox_32 textbox_33 textbox_34 textbox_35 textbox_36 ...

RE: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
Hi I have the following display need in jsp. textbox_11 textbox_12 textbox_13 ...textbox_1n textbox_21 textbox_22 textbox_23 ...textbox_2n textbox_31 textbox_32 textbox_33 ...textbox_3n ...

RE: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
. If you have done any iteration than this is just a variation. What is the problem? Boyalla, Raveendra wrote: Hi I have the following display need in jsp. textbox_11 textbox_12 textbox_13 textbox_14 textbox_15 textbox_16 ... textbox_1n textbox_21 textbox_22 textbox_23 textbox_24

RE: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
it looks like you restart the iteration of M, to show M. If you have done any iteration than this is just a variation. What is the problem? Boyalla, Raveendra wrote: Hi I have the following display need in jsp. textbox_11 textbox_12 textbox_13 textbox_14 textbox_15 textbox_16

RE: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
than that. V. Boyalla, Raveendra wrote: Hi Vic, Could you please give an Example. i am not very clear about using two ActionForms. I am doing the following when there are fixed no of say column text boxes. Do I need to have one more iterate tag inside? STRUTS_LOGIC:iterate id=children

RE: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-23 Thread Boyalla, Raveendra
, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Boyalla, Raveendra wrote: Hi Yes, I have variable no of rows and variable no of Columns. They are all text Boxes. My ActionForm should be able to populate and retrieve

RE: DB connection pool

2002-03-21 Thread Boyalla, Raveendra
Hi Maris, look into the following url. Use GenericDataSource as Pool http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/util/Generi cDataSource.html Raveendra Boyalla -Original Message- From: Teague, Susan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 10:15

Is there any problem using Struts in Cluster Environment

2002-03-20 Thread Boyalla, Raveendra
Hi All, I am going to use my WAR file in Weblogic Cluster Environment. Is there any problem with Struts in Cluster. Thank you Raveendra Boyalla -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 3:22 PM To: [EMAIL PROTECTED]

RE: Problem

2002-03-11 Thread Boyalla, Raveendra
Hi Adrian, if I understand you problem You ca Use HttpServletRequest.getRequestURI() which gives the URL of Caller Thanks Raveendra Boyalla -Original Message- From: Maturo, Larry [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 12:21 PM To: 'Struts Users Mailing List' Subject:

How do I use onblur for text tag

2002-02-22 Thread Boyalla, Raveendra
Hi How do I use onBlur for text tag Thank you Raveendra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: how to use an images for submit, cancel button etc

2002-02-22 Thread Boyalla, Raveendra
Hi How can I code for onBlur event of a Text tag. Regards, Raveendra Boyalla -Original Message- From: Todd G. Nist [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 11:13 AM To: 'Struts Users Mailing List' Subject: RE: how to use an images for submit, cancel button etc

RE: newbie question: HTML Taglib

2002-02-22 Thread Boyalla, Raveendra
Hi, Please tell me, How to use onBlur event for text Tag form:text property=username/ Thank you Raveendra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

form:text property=username/ onblur ????????????????

2002-02-22 Thread Boyalla, Raveendra
then your html tag would look like this html:text property=action size=16 maxlength=16 onblur=return testme();/ Hope this helps. -Original Message- From: Boyalla, Raveendra [EMAIL PROTECTED]@ENRON Sent: Friday, February 22, 2002 2:57 PM To: 'Struts Users Mailing List