Repeating two tags at the same level (i.e. without a container)

2011-04-28 Thread Alexandros Karypidis
Hello, Can anybody recommend how to achieve the following: I need to repeat two tags at the same level, without placing them in a container. For example, the below markup shows a static div containing two dynamic div tags(one for the repeater and one for the two tags I need alongside each

Re: Repeating two tags at the same level (i.e. without a container)

2011-04-28 Thread Zilvinas Vilutis
use wicket:container tag instead Regards Žilvinas Vilutis E-mail:   cika...@gmail.com On Thu, Apr 28, 2011 at 4:38 PM, Alexandros Karypidis akary...@yahoo.gr wrote: Hello, Can anybody recommend how to achieve the following: I need to repeat two tags at the same level, without placing

Re: Repeating two tags at the same level (i.e. without a container)

2011-04-28 Thread Zilvinas Vilutis
It's described here:https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket'XHTMLtags-Elementwicket:container Žilvinas Vilutis E-mail:   cika...@gmail.com On Thu, Apr 28, 2011 at 4:47 PM, Zilvinas Vilutis cika...@gmail.com wrote: use wicket:container tag instead Regards Žilvinas

Re: Repeating two tags at the same level (i.e. without a container)

2011-04-28 Thread robert.mcguinness
setRenderBodyOnly(true) on div wicket:id=repeaterContainer_NOT_wanted or wicket:container wicket:id=repeaterContainer_NOT_wanted -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Repeating-two-tags-at-the-same-level-i-e-without-a-container-tp3482548p3482566.html

Re: Repeating two tags at the same level (i.e. without a container)

2011-04-28 Thread Alexandros Karypidis
I am absolutely amazed that I had not used this tag until today. Thanks for pointing it out. On Fri, 29 Apr 2011 02:48:33 +0300, Zilvinas Vilutis cika...@gmail.com wrote: It's described here:https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket'XHTMLtags-Elementwicket:container