Re: [Wicket-user] using wicket like sitemesh

2007-04-27 Thread Johan Compagner

you could place one label on the position where the static html should go in
And that label loads the static from somewhere depending on an external
param.

johan


On 4/27/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:



We've got a nice base wicket page with authorization and menus and headers
and
such that we'd like to use to wrap a whole host of static html pages.

Should we do that by writing a servlet filter for that whole url path with
all
the html pages?

Thanks,
Tom

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] using wicket like sitemesh

2007-04-27 Thread Thomas R. Corbin
On Friday 27 April 2007 9:46 am, Johan Compagner escreveu:
 you could place one label on the position where the static html should go
 in And that label loads the static from somewhere depending on an external
 param.

But if this whole hierarchy of html pages refers to one another, I'd 
have to 
somehow intercept that and send it to my one HtmlWrapper page, right? with 
the page name or part of the hierarchy as the external param?

And that would take a filter or redirect rule or something to do that?


 johan

 On 4/27/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:
  We've got a nice base wicket page with authorization and menus and
  headers and
  such that we'd like to use to wrap a whole host of static html pages.
 
  Should we do that by writing a servlet filter for that whole url path
  with all
  the html pages?
 
  Thanks,
  Tom
 
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] using wicket like sitemesh

2007-04-27 Thread Jean-Baptiste Quenot
* Thomas R. Corbin:

 On Friday 27 April 2007 9:46 am, Johan Compagner escreveu:

  you could  place one  label on the  position where  the static
  html  should  go in  And  that  label  loads the  static  from
  somewhere depending on an external param.

 But if this whole hierarchy of html pages refers to one another,
 I'd  have to  somehow  intercept  that and  send  it  to my  one
 HtmlWrapper  page, right?  with the  page  name or  part of  the
 hierarchy as the external param?

 And that would take a filter or redirect rule or something to do
 that?

You can have a look at URIRequestTargetUrlCodingStrategy

Examples at http://wicketstuff.org/wicket13/staticpages/
-- 
 Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user