You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ashish Kulkarni <ku...@yahoo.com> on 2002/09/06 18:18:50 UTC

Need Help in struts desing issue

Hi,
I m developing web site in struts, and need some help
in desing issue,
I have a jsp where in I display table of records for
name, last name, phone , each row has a check box, and
there is a button called details, 
so if the user selects one check box and clicks
details, i have to show a detail.jsp with all the
details of that person, like his address etc.
This check box value will be unique key, so i will
pass this unique key to detail.jsp
I have a bean which can get the details when i provide
the unique key,
so how can i go about it, like define this bean in the
detail.jsp and while i am loading the page call a
method on this bean which will set the parameters . or
in my Action class for the previous page have some
logic.
can anyone provide with some code , struts-config file
about doing it in a nice way in struts,



=====
A$HI$H

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>