Good idea, you mean something like this:

<h3>
   <a href=".." wicket:id="">Text</a>
</h3>

That works I guess, thx



Pills wrote:
> 
> It may be a WebMarkupContainer. Or nothing at all (having a component on 
> the java side is possible, but not required)
> 
> 
> reikje a écrit :
>> On the Java side, which Components can you use if you have HTML nested
>> like
>> this:
>>
>> <h3>
>>     .. Text 
>> </h3>
>>
>> For the h3 if I use a Label, I cannot add a Link as child because it is
>> not
>> a MarkupContainer.
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-do-%3Ch3%3E%3Ca%3E-tp16386001p16386264.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to