Dynamic (generated) HTML

2008-09-11 Thread Adriano dos Santos Fernandes
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

Re: Dynamic (generated) HTML

2008-09-11 Thread James Carman
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

Re: Dynamic (generated) HTML

2008-09-11 Thread James Carman
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