You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by mlabs <ml...@gmail.com> on 2012/07/21 23:50:39 UTC

extending wicket classes - markup only

I want to tweak the markup of an  existing class in such a way that it wont
affect the hierarchy of the component .. is there a way to do this without
extending the java class ?
TIA



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/extending-wicket-classes-markup-only-tp4650680.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: extending wicket classes - markup only

Posted by Adam Gray <ad...@gmail.com>.
Copy the html file in your code, make your modifications and put it in a
folder structure that matches where it was in the wicket jar.  I can't
remember if we had to tweak our resource loading to get this to work, but I
don't think so.  It should find yours first.

On Sat, Jul 21, 2012 at 5:50 PM, mlabs <ml...@gmail.com> wrote:

> I want to tweak the markup of an  existing class in such a way that it wont
> affect the hierarchy of the component .. is there a way to do this without
> extending the java class ?
> TIA
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/extending-wicket-classes-markup-only-tp4650680.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>