Re: tree component problems in 6.x

2012-12-31 Thread Sandor Feher
Hi Sven, I though so you're my man .getTable() works fine but I have two other problems left. First is adding windowstheme has no affect for me. Second one if I open a node with child items then it doubles the displayed items. If I keep clicking then it triples the content and so one. It might

Re: tree component problems in 6.x

2012-12-31 Thread Sven Meier
Hi Sandor, TableTree nests a table tag inside its markup, so make sure itself is *not* mapped to a table but a div tag. Sven On 12/31/2012 01:54 PM, Sandor Feher wrote: Hi Sven, I though so you're my man .getTable() works fine but I have two other problems left. First is adding

Re: tree component problems in 6.x

2012-12-31 Thread Sandor Feher
Hi, Thanks for the hint. It was the table tag. WindowsTheme problem still persists but I will be working on it. So happy new year! thnx. ,Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tree-component-problems-in-6-x-tp4655101p4655110.html Sent from the

Re: JPA annotations

2012-12-31 Thread gal
Hi, You might want to take a look @ Wicket CDI https://www.42lines.net/2011/11/15/integrating-cdi-into-wicket/ which with a few lines of code you can use @Inject and of course use all the aforementioned annotations for JPA and using CDI doesn't require Spring. You might also want to take a