You can always surround your <wicket:extend> tags with a HTML header.
I do so all the time,
that i can preview the panel.

Everything outside the <wicket:extends> gets thrown away by wicket
when using the panel.

On Wed, Sep 2, 2009 at 09:18, PDiefent<pdief...@csc.com> wrote:
>
> This works fine for pages, but how can I manage it when working with panels -
> there are no <html> tags to put the DTD in ...
>
>
> <wicket:extend>
> <div class="OptionsContainer" wicket:id="options"></div>
> ...
> </wicket:extend>
>
>
> Timo Rantalaiho wrote:
>>
>> On Mon, 02 Feb 2009, jWeekend wrote:
>>> We've been using:
>>> xmlns:wicket="http://svn.apache.org/repos/asf/wicket/trunk/wicket/wicket-xhtml1-strict.dtd";.
>>
>> Nowadays there's also
>>
>> http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd
>>
>> http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd
>>
>> Best wishes,
>> Timo
>>
>> --
>> Timo Rantalaiho
>> Reaktor Innovations Oy    <URL: http://www.ri.fi/ >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/What-is-the-best-way-to-handle-%22Undefined-attribute-name-%28wicket%3Aid%29%22--warnings-from-Eclipse-Ganymede--tp21788889p25252744.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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