fyi it was a bug in our code

2012/3/23 nino martinez wael <nino.martinez.w...@gmail.com>

> Yes are using ajax, but it's the same when not using ajax..
>
>
> 2012/3/23 Michal Wegrzyn <michal.wegr...@onior.com>
>
>> Are you using ajax? Maybe you are adding appender but form container is
>> not added to the ajax target?
>>
>> Best regards,
>> Michal Wegrzyn
>>
>> > -----Original Message-----
>> > From: nino martinez wael [mailto:nino.martinez.w...@gmail.com]
>> > Sent: Friday, March 23, 2012 16:20
>> > To: users@wicket.apache.org
>> > Subject: RE: attributeappender not rendered / processed
>> >
>> > Seems it never hits that for that appender...
>> > On Mar 23, 2012 4:11 PM, "Michal Wegrzyn" <michal.wegr...@onior.com>
>> > wrote:
>> >
>> > > Hi Nino,
>> > >
>> > > Check void
>> > > org.apache.wicket.AttributeModifier.replaceAttributeValue(Component
>> > > component, ComponentTag tag).
>> > >
>> > > Probably component is not enabled or value is null. Debug if there is
>> > > a need.
>> > >
>> > > Best regards,
>> > > Michal Wegrzyn
>> > >
>> > > > -----Original Message-----
>> > > > From: nino martinez wael [mailto:nino.martinez.w...@gmail.com]
>> > > > Sent: Friday, March 23, 2012 15:48
>> > > > To: users@wicket.apache.org
>> > > > Subject: attributeappender not rendered / processed
>> > > >
>> > > > Hi
>> > > >
>> > > > Im wondering what could cause a attributeappender not to be
>> > rendered?
>> > > > One thing I guess would be if the component are not enabled..
>> > > >
>> > > > heres my code:
>> > > >
>> > > > AttributeAppender attributeAppender = AttributeModifier.append(
>> > > > "class", new Model<String>(getCssClass()));
>> > > > triggerSchedulePanel.getFormContainer().add(attributeAppender);
>> > > >
>> > > > However the string in getCssClass() are never appended, first I
>> > > > tried in the fieldset in the form, then the form and now lastly the
>> > > > container however theres no difference, nothing are appended..
>> > > >
>> > > > --
>> > > > Best regards / Med venlig hilsen
>> > > > Nino Martinez
>> > >
>> > > ---------------------------------------------------------------------
>> > > 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
>>
>>
>
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez
>
>


-- 
Best regards / Med venlig hilsen
Nino Martinez

Reply via email to