google-code-export / jqwicket

Automatically exported from code.google.com/p/jqwicket
1 stars 0 forks source link

Tabs component does not reload dynamic content #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Let say we have two tabs.
2. First tab have AjaxLink (on click sets label to "edited" in second tab and 
navigates to it)
3. Second tab have label (it's model is dynamic string, default value is 
"default")
4. We click on link in first tab.

What is the expected output? What do you see instead?
Expected result: Tab 2 is selected and label have value "edited";
Actual result: Tab 2 is selected and label have value "default";

What version of the product are you using? On what operating system?
Wicket: 1.5.3, jqwicket: 0.8, Windows 7 Home premium;

Please provide any additional information below.
Quick start program is attached. This program is setup to reproduce this issue. 
Please some have a look at this.

Original issue reported on code.google.com by sast5...@gmail.com on 19 Apr 2012 at 8:04

Attachments:

GoogleCodeExporter commented 9 years ago
Not a BUG. Model was static

Original comment by sast5...@gmail.com on 19 Apr 2012 at 9:02