You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Marieke Vandamme <ma...@tvh.be> on 2008/12/16 11:11:54 UTC

wicket-1055: How to implement new functionality

Hello, 

I was looking at the things that changed in 1.4rc1, and the following looked
interesting to me:
https://issues.apache.org/jira/browse/WICKET-1055
=> Add Radio to RadioGroup, but Radio doesn't need to be inside RadioGroup
in the markup.

The patch is suggesting that there will be a new function in RadioGroup,
addRadio(Radio r), but it's not in the 1.4rc1 sources. 
I looked in the subversion
(http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/)
and the things that changed (with comment WICKET-1055) are Check and
CheckGroupSelector. How does that affect the RadioGroup?

Any help welcome! Thanks! Marieke.
-- 
View this message in context: http://www.nabble.com/wicket-1055%3A-How-to-implement-new-functionality-tp21030374p21030374.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket-1055: How to implement new functionality

Posted by Igor Vaynberg <ig...@gmail.com>.
look at subversion commits tab for the issue, you will see changes
made for radiogroup/radio.

-igor

On Tue, Dec 16, 2008 at 2:11 AM, Marieke Vandamme <ma...@tvh.be> wrote:
>
> Hello,
>
> I was looking at the things that changed in 1.4rc1, and the following looked
> interesting to me:
> https://issues.apache.org/jira/browse/WICKET-1055
> => Add Radio to RadioGroup, but Radio doesn't need to be inside RadioGroup
> in the markup.
>
> The patch is suggesting that there will be a new function in RadioGroup,
> addRadio(Radio r), but it's not in the 1.4rc1 sources.
> I looked in the subversion
> (http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/)
> and the things that changed (with comment WICKET-1055) are Check and
> CheckGroupSelector. How does that affect the RadioGroup?
>
> Any help welcome! Thanks! Marieke.
> --
> View this message in context: http://www.nabble.com/wicket-1055%3A-How-to-implement-new-functionality-tp21030374p21030374.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org