Hi,
I have a situation like this:
I have a list of categories, I want to implement a print functionality where the page displays the data for each of the selected categories.
Each category data rests in a
jsp page. I want a jsp page, which includes all these jsp pages at runtime. The individual jsp pages expect parameters in them. If i use jsp:include, how do i send these parameters?
How do i do this?