Re: [Wicket-user] Associating markup

2006-12-11 Thread Eelco Hillenius
What you can do for now is just copy-paste that code so that you have your own FormComponentPanel. That'll work. Note that the one included in the issue doesn't pick up tags (though you can just use HeaderContributor etc as always). Eelco On 12/11/06, RĂ¼diger Schulz <[EMAIL PROTECTED]> wrote: >

Re: [Wicket-user] Associating markup

2006-12-11 Thread RĂ¼diger Schulz
Ah, I've been waiting for a FormComponentPanel! I tried myself at one some weeks ago, but failed horribly :( I hope I'll find the time to check this out soon, but at the moment I'm still developing for 1.2.x. I have at least one component in my current project that literally screams for a supercla

Re: [Wicket-user] Associating markup

2006-12-11 Thread Eelco Hillenius
This http://issues.apache.org/jira/browse/WICKET-136 is probably closer to what you are looking for. I use it myself, and it works great. It's a simple addition to core, but I'd like to wait putting it in there without introducing a lot of copy 'n paste code. And I'd prefer Juergen to look at that,

Re: [Wicket-user] Associating markup

2006-12-11 Thread Igor Vaynberg
see the custom template loading example will help you here. otherwise there are two approaches wrapping the form in a border - this is much better supported in 2.0 -igor On 12/11/06, Matthijs Wensveen <[EMAIL PROTECTED]> wrote: Hi, I'm trying to create a generic Form component with its own

Re: [Wicket-user] Associating markup

2006-12-11 Thread Juergen Donnerstag
wicket:component is not realy supported and it is not working at all in 2.0 (yet). Doesn't javadoc mention that it is experimental? Juergen On 12/11/06, Matthijs Wensveen <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to create a generic Form component with its own markup. I was > under the impres