Hi list,

Why does this work:
 http://pmwiki.org/?action=edit&pagename=Cookbook.Testme
 http://pmwiki.org/?action=edit&pagename=Test+me     ^^
                                            ^^^
And this doesn't:
 http://pmwiki.org/?action=edit&pagename=Cookbook.Test%20me
 http://pmwiki.org/?action=edit&pagename=Cookbook.Test+me

(the "pagename" variable is parsed, but not "action")

The outcome of this is that I cannot rely on such a form:

(:input form "{$ScriptURL}":)
(:input hidden action edit:)
(:input hidden template Blog.Template:)
(:input text pagename "Blog.This is a test":)
(:input end:)

Or maybe there is some separate GET/POST variable, which could be used
to designate a WikiGroup of a new page?

-- 
Thanks,
Algardas

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to