Re: Beginner's question on Struts and JSP

2006-04-27 Thread Dharmendra Singh
7;<%= "vSectors[" + index + "]" %>' /> > > > > > > > > > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/

Re: Beginner's question on Struts and JSP

2006-04-23 Thread Vinit Sharma
+ index + "]" %>' /> > > > > > > > > > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/userGuide/index.htm

Re: Beginner's question on Struts and JSP

2006-04-22 Thread Larry Meadors
gt; > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/userGuide/index.html > > > > Harsh. > > > > -Original Message-

Re: Beginner's question on Struts and JSP

2006-04-21 Thread Developer Developer
: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 10:55 AM > To: Struts Users Mailing List > Subject: Re: Beginner's question on Struts and JSP > > > The best thing might be to start by going through the MailReader > application that is bundled with

RE: Beginner's question on Struts and JSP

2006-04-21 Thread Chaudhary, Harsh
Another resource I found to be very helpful is: http://struts.apache.org/struts-action/userGuide/index.html Harsh. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 10:55 AM To: Struts Users Mailing List Subject: Re: Beginner's question on S

Re: Beginner's question on Struts and JSP

2006-04-21 Thread Ted Husted
The best thing might be to start by going through the MailReader application that is bundled with the distribution. It does things like populate a table from a database, and covers several other use cases you will run into. Also be sure to review the latest FAQs on the website, to be sure you get

Beginner's question on Struts and JSP

2006-04-21 Thread Developer Developer
Hello, I need to create a Table in JSP with values coming from the database. I want to use struts frame work for this application. Here is my question How should I design a formbean and link it to the view (JSP) ? Sample view code would be very helpful. I think I need to have a collection ty