shalpin
unread,Oct 1, 2008, 8:12:52 PM10/1/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WikklyText
Hi
I've just started playing with WikklyText and I really like it.
One thing I was hoping to do, but can't seem to: forms.
I was hoping to be able to put a <form> with some controls on one
page, have the action point to another page and on the target page
have a <?py> .. </?py> block get the variables out of the context
object, but it seems they aren't there.
Is there some other way to get the variables for a form? If I can't do
this, is there some way to access the full uri of the page so I could
use a "get" method on the form and have my script parse them?
The reason I want to do forms is that I thought a served WikklyText
wiki might be a quick way to put a gui on some local python scripts.