Re: [Wicket-user] DataTable header manipulation

2006-10-07 Thread Leszek Gawron
Igor Vaynberg wrote: what if you have two datatables on a page? then your ids are no longer unique. that is why classes should be used... -- Leszek Gawron - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] DataTable header manipulation

2006-10-06 Thread Leszek Gawron
. DataTable components do not carry any css classes so any visual customization/layout is hardly possible. -- Leszek Gawron - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] DataTable header manipulation

2006-10-06 Thread Leszek Gawron
. Having dynamic class names for every th/td in columns allows you to target particular cells. BTW is there any way to change the paging navigator so it uses something else than ? My users say gets unreadable. I'm fairly new to wicket so plase bear my stupidity with patience :) -- Leszek

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-05 Thread Leszek Gawron
will investigate the problem further but then what worries me is if tomcat will let you cluster objects loaded through aspectj classloader. I do not think this will be a problem when offline weaving is used. The class is loaded just as an ordinary class. Needs testing though. -- Leszek Gawron

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-05 Thread Leszek Gawron
. -- Leszek Gawron [EMAIL PROTECTED] - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys -- and earn

Re: [Wicket-user] Database Integration With Wicket

2006-10-05 Thread Leszek Gawron
() here... // TODO return the connection to the pool here connection=null; and close() } } } -- Leszek Gawron [EMAIL PROTECTED] - Take Surveys. Earn Cash. Influence

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-05 Thread Leszek Gawron
) pointcut definition that allows services to be injected before initialization. -- Leszek Gawron - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

[Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-03 Thread Leszek Gawron
). - o - Post scriptum - o - If anyone is interested I will blogify this entry along with sample working project to test. Just let me know. [1] http://www.springframework.org/docs/reference/aop.html#aop-atconfigurable -- Leszek Gawron

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-03 Thread Leszek Gawron
injected. -- Leszek Gawron - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys -- and earn cash

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-03 Thread Leszek Gawron
for eror, is it? The only thing I can think of is that you are using nested classes or anonymous classes (which you should not do for models - so I've read). -- Leszek Gawron - Take Surveys. Earn Cash. Influence

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-03 Thread Leszek Gawron
igor.vaynberg wrote: you missed this: public SomeModel() { InjectorHolder.getInjector().inject(this); } hmmm .. another thread local/singleton ... nice :) -- Leszek Gawron, IT Manager MobileBox sp. z o.o. +48 (61) 855 06 67

[Wicket-user] Dependent detachable models

2006-09-28 Thread Leszek Gawron
typed and uses entities as parameters. Questions: - does it change anything if I passed listItem.getModel() ? - if the former is also not a good idea how can I assure full detachability (means no League object gets serialized to session)? -- Leszek Gawron