Question
I need to create a bunch of pages, and am using TOPICCREATE to do this for me.
I'm using this:
% TOPICCREATE{ template="BookTemplate" topic="ActivityCenteredDesignBook" parameters="IsbnParam=0262072483" } %
The page is created ok, but the param
IsbnParam hasn't been passed in. I have this in the newly created page:
* Set ISBN = %URLPARAM{"IsbnParam" default="0"}%
I expected to see this:
* Set ISBN = 0262072483
The form attached to the created page doesn't have the passed in ISBN number either. These pages are normally created through the usual create form so there's nowt wrong with the form or template itself.
What am I missing?
Environment
--
HelenJohnstone - 09 May 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Ok. I fiddled with it, and managed to get it to work.
--
HelenJohnstone - 28 May 2008