Re: How to add a TextField in a Dynamically created DefaultDataTable

2008-06-12 Thread Igor Vaynberg
t;> >>> DefaultDataTable aDefaultDataTable = new DefaultDataTable("table", >>> columns, portfolioProvider, 8); >>> >>> >>> >>> >>> >>> >>> >>> >>> igor.vaynberg wrote: >>

Re: How to add a TextField in a Dynamically created DefaultDataTable

2008-06-12 Thread galbelli
>> >> igor.vaynberg wrote: >>> >>> wrap the textfield in a fragment or a panel >>> >>> -igor >>> >>> On Wed, Jun 11, 2008 at 3:39 PM, galbelli <[EMAIL PROTECTED]> >>> wrote: >>>> >>>> I am

Re: How to add a TextField in a Dynamically created DefaultDataTable

2008-06-12 Thread James Carman
TED]> >> wrote: >>> >>> I am creating a DefaultDataTable dynamically as I only know the number of >>> columns at runtime. All is working nicely but I now need to have one of >>> the >>> columns contain a TextField and not a Label. I am receivi

Re: How to add a TextField in a Dynamically created DefaultDataTable

2008-06-12 Thread galbelli
: >> >> WicketMessage: Component cell must be applied to a tag of type 'input', >> not >> '' (line 0, column 0) >> >> How can I control the markup so I may change the HTML fr

Re: How to add a TextField in a Dynamically created DefaultDataTable

2008-06-11 Thread Igor Vaynberg
n to input? > -- > View this message in context: > http://www.nabble.com/How-to-add-a-TextField-in-a-Dynamically-created-DefaultDataTable-tp17788822p17788822.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

How to add a TextField in a Dynamically created DefaultDataTable

2008-06-11 Thread galbelli
'input', not '' (line 0, column 0) How can I control the markup so I may change the HTML from span to input? -- View this message in context: http://www.nabble.com/How-to-add-a-TextField-in-a-Dynamically-created-DefaultDataTable-tp17788822p17788822.html Sent from the Wicket