The mail import did put the wrong  tag in this message. In the original code
the span tag is well formed. By the way, this will lead to an error in both
modes - development and deployment mode ...


Ilja Pavkovic-3 wrote:
> 
> Hi,
> 
> this looks wrong:
>> </ span]>
> use  
> 
> 
> 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">
>>                          #  "key">[cnfBTest] </td>
>>                   <td class="GenColValue">[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]
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Ajax-refresh-problem-with-WebMarkupContainer-and-CSS-class-in-DeploymentMode-tp27998174p27998947.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]

Reply via email to