Problem with bean

2004-03-22 Thread Vishal Arora
Hi Can anybody me. I m not able to set values in my bean. My bean is having lots of get and set method they all return boolean values but the value i pass is not set it takes the default value. What's the problem does anybody ahve the clue to my problem -- Don't worry about the world coming

Urgent

2004-03-22 Thread Vishal Arora
Hi, I m setting boolean values into my get set methods of bean but it is returning default values. does anybody have any answer Thanks in advance -- Don't worry about the world coming to an end today.It's already tomorrow in Australia. Vishal.

Problem in iterating

2004-03-04 Thread Vishal Arora
Hi All, My problem is that i m storing bean instances in and ArrayList and then storing that arraylist in a bean .In my jsp i have to iterate that Arraylist and display the values .Can anyone help me out .How to get my values displayed onto jsp. i hope my problem is clear to everyone if not

Regarding FormBeans

2004-03-04 Thread Vishal Arora
Hi All, On submit of page i m calling my Action class but with no bean mapping but it is showing error but when i m declaring a bean mapping for that action class it works fine.can anyone tell y soo. Thanks. - To

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
i m using that only but the problem is that . I have Bean whose setSomething(ArrayList als) returns ArrayList object and inside this arraylist i have no of bean instances which have set and get methods now my problem is how to extract the arraylist from bean and then beans get ter setter from

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
, create a string like value[+i+].fieldname and put that in your property for your field ie html:text property=%= stringwejustmade %/ Vishal Arora wrote: i m using that only but the problem is that . I have Bean whose setSomething(ArrayList als) returns ArrayList object and inside

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
://www.cognizant.com/ Cognizant Corporation| Ph:91-44-52096000 Mobile : +91 98400 57326 | Xtn:8118, Vnet:48128 -- The secret to enjoying your job is not to change your job but to change your attitude.. -Original Message- From: Vishal Arora [mailto:[EMAIL PROTECTED] Sent: Friday

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
, session, page or application scopes (using request.setAttribute() or session.setAttribute, for instance)... Vishal Arora wrote: it's still giving same error logic:iterate id=WBSInfo name=proDataBean property=wbsInfo scope=session can not find WBSInfo bean in any scope. one thing i want

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
-- The secret to enjoying your job is not to change your job but to change your attitude.. -Original Message- From: Vishal Arora [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:05 AM To: [EMAIL PROTECTED]; Gandhi, Snehal Kishore (Cognizant); [EMAIL PROTECTED] Subject: Re

Re: Problem in iterating

2004-03-04 Thread Vishal Arora
Thanks to u all the problem is solved it has started working Thanks very much will keep on disturbing whenever wherever i get stuck. Vishal. Daniel Henrique Alves Lima wrote: Had you import the logic taglib ? Vishal Arora wrote: earlier i was using just logic iterate tag now

Dynamic Textboxes Problem

2004-02-19 Thread Vishal Arora
Hi, My problem is that on my page i have fixed number of columns(e.g say 5) but no of rows are dynamic soo how can i construct a bean with the help of DynaActionForm... do anyone has any code ..say example it would be very benificial for me. Thanks , Vishal

Re: Java / J2EE Developer

2004-02-16 Thread Vishal Arora
Hi Sirni, I think u played spoil sport over here.I think u r even mature enough and educated enough to understand this is a forum to discuss Struts related problems and look what uor foolish act of finding jobs in forum have done.I think if u did this act unkowingly then it is ok but

Problem regarding DynaActionForm

2004-02-13 Thread Vishal Arora
I want to use DynaActionForm... my problem is in my jsp i have no of textfields. but they r generated dynamically now in struts-config.xml how should i decaler those dynamic textfields so that struts makes bean clas on it's own. can anyone solve my problem. Thanks in Advance I hope this time

Problem in using DataSource with Informix9.x Database..?

2004-02-12 Thread Vishal Arora
Hi, I m using Tomcat5.0 and Struts1.1 and Informix 9.x as database When i m trying to use DataSource of org.apache.commons.dbcp.BasicDataSource in my struts application it gives error .I have mentioned in struts-config file also abt sdatasource like username,password,drivername and

Hi

2004-02-12 Thread Vishal Arora
Please anyone knowing how to use the Connection Pooling in struts or Tomcat5.0 with Informix as database help me out.. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Problem with Connection Pooling?

2004-02-12 Thread Vishal Arora
Please anyone knowing how to use the Connection Pooling in struts or Tomcat5.0 with Informix as database help me out.. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Hi

2004-02-12 Thread Vishal Arora
how to do it. Navjot Singh wrote: any of the 3 will do 1. configure the data source in tomcat 2. configure the data source in struts 3. write your own pool implementation using apache commons pool and dbcp hth Navjot Singh -Original Message- From: Vishal Arora [mailto:[EMAIL