I'm talking about that check you suggested, Igor, to see if the user
has called setOuputMarkupId(true) on the IFeedback component.  Should
that be part of the AjaxRequestTarget.addChildren() method's
implementation?

On Tue, Jul 20, 2010 at 2:56 PM, Igor Vaynberg <igor.vaynb...@gmail.com> wrote:
> no, if you are adding children you should already know that their ids are set
>
> -igor
>
> On Tue, Jul 20, 2010 at 10:03 AM, James Carman
> <ja...@carmanconsulting.com> wrote:
>> On Tue, Jul 20, 2010 at 11:59 AM, James Carman
>> <ja...@carmanconsulting.com> wrote:
>>> On Tue, Jul 20, 2010 at 11:57 AM, Martin Grigorov <mgrigo...@apache.org> 
>>> wrote:
>>>> What
>>>> about org.apache.wicket.ajax.AjaxRequestTarget.addChildren(MarkupContainer,
>>>> Class<?>)
>>>>
>>>> I.e.: target.addChildren(getPage(), IFeedback.class) ?
>>>
>>> Even cooler!
>>>
>>
>> The only problem with this approach is there is no check in
>> addChildren() to see if setOutputMarkupId() is turned on or not.
>> Should that be part of the functionality?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to