Problem to replace panel

2010-08-21 Thread zoran
Hi, I have one wicket page containing two different panel. Based on the same event, these panels should be changed with new instances of the same panels. The methods that performs change of these panels are called after the same event. However, first panel is changed without a problem, but the

PagingNavigator plain page numbers in links

2010-08-21 Thread dbuttery
Hi all, Looking for a way to render the page links in a PagingNavigator without any surrounding tags... Seems like the populateItem in the Loop that creates the page links always wants to insert a Label of some kind there ... Is there a way to get the markup to end up as 1 2 etc

setRenderBodyOnly with ListView and attributes

2010-08-21 Thread J
hi, I want to have Wicket to generate the following HTML precisely: div class=products div class=product./div div class=product./div div class=product./div div class=product./div /div But with my code, I don't get further than: div div class=product./div div

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
AttributeAppender class will help you to acheive that. -fmu - Original Message - From: J bluecar...@gmx.com To: users@wicket.apache.org Sent: Saturday, August 21, 2010 2:24 PM Subject: setRenderBodyOnly with ListView and attributes hi, I want to have Wicket to generate the

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread J
Here is the complete (test) code SOLUTION 1 : wicket:container = TestPage.html html body div class=products wicket:container wicket:id=products div wicket:id=product class=product/div /wicket:container /div /body /html TestPage.java import

Re: Problem to replace panel

2010-08-21 Thread Martin Makundi
Can you see it in html with firebug? ** Martin 2010/8/21 zoran jeremy...@gmail.com: Wicket dialog first shows info about HTML code that indicates that this panel is created, than afterward, there is error line pointed out that setOutputMarkupId is not set to true. However, as you can see

Re: Wicket + Eclipse + Tomcat

2010-08-21 Thread Michael O'Cleirigh
Hello, If you are ok with using Jetty then I think the jetty:run plugin is the best way. With the m2eclipse plugin (http://m2eclipse.sonatype.org/installing-m2eclipse.html) you are able to launch war artifacts directly in debug mode. Most dynamic stack replacements work and all that is

Re: Problem to replace panel

2010-08-21 Thread Martin Makundi
Can you make a wicket quickstart that repeats the problem? ** Martin 2010/8/21 zoran jeremy...@gmail.com: Yes. Everything looks fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-to-replace-panel-tp2333462p2333782.html Sent from the Wicket - User