[Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
Hi, maybe its a noobish question, but how can i replace a markup that spans other markup wihtout touching the inner one? e.g: span wicket:id=data span wicket:id=data1foo/spanbr span wicket:id=data2foo/spanbr /span wich is a simple ListView repeater -

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
. April 2007 13:22 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] replace of multi inc. spans You can't just replace the listView by a label, because the markup won't match. Safest solution probably not to replace the listView, just ide it and show the label next to lisview

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Matej Knopp
You can't just replace the listView by a label, because the markup won't match. Safest solution probably not to replace the listView, just ide it and show the label next to lisview. On 4/5/07, Korbinian Bachl [EMAIL PROTECTED] wrote: Hi, maybe its a noobish question, but how can i replace a

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Matej Knopp
and a label (mobile thing) Regards -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matej Knopp Gesendet: Donnerstag, 5. April 2007 13:22 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] replace of multi inc. spans

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
@lists.sourceforge.net Betreff: Re: [Wicket-user] replace of multi inc. spans The View and Label can be displayed conditionally - either listview on label, they don't need to by displayed at the same time. On 4/5/07, Korbinian Bachl [EMAIL PROTECTED] wrote: Thax for quick reply - i then stick

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Eelco Hillenius
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matej Knopp Gesendet: Donnerstag, 5. April 2007 14:03 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] replace of multi inc. spans The View and Label can be displayed conditionally