[Wicket-user] there is no way to preprocess raw markup in wicket 1.1?

2007-02-19 Thread wouvlfe
I simply want to be able to modify the values of some static paths in the raw html markup it seems that there is no way to do it in wicket 1.1 ?? i started by looking into markup filters when i wrote my own markup parser, i couldnt find a way to replace portions of the raw html (I would

Re: [Wicket-user] there is no way to preprocess raw markup in wicket 1.1?

2007-02-19 Thread wouvlfe
dont seem to allow me to modify raw markup. dont know why but wicket LOVES to make classes and methods final. so there is no way i can use polymorphism to extend functionalities of wicket's base classes vk Timo Rantalaiho wrote: On Mon, 19 Feb 2007, wouvlfe wrote: I simply want to be able

[Wicket-user] is there a way to read and then modify attributes of tags that do not have a wicket tag?

2007-02-15 Thread wouvlfe
i think i need some kind of html parser that will allow for replacement of certain parts of the html markup the goal is something like: 1) find all tags that have have a reference to some external resource attribute like img or link (even ones without a wicket tag) examples: foo1/bar/val link