too much magic imho

-igor


On Fri, May 9, 2008 at 11:57 AM, Johan Compagner <[EMAIL PROTECTED]> wrote:
> we could make this automatic?
> search for a parent that is a Form?
>
> johan
>
>
> On Fri, May 9, 2008 at 7:52 PM, Igor Vaynberg <[EMAIL PROTECTED]>
> wrote:
>
>> call setReuseItems(true) on the listview that contains radio
>> components. javadoc of listview recommends this for listviews inside
>> forms that contain formcomponents.
>>
>> -igor
>>
>>
>> On Thu, May 8, 2008 at 1:49 PM, Frank Silbermann
>> <[EMAIL PROTECTED]> wrote:
>> > Here's the URL of my jira issue.
>> >
>> > https://issues.apache.org/jira/browse/WICKET-1601
>> >
>> > The issue has attached a quickstart project and a screen print.
>> >
>> > -----Original Message-----
>> > From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
>> > Sent: Thursday, May 08, 2008 12:13 PM
>> > To: [email protected]
>> > Subject: Re: Bug introduced somewhere after 1.2.2 is still in 1.3.3
>> >
>> > On Thu, May 8, 2008 at 10:06 AM, Frank Silbermann
>> > <[EMAIL PROTECTED]> wrote:
>> >> I wrote earlier about my problems going from Wicket 1.2.2 to Wicket
>> >> 1.2.6.  This has to do with a RadioGroup component that I built;
>> >> whenever I used it on more than one page, clicking on one RadioGroup
>> >> caused the marker to disapper from all the other RadioGroups on the
>> >> page.
>> >>
>> >>  I wasn't given much help because Wicket 1.2 is end-of-life.  Today I
>> >
>> >> tried the example on Wicked 1.3.3.  I downloaded the QuickStart
>> >> application for Wicket 1.3.3, installed an upgraded version of my
>> >> RadioGroup component, modified the home page to show my RadioGroup
>> >> panel  twice, and the bad behavior is still there.
>> >>
>> >>  By the way, the only change in the generated HTML that I could see
>> >> was  that in Wicket 1.2.2 the buttons were defined:
>> >>
>> >>         <input value="radios:2:radio"  ...etc.
>> >>
>> >>  -- with the numbers starting over again for each RadioGroup, whereas
>> >> in  Wicket 1.2.6 and Wicket 1.3.3 it was more like:
>> >>
>> >>         <input value="radio7"  ...etc.
>> >>
>> >>  with the numbers _not_ starting over for each RadioGroup.  Clicking
>> >> on  one radio group causes the marker to disappear from the other
>> >> radio  group -- as if part of Wicket were treating the buttons as
>> >> though they  all belonged to the same radio group.
>> >>
>> >>  I'd like the Wicket 1.3 developers either to fix the bug in a future
>> >
>> >> release (after which I'll upgrade my entire application to 1.3), or
>> >> tell  me what I'm doing wrong.  How do I get the process started?
>> >
>> > the usual way, create a jira issue and attach a quickstart project that
>> > demonstrates the problem. than post the jira url back into this thread.
>> > it is not very helpful when you post huge fragments of code and markup
>> > into an email.
>> >
>> > -igor
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to