Re: request question

2004-10-25 Thread Jeff Beal
If your trash-can button is using a link, you need to encode the request parameters into the link when you generate the JSP page. If your trash-can button is submitting a form, you need to create elements in your JSP page for each request parameter. I would recommend the latter approach, becau

request question

2004-10-25 Thread Vinicius Carvalho
Hi there! This kinda off topic, but I'm confused with that. I have this flow on my app: User search -> content display -> remove Let me get in some finer details. The user enters a criteria to filter the number of items displayed, on the next screen those items are shown with a trash icon, rep