Re: combination of Panel and FormComponent

2006-12-14 Thread Eelco Hillenius
Implemented for 1.3 (see http://issues.apache.org/jira/browse/WICKET-169), and added a simple example that shows this to wicket-examples of that branch (in FormInput, component Multiply). Tbd for 2.0 (http://issues.apache.org/jira/browse/WICKET-170) would be very grateful if someone else could p

Re: combination of Panel and FormComponent

2006-12-14 Thread Eelco Hillenius
With discussed it from day 1... did we ever get a resolution though? Did any ever do a solid proposal other then 'lets work with interfaces instead'? :) Eelco On 12/14/06, Johan Compagner <[EMAIL PROTECTED]> wrote: Didn't we already discuss such an interface before for 2.0? I get a major déjà

Re: combination of Panel and FormComponent

2006-12-14 Thread Johan Compagner
Didn't we already discuss such an interface before for 2.0? I get a major déjà vu. johan On 12/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > But in > > future versions, it would be great if you could achieve the same > > through mixing in rather than extending. > > > my point was that

AjaxTabbedPanel and AjaxFallbackDefaultDataTable together problem

2006-12-14 Thread Izaias Miguel
Hi all, I'm using AjaxFallbackDefaultDataTable in a Panel used in an AjaxTabbedPanel. When I click on any tab, the table appears twice. Watching the ajax debug, I can see that the table is rendered twice, it renders the wicket markup and the actual html markup of the table. The code is showed b

Re: DropDownChoice model conversion

2006-12-14 Thread Johan Compagner
First the use of a converter for a drop down is in my eyes very strange, why are you doing that? Why it is strange is that for a drop down the converter is the IChoiceRender that makes from a Object a ID String and a Display String. And when it comes back it makes an Object again from the ID. So

DropDownChoice model conversion

2006-12-14 Thread Izaias Miguel
hi, in a DropDownChoice, a defined a CustomConverter which takes the value and converts it into an enum. But I'm having a problem because tha value received by the CustomConverter is the display value of the DropDownChoice, instead the id value (once I defined an IChoiceRenderer and they are di

Re: svn commit: r486921 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/list/ListView.java

2006-12-14 Thread Igor Vaynberg
On 12/14/06, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: * [EMAIL PROTECTED]: > Author: ivaynberg > Date: Wed Dec 13 17:16:54 2006 > New Revision: 486921 > > URL: http://svn.apache.org/viewvc?view=rev&rev=486921 > Log: > WICKET-150: javadoc hook to wicket.markup.repeater > > Modified: >

Re: svn commit: r486921 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/list/ListView.java

2006-12-14 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]: > Author: ivaynberg > Date: Wed Dec 13 17:16:54 2006 > New Revision: 486921 > > URL: http://svn.apache.org/viewvc?view=rev&rev=486921 > Log: > WICKET-150: javadoc hook to wicket.markup.repeater > > Modified: > > incubator/wicket/branches/wicket-1.x/wicket/src/main/java/w

Re: WicketFilter for dummies

2006-12-14 Thread Johan Compagner
yes it could be done i guess. (FilterConfig.getFilterName() returns the name that is specified in the web.xml i take..) But is it in all configurations the case that it is defined in the WEB-INF/web.xml? also in an EAR? never defined a bit more globally? johan On 12/14/06, Eelco Hillenius <[EMA