it sounds like you are using static models.
read about dynamic models at:
https://cwiki.apache.org/WICKET/working-with-wicket-models.html

On Tue, Jun 19, 2012 at 11:36 PM, nunofaria11 <nunofari...@gmail.com> wrote:
> By doesn't work I meant the data (inside the model) that was supposed to
> change does not change.
>
> 2012/6/19 Martin Grigorov-4 [via Apache Wicket] <
> ml-node+s1842946n4650084...@n4.nabble.com>
>
>> On Tue, Jun 19, 2012 at 11:26 PM, nunofaria11 <[hidden 
>> email]<http://user/SendEmail.jtp?type=node&node=4650084&i=0>>
>> wrote:
>> > Hi, I am trying to properly share a model between tabs in a TabbedPanel.
>> > I've been trying to pass the model to the Panels returned in the
>> getPanel
>> > hook (below), but it seems not to work.
>>
>> "Doesn't work" doesn't explain much.
>> Give us more information/code.
>>
>> >
>> >
>> >
>> > tabs.add(new AbstractTab(new Model("Title")) {
>> >
>> >
>> >           @Override
>> >
>> >           public WebMarkupContainer getPanel(String panelId) {
>> >
>> >             return new MyPanel(panelId, model);
>> >           }
>> >
>> > });
>> >
>> > TabbedPanel tabbedPanel = new TabbedPanel("tabs", tabs);
>> >
>> >
>> >
>> > Can someone point me to an example where this is done?
>> >
>> >
>> > --
>> > View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/Properly-share-data-model-in-TabbedPanel-tp4650082.html
>> > Sent from the Users forum mailing list archive at Nabble.com.
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [hidden 
>> > email]<http://user/SendEmail.jtp?type=node&node=4650084&i=1>
>> > For additional commands, e-mail: [hidden 
>> > email]<http://user/SendEmail.jtp?type=node&node=4650084&i=2>
>> >
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden 
>> email]<http://user/SendEmail.jtp?type=node&node=4650084&i=3>
>> For additional commands, e-mail: [hidden 
>> email]<http://user/SendEmail.jtp?type=node&node=4650084&i=4>
>>
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://apache-wicket.1842946.n4.nabble.com/Properly-share-data-model-in-TabbedPanel-tp4650082p4650084.html
>>  To unsubscribe from Properly share data model in TabbedPanel, click 
>> here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4650082&code=bnVub2ZhcmlhMTFAZ21haWwuY29tfDQ2NTAwODJ8MzI4MDI5NzAw>
>> .
>> NAML<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
>
> --
> Nuno Faria
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Properly-share-data-model-in-TabbedPanel-tp4650082p4650085.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to