Question
I am working on a simple wiki app. I have a button on a page that creates a new topic based on a topic based template, just alittle Text and a Form on the template topic. Works just fine. When I change the template topic the change does not take effect the next time I create a new topic based on the template. It seems like the old version is cached in some way. If I rename the template it seems to take the change. Any thoughts are greatly appreciated.
Environment
--
TimBacon - 15 Dec 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Make sure that the edit or save URL you generate is unique each time you submit the form to create a new page. This can be done with a hidden input field:
<input type="hidden" name="t" value="%SERVERTIME{$epoch}%" />
Are you a developer, tech writer or marketeer with interest in open source? Have you ever participated in an open source community? It's lots of fun to collaborate on a common goal. The twiki.org community is looking for new contributors. The recently introduced
TWikiCodeOfConduct brought more balance to the project where you as a contributor can actively make a difference and help shape the product. To get started:
We'd love to get you involved!
--
PeterThoeny - 15 Dec 2008
That was it! Greatly appreciated, this was driving me insane!
Sorry not a developer or tech writer.
--
TimBacon - 19 Dec 2008