Hi all,
  I have a question on the 20 mins tutorial. For the method 'save', it
displays http://localhost:8080/MyWiki/save before redirecting to
http://localhost:8080/MyWiki/FrontPage after it sucessfully performs a
'save' action, how can I form it as following:

http://localhost:8080/MyWiki/FrontPage?action=save

Currently, with a request as "http://localhost:8080/MyWiki/save";, my
default method has stopped it from performing the task (not yet doing
any actual save) because the pagename  has been eliminated in this url

This reason comes from the form in the template edit.kid with form
action is 'save'. Please advise how I can create this URL instead.

Reply via email to