Re: Displaying bean from action class

2007-05-04 Thread Laurie Harper
adambomb wrote: Hi, I have a jsp page which displays more than one drop down lists and is being populated from the database. Now when I click on a submit button after selecting the values from two dropdowns. it should go and search in the table and retrieve a collection of rows of that table(base

Re: Displaying bean from action class

2007-05-04 Thread adambomb
o.com >>> >>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Displaying-bean-from-action-class-tf3686377.html#a10323759 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Displaying bean from action class

2007-05-03 Thread adambomb
protection around >> http://mail.yahoo.com >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> &

Re: Displaying bean from action class

2007-05-03 Thread adambomb
d of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://w

Re: Displaying bean from action class

2007-05-03 Thread Dave Newton
--- adambomb <[EMAIL PROTECTED]> wrote: > Yep, Thats exactly my problem. I havent set the form > values anywhere. If a session form is "dropping values" somewhere then probably the program logic you think is happening isn't really happening... IIRC you have a form, submit the form, and go back t

Re: Displaying bean from action class

2007-05-03 Thread adambomb
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Displaying-bean-from-action-class-tf36863

Re: Displaying bean from action class

2007-05-03 Thread Dave Newton
--- adambomb <[EMAIL PROTECTED]> wrote: > But my main problem is still intact. The form bean is declared with session scope and it's not retaining the values across requests, and you are not setting the form values anywhere? d. __ Do You Yahoo!? T

Re: Displaying bean from action class

2007-05-03 Thread adambomb
; d. > > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAI

Re: Displaying bean from action class

2007-05-03 Thread Dave Newton
--- adambomb <[EMAIL PROTECTED]> wrote: > Also Im a bit confused that what is this 'id' > attribute for? in iterate tag. """ The name of a page scope JSP bean that will contain the current element of the collection on each iteration, if it is not null. """ It's so you can access the current eleme

Re: Displaying bean from action class

2007-05-03 Thread adambomb
his email message and any files transmitted with it contain confidential >> information intended only for the person(s) to whom this email message is >> addressed. If you have received this email message in error, please >> notify >> the sender immediately by telephone or email an

Re: Displaying bean from action class

2007-05-03 Thread adambomb
l message is > addressed. If you have received this email message in error, please > notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > - Original Message ----- > From: "adambomb" <[

Re: Displaying bean from action class

2007-05-03 Thread Martin Gainty
il message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "adambomb" <[EMAIL PROTECTED]> To: Sent: Thursday, May 03, 2007 9:27 AM Subject: Displaying bean fro

Displaying bean from action class

2007-05-03 Thread adambomb
t;, and thus results in null output. JSP page tag is like: .. .. I think I m missing something in action class to populate the bean but Im not sure what . Kindly Help. -- View this message in context: http://www.nabble.com/Displaying-bean-from-action-class-tf368