or better yet pass a loadabledetachablemodel that can load the address to
the panel instead of the address object directly. that way you dont need to
mess with onattach.

-igor


On 11/28/06, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote:

Marc,

Thank you!  I'll try that!

- Johannes

Marc-Andre Houle wrote:

> Probably you init the panel in the constructor, maybe try to
> initialize the panel in the onAttach() method.  When using this
> method, it reload the data every time the page is refreshed.
>
> Marc
>
> On 11/28/06, *Johannes Fahrenkrug* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Igor,
>
>     Thank you for your help. I've tried exactly that already. The
problem
>     was that the address panel didn't show the new address when the
>     "back"-Page was opened after editing the address.
>     Any ideas how to make it show the updated address?
>
>     - Johannes
>
>     Igor Vaynberg wrote:
>
>     > in the address panel
>     >
>     > changelink.onclick() { setresponsepage(new EditAddrPage(getPage(),
>     > addr)); }
>     >
>     > in edit address page
>     >
>     > EditAddrPage { EditAddrPage(final Page back, Addr addr) {
>     > saveLink.onclick() { savechange(); setresponstpage(back); }}}
>     >
>     > -igor
>     >
>     >
>     >
>     > On 11/27/06, *Johannes Fahrenkrug* < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>     > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote:
>     >
>     >     Hi,
>     >
>     >     I have a "best practice" question: I have a page with
>     several panels,
>     >     each of them having a few Labels. This page shows a summary
>     of the
>     >     customer infos. Each panel has a "Change" link that opens a
>     page to
>     >     change the data. Since the panels can be embedded in different
>     >     pages, I
>     >     want to go back to the page I came from after submitting the
>     page on
>     >     which I can change the data.
>     >     For example: I'm on the summary page, see a typo in the
address,
>     >     click
>     >     the "change" link within the address panel. A page that
>     allows me to
>     >     change the address opens, I change the address, click "Save"
and
>     >     want to
>     >     end up on the summary page on which I clicked "Change"
>     again. Of
>     >     course
>     >     the contents of the address panel should show the updated
>     address
>     >     then.
>     >
>     >     What's the best way to do this?
>     >
>     >     Thank you!
>     >
>     >     - Johannes
>     >
>     >
>
-------------------------------------------------------------------------
>     >
>     >     Take Surveys. Earn Cash. Influence the Future of IT
>     >     Join SourceForge.net's Techsay panel and you'll get the
>     chance to
>     >     share your
>     >     opinions on IT & business topics through brief surveys - and
>     earn cash
>     >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>     <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>     >
>     <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>     <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>
>     >     _______________________________________________
>     >     Wicket-user mailing list
>     >     [email protected]
>     <mailto:[email protected]>
>     >     <mailto:[email protected]
>     <mailto:[email protected]>>
>     >     https://lists.sourceforge.net/lists/listinfo/wicket-user
>     >
>     >
>
>------------------------------------------------------------------------
>
>     >
>
>-------------------------------------------------------------------------
>     >Take Surveys. Earn Cash. Influence the Future of IT
>     >Join SourceForge.net's Techsay panel and you'll get the chance to
>     share your
>     >opinions on IT & business topics through brief surveys - and earn
>     cash
>     >
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>     <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>     >
>
>------------------------------------------------------------------------
>     >
>     >_______________________________________________
>     >Wicket-user mailing list
>     > [email protected]
>     <mailto:[email protected]>
>     >https://lists.sourceforge.net/lists/listinfo/wicket-user
>     >
>     >
>
>
>
-------------------------------------------------------------------------
>
>     Take Surveys. Earn Cash. Influence the Future of IT
>     Join SourceForge.net's Techsay panel and you'll get the chance to
>     share your
>     opinions on IT & business topics through brief surveys - and earn
cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>     <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>     _______________________________________________
>     Wicket-user mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share
your
>opinions on IT & business topics through brief surveys - and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Wicket-user mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to