awww, I see.  would doing something like  getResponse().write(myNewText) be 
incorrect?  it seems to append how i'd like and a call to super puts in the 
users contribution

On Jan 31, 2010, at 10:03 PM, Igor Vaynberg wrote:

> in oncomponenttagbody you have access to the markup stream. you can
> use the stream to retreive the RawMarkup element that represents the
> current body, tostring() it, append to it, and
> replaceComponentTagBody(mystring)
> 
> -igor
> 
> On Sun, Jan 31, 2010 at 5:44 PM, Andrew Lombardi
> <and...@mysticcoders.com> wrote:
>> Is there any method while inside onComponentTagBody to append values to the 
>> contents of the body rather than replacing?  I'd like to ensure that if 
>> we're committing to the body on this custom tag, we don't remove what the 
>> user has put inside.
>> 
>> thanks!
>> 
>> 
>> To our success!
>> 
>> Mystic Coders, LLC | Code Magic | www.mysticcoders.com
>> 
>> ANDREW LOMBARDI | and...@mysticcoders.com
>> 2321 E 4th St. Ste C-128, Santa Ana CA 92705
>> ofc: 714-816-4488
>> fax: 714-782-6024
>> cell: 714-697-8046
>> linked-in: http://www.linkedin.com/in/andrewlombardi
>> twitter: http://www.twitter.com/kinabalu
>> 
>> Eco-Tip: Printing e-mails is usually a waste.
>> 
>> ========================================================
>> This message is for the named person's use only. You must not, directly or 
>> indirectly, use,
>>  disclose, distribute, print, or copy any part of this message if you are 
>> not the intended recipient.
>> ========================================================
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


To our success!

Mystic Coders, LLC | Code Magic | www.mysticcoders.com

ANDREW LOMBARDI | and...@mysticcoders.com
2321 E 4th St. Ste C-128, Santa Ana CA 92705
ofc: 714-816-4488
fax: 714-782-6024
cell: 714-697-8046
linked-in: http://www.linkedin.com/in/andrewlombardi
twitter: http://www.twitter.com/kinabalu

Eco-Tip: Printing e-mails is usually a waste.

========================================================
This message is for the named person's use only. You must not, directly or 
indirectly, use,
 disclose, distribute, print, or copy any part of this message if you are not 
the intended recipient.
========================================================

Reply via email to