Hi,
this looks wrong:
> </ span]>
use </span>
Best Regards,
Ilja Pavkovic
Am Dienstag, 23. März 2010 10:28:41 schrieb Peter Diefenthaeler:
> Hi Wicket Folks,
> I have a little problem using a WebMarkupContainer with Ajax refresh in
> Deployment Mode.
>
> The page shows a table like the sorting data view example in the Wicket
> Examples. The table resides in a div section with a y-Scrollbar and a
> ButtonPagingNavigator.
>
> My IE7 doesn't show the view in Deployment Mode, while in Development Mode
> the page works fine. If I delete the class attribute in the DIV tag, the
> page works fine in both modes. Adding the CSS class in HTML or as a
> AttributeModifier in the java code makes no difference. Also using a style
> attribute or using <wicket:container> inside the DIV tag doesn't help.
>
> Markup:
> <div class="genYScrollContainer" wicket:id="configView">
> <table class="genTable">
> <tbody>
> <tr wicket:id="sorting">
> <td class="GenColKey">
> <a href="#" wicket:id="detailLink"><span wicket:id=
> "key">[cnfBTest]</span></a></td>
> <td class="GenColValue"><span wicket:id="value">[Yes]</
> span]></td>
> </tr>
> </tbody>
> </table>
> </div>
>
> Java code:
>
> private final WebMarkupContainer configView = new WebMarkupContainer(
> "configView");
> ...
> configView.setOutputMarkupId(true);
> add(configView);
> configView.add(dataView);
>
> Deployment mode:
>
> (Embedded image moved to file: pic08363.gif)
> Development mode:
> (Embedded image moved to file: pic04651.gif)
>
> Thanks in advance,
> Peter Diefenthäler
--
binaere bauten gmbh · tempelhofer ufer 1a · 10961 berlin
+49 · 171 · 9342 465
Handelsregister: HRB 115854 - Amtsgericht Charlottenburg
Geschäftsführer: Dipl.-Inform. Ilja Pavkovic, Dipl.-Inform. Jost Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]