RE: Regarding All

2005-06-05 Thread Vijaya S
@struts.apache.org Subject: Regarding All Hi all I am new to struts. Can any body know how to get the ResultSet Objcet that is there in the Action Calls in to the View JSP. My Question is i have write the DB aceess in the Action class in that class my query returns a result set i need to loop the

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

Regarding All

2005-06-04 Thread raja buddha
Hi all I am new to struts. Can any body know how to get the ResultSet Objcet that is there in the Action Calls in to the View JSP. My Question is i have write the DB aceess in the Action class in that class my query returns a result set i need to loop the result set and display the resu