Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

using frame in Struts framework



Hi all,

I am using Struts1.1 framework.

I have two part in a jsp page, in which i am getting data from previous page by using request.getParameterValues("date");
i.e i am getting multiple date.
Now in first part of jsp page i have checkbox tree ,where user can select checkbox, then click on submit .Now on click submit data will pass second part of jsp page.where with checked data
and date i have to do some process.
it is like frame type structure, where data from one frame will pass in second frame in jsp page.

I request to all to guide me how to do it.

Deepak