1) "Each page path must be unique, as the Click application maps HTTP requests to the page paths." Why not allow patterns, like <page pattern="/bo/*.vhtml"...>?
Click is using hardcoded *.htm patterns for now (for velocity templates). (Changing this to something generic would require quite a work :) ).
If you need other extensions or other URL patterns, the simplest approach for the moment is to use URLRewriteFilter (an Apache mod_rewrite as a servlet filter): http://tuckey.org/urlrewrite/ Ahmed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
