Hi Maurice,

Thank you for your quick response.

Best regards,

Johnny

-----Original Message-----
From: Maurice Marrink [mailto:[EMAIL PROTECTED] 
Sent: segunda-feira, 10 de Março de 2008 16:17
To: users@wicket.apache.org
Subject: Re: Go edit a list item and come back. How-to?

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]


Este email e quaisquer ficheiros a ele anexados são confidenciais e 
destinados, exclusivamente, à pessoa ou entidade a quem foi endereçado. 
Se recebeu este email por erro, por favor, contacte-nos. 

Obrigado 

Prologica, SA 

[EMAIL PROTECTED] 

***********************************************************************************
 

This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify us. 

Thank you. 

Prologica, SA 

[EMAIL PROTECTED] 

***********************************************************************************
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to