You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Graham Cunningham <gr...@imacon.ch> on 2000/08/15 11:23:50 UTC

Reshowing a page and selecting the next page based on db entries.

Hi,
apologies in advance if these topics are covered in the docs (I couldnt find
them)

I would like to have a Action class that simply put some values onto the
request (a database connection) and then reshowed the page that sent the
request, has anyone already done this or is there a way that I missed in the
docs?

Also I would like to select the next page based on some database entries. I
already have my own mapping class so the code could go in here but I need to
determine the next page to show from the Action class which would mean the
Action class would have to set the next dynamic page of the ActionMapping,
does this seem like a valid approach?

regards
Graham