RE: Regarding All

2005-06-05 Thread Vijaya S
In your action, store the result set in a bean of request or session scope depending on your requirement. Use the bean in your jsp to display the results using tag. Vijaya -Original Message- From: raja buddha [mailto:[EMAIL PROTECTED] Sent: Sunday, June 05, 2005 9:38 AM To: user@struts.a

Re: Regarding All

2005-06-05 Thread raja buddha
HI Deepak, If you have code can you please send me. It will be great help for me Thanks in advance Prem From: Kumar deepak <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Regarding All Date: Sat, 4 Jun 2005 22:30:02

Re: Regarding All

2005-06-04 Thread Kumar deepak
Hi, You can add the Resultset data into a java bean and then set the Bean in the request object and then use in jsp page. Regards Deepak Kumar raja buddha <[EMAIL PROTECTED]> wrote: Hi all I am new to struts. Can any body know how to get the ResultSet Objcet that is there in the Action Cal