Re: about logic tag

2004-12-13 Thread Webmaster
D] Subject: Re: about logic tag > Are there stairs in your house? > > Pramod wrote: > > > I have done the steps but i didn't get results > > > > - > > To unsubscribe, e-mail: [EMAIL PRO

Re: about logic tag

2004-12-13 Thread Pramod
This is the code in the model class's method if(result!=null || result.size()>0) { objectVector = new Vector(); for(int i=0;i

Re: about logic tag

2004-12-13 Thread Andrew Hill
opps. Didnt see this post when I replied just now. The syntax seems ok. When you say its not producing results, is there any error message or stack trace, or is it just that that part of the page is blank? If blank it sounds like the results vector is empty. I presume you initialise it in your

Re: about logic tag

2004-12-13 Thread Pramod
i didnt get u - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-13 Thread Andrew Hill
Are there stairs in your house? Pramod wrote: I have done the steps but i didn't get results - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -

Re: about logic tag

2004-12-13 Thread Pramod
I have done the steps but i didn't get results - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-12 Thread Pramod
I can't produce the result. The bean tag creating new instance of ActionForm.Get me a solution. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-12 Thread Pramod
It is not displaying the results. The code producing new instances of ActionForm. i will send my code - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about logic tag

2004-12-12 Thread Sunny
Pramod wrote: I have a vector object in a jsp page. An ActionForm's two instances are stored in that vector. How can i display the values using bean & logic tag? - To unsubscribe, e-mail: [EMAIL PROTECTED

about logic tag

2004-12-12 Thread Pramod
I have a vector object in a jsp page. An ActionForm's two instances are stored in that vector. How can i display the values using bean & logic tag?