M
Mongoose
Hi All,
I'm learning Struts and have a (hopefully simple) question on how to
accomplish something . . .
I basically have a .jsp page in a Struts application that has a menu
with tabs on it. When I click on one of the tabs I load a .jsp
depending on what tab was clicked of course. When I click on my tab I
also want to execute a Struts action within which I will retrieve my
data and populate a list with it. In my action class I want to store
the list in a session object and then retrieve it in my .jsp. The
part I am having trouble with is getting my action class to execute
when I click on one of my tabs in my .jsp. Can anyone help me with
this?
I'm using the Struts Menu Tag Library to create my menus if that helps
at all . . .
As always, all help is much appreciated . . .
Thanks,
Andy
I'm learning Struts and have a (hopefully simple) question on how to
accomplish something . . .
I basically have a .jsp page in a Struts application that has a menu
with tabs on it. When I click on one of the tabs I load a .jsp
depending on what tab was clicked of course. When I click on my tab I
also want to execute a Struts action within which I will retrieve my
data and populate a list with it. In my action class I want to store
the list in a session object and then retrieve it in my .jsp. The
part I am having trouble with is getting my action class to execute
when I click on one of my tabs in my .jsp. Can anyone help me with
this?
I'm using the Struts Menu Tag Library to create my menus if that helps
at all . . .
As always, all help is much appreciated . . .
Thanks,
Andy