accessing VO by next view...

2003-06-20 Thread Rajat Nayer
Hi!! I am a newbie to struts. I want to validate my undertsanding of the basic Struts framework viz a viz the VO issue that i will explain thereafter. My understanding of the flow using struts and EJB is as follows: Browser -> ActionServlet -> populates FormBean and instantiates the Action Clas

RE: accessing VO by next view...

2003-06-20 Thread David Bolsover
have your collection of FormBeans in scope, you use the Struts (and/or JSTL) tag libraries in the DetailPage.jsp to access the fields of the FormBeans db -Original Message- From: Rajat Nayer [mailto:[EMAIL PROTECTED] Sent: 20 June 2003 09:49 To: Struts Users Mailing List Subject: accessing

RE: accessing VO by next view...

2003-06-20 Thread Rajat Nayer
have your collection of FormBeans in scope, > you use the Struts (and/or > JSTL) tag libraries in the DetailPage.jsp to access > the fields of the FormBeans > > db > > > -Original Message- > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 0

RE: accessing VO by next view...

2003-06-20 Thread Rajat Nayer
the DetailPage.jsp to access > the fields of the FormBeans > > db > > > -Original Message- > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 09:49 > To: Struts Users Mailing List > Subject: accessing VO by next view... > > > Hi!! >

RE: accessing VO by next view...

2003-06-20 Thread Susan Bradeen
r > > JSTL) tag libraries in the DetailPage.jsp to access > > the fields of the FormBeans > > > > db > > > > > > -Original Message----- > > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > > Sent: 20 June 2003 09:49 > > To: Struts Users Mailing List

RE: accessing VO by next view...

2003-06-20 Thread Sandeep Takhar
libraries in the DetailPage.jsp to > access > > the fields of the FormBeans > > > > db > > > > > > -Original Message- > > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > > Sent: 20 June 2003 09:49 > > To: Struts Users Mailing

RE: accessing VO by next view...

2003-06-23 Thread Rajat Nayer
of FormBeans in > scope, > > > you use the Struts (and/or > > > JSTL) tag libraries in the DetailPage.jsp to > access > > > the fields of the FormBeans > > > > > > db > > > > > > > > > -Original Message- > > > From:

RE: accessing VO by next view...

2003-06-23 Thread Susan Bradeen
type data it is often > > > > convenient to store this in session scope. > > > > > > > > Once you have your collection of FormBeans in > > scope, > > > > you use the Struts (and/or > > > > JSTL) tag libraries in the DetailPage.jsp to >