In V2.0 it will be possible by subclassing getMarkupFragment(String
id). Don't think it'll be easy in 1.2
Juergen
On 10/26/06, Wouter Huijnink <[EMAIL PROTECTED]> wrote:
> Hi list,
>
> We have a domain class containing an XML string that needs to be
> transformed to XHTML, but we'd like to have a
Hi list,
We have a domain class containing an XML string that needs to be
transformed to XHTML, but we'd like to have a 2-phase transformation: an
XSLT to generate wicket markup, and then a parsing and binding of this
generated markup, using BookmarkablePageLink and other wicket components.
Is