Shame on me, I didnt try this.

Thanks a lot.



igor.vaynberg wrote:
> 
> you can put any kind of component into your RadioGroup container, it only
> exists as a boundary for Radio components inside it. so to make it short
> add
> the textfields into the radiogroup.
> 
> -igor
> 
> 
> On 4/24/07, kubino <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hello, I tried to search through the forum, but I couldnt find answer, I
>> hope
>> it is easy.
>>
>> Consider html page where is a filtering form with this possibilities:
>>
>>
>>
>> <input type="radio" /> No filter  <input type="radio" />  FiltrSpecific :
>> <input type="text" /> <input type="radio" />  Filtr all
>>
>>
>>
>> In java code, I am only adding the radio id's in to the radioGroup , not
>> the
>> textfield(s)(they are added to the form component)
>>
>> But  wicket gives me the exception the I didnt add the the textfield or
>> my
>> hierarchy doesn't match(I guess the hierarchy doesnt match).
>>
>> SO what can I do?
>>
>> I cannot put the textfield after the radio's buttons becouse , I have
>> more
>> than one textfields related to the radios
>>
>>
>> Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/RadioGroup%2C-not-only-the-radios-inside-tf3638812.html#a10161427
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/RadioGroup%2C-not-only-the-radios-inside-tf3638812.html#a10163415
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to