You could use cloning:

http://localhost:8080/trivinwiki/Edit.jsp?page=MyNewPage&clone=NameOfTemplatePage



dirk

On Wed, Jul 9, 2008 at 2:02 AM, Bob Paige <[EMAIL PROTECTED]> wrote:
> Jann,
>
> Is there some way to create a new page from a template? I've discovered how
> to set a small amount of text in the new page by appending it to the URL,
> but a more versatile approach would be great.
>
> I'm thinking something like
> http://localhost:8080/trivinwiki/Edit.jsp?page=MyNewPage&template=NameOfTemplatePage
>
> Could page filters do the trick? Are page filters called before the editor
> is displayed for new pages? Then I could look for some parameter on the URL
> to determine which page I should return as the template.
>
> I tried stepping through the debugger and it doesn't look like filters can
> be used in this way, but I thought I'd ask.
>
> --
> Bobman
>

Reply via email to