Populating and Navigating Fields for a Product in DIV part of JSP

I’ve a JSP Page in struts framework that need to display a DIV with Fields for a Product.
In this DIV I should Add, Delete, and could Navigate through existing product information without affecting the main page.

I don’t want to use Items to be stored in Session or cookies.

Any suggestion would be greatly appreciated. Thanks

I think that JSP is Java Server Pages, but I don’t think that we have a forum that deals with Java issues any more.

Though I see that you’ve blasted this query across multiple web forums, so hopefully you’ll find someone who knows enough about that to help.

Dear paul_wilkins,

Thank you for the reply.

JSP in my post stands for Java Server Pages. Right now i’ve temperorily handled this case with Javascript itself. I’ve used jQuery to implement it. Used dialog function to show DIV part and managed to show/navigate each Product Items using javascript functions by storing values in Arrays. What i want to know that is there any other way we can implement it?

Thanks.

I’ll put you over to the forum that deals with web development and application design issues, because they seem to handle integration with JSP there.

ok