Upon clicking the list item, pass the page to your edit page and store
it there. e.g.
onclick()
{
setResponsePage(new EditPage(...,this.getPage());
}
Then in the onsubmit of your editpage set the responsepage to that page.
Maurice
On Mon, Mar 10, 2008 at 5:03 PM, Johnnie <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a list (DataTable) of items and when I choose one I want to be taken
> to a page where I can edit the it (with a form). Upon completion (OK button
> is clicked) I want to be taken back to the page I was on the list and see my
> changes reflected there. How do I do this?
>
> Best regards,
>
> Johnny
> --
> View this message in context:
> http://www.nabble.com/Go-edit-a-list-item-and-come-back.-How-to--tp15950856p15950856.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]