Re: [Wicket-user] Question about Panel

2007-02-28 Thread Nino Wael
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhang Hailong Sent: 28. februar 2007 10:56 To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] Question about Panel Hi all, I found it is inconvenient to create a separate page and class for Panel every time. Sometimes, I just want keep

Re: [Wicket-user] Question about Panel

2007-02-28 Thread Ryan Holmes
Use a WebMarkupContainer component instead of a Panel. You might also be interested in fragments: http://wicket.sourceforge.net/ExampleUsingFragments.html http://cwiki.apache.org/WICKET/fragments.html -Ryan On Feb 28, 2007, at 1:56 AM, Zhang Hailong wrote: Hi all, I found it is inconvenient

Re: [Wicket-user] Question about Panel

2007-02-28 Thread Zhang Hailong
It looks good. I will try it. Thank you! best, hailong On 3/1/07, Ryan Holmes [EMAIL PROTECTED] wrote: Use a WebMarkupContainer component instead of a Panel. You might also be interested in fragments: http://wicket.sourceforge.net/ExampleUsingFragments.html

[Wicket-user] Question about Panel in Form

2006-02-17 Thread Frank Silbermann
I've seen examples of putting widgets into a Form, but I've not seen one where a Panel is added to a Form. Suppose I have a collection of form widgets (text boxes, radio buttons, etc.) that I need to put in forms on many different pages. If I put these components in a Panel, does adding the

Re: [Wicket-user] Question about Panel in Form

2006-02-17 Thread Martijn Dashorst
Yes.MartijnOn 2/17/06, Frank Silbermann [EMAIL PROTECTED] wrote: I've seen examples of putting widgets into a Form, but I've not seen onewhere a Panel is added to a Form.Suppose I have a collection of form widgets (text boxes, radio buttons,etc.) that I need to put in forms on many different