Re: Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-26 Thread PDiefent
Because it is urgent, I tried some changes without success. It seems to be the AjaxFallBackLink in the dataview, wich causes the table not to be shown when the page shows up. Is there any other possibility to show a modal window without an AjaxLink? Here is some code of the dataview with the

Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-23 Thread 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

RE: Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-23 Thread Stefan Lindner
MY HTML-Validator stumbles upon the line td class=GenColValuespan wicket:id=value[Yes]/ span]/td Ist the space betwenn / and span. Maybe Wicket stumbles upon this? Stefan -Ursprüngliche Nachricht- Von: Peter Diefenthaeler [mailto:pdief...@csc.com] Gesendet:

Re: Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-23 Thread Ilja Pavkovic
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

Re: Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-23 Thread PDiefent
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

Re: Ajax refresh problem with WebMarkupContainer and CSS class in DeploymentMode

2010-03-23 Thread PDiefent
In development mode the browser shows a WICKET AJAX DEBUG Link after rendering the page. Maybe this causes the browser to show the contents of the table. If I hit the new button in my window, a modal window appears and the table contents also show up ... -- View this message in context: