You can use Velocity to generate HTML and then have Wicket parse that resulting markup. Check out the wicket-velocity subproject.
On Thu, Sep 11, 2008 at 10:34 AM, Adriano dos Santos Fernandes <[EMAIL PROTECTED]> wrote: > Can wicket be used with dynamic (generated) HTML? > > I mean, for example, HTML is generated to a stream based on a table metadata > and wicket reads that stream and call the page class to add logic (also > querying the metadata) to it normally (as if the HTML was static). > > If yes, can anyone point out how should I start to do it? > > Thanks, > > > Adriano > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
