Link not rendered in AjaxFallbackDefaultDataTable

2009-07-01 Thread Bergmann Manfred
Hi there. First of all thank you for providing such a great framework. I've reviewed a couple of frameworks lately including JSF, Grails, Lift and found that Wicket is the one I'd like to stay and use. Here is now my first question: In a AjaxFallbackDefaultDataTable I've defined a couple of

Re: Link not rendered in AjaxFallbackDefaultDataTable

2009-07-01 Thread Jeremy Thomerson
Your link doesn't have any text. The model for a link is not for the text of the link, but for you to use in onclick. Although you can easily override onComponentTag (in the link) and response.write(getModelObjectAsString()); -- Jeremy Thomerson http://www.wickettraining.com On Wed, Jul 1,

Re: Link not rendered in AjaxFallbackDefaultDataTable

2009-07-01 Thread Igor Vaynberg
oncomponenttagbody() is a better place to override if you want to output text, see how Label works or search this list for TextLink -igor On Wed, Jul 1, 2009 at 3:44 PM, Jeremy Thomersonjer...@wickettraining.com wrote: Your link doesn't have any text.  The model for a link is not for the text

Re: Link not rendered in AjaxFallbackDefaultDataTable

2009-07-01 Thread Jeremy Thomerson
oops - typo -- Jeremy Thomerson http://www.wickettraining.com On Wed, Jul 1, 2009 at 9:15 PM, Igor Vaynbergigor.vaynb...@gmail.com wrote: oncomponenttagbody() is a better place to override if you want to output text, see how Label works or search this list for TextLink -igor On Wed, Jul