So, bureaucracy and struct again... I have this form:
<form>
action template "mytemplate" "target:@@page.name@@"
struct_field "page.name"
submit "make new page"
</form>
When clicking submit, the form tries to create "target:start", as if not passing the value of page.name. If I replace struct_field "page.name" with a plain textbox, it works correctly.
struct_field page.name contains something like "Hello World" (to create "target:Hello World").
Is there a workaround? Is it a bug? Or... is it working as it should? 🙂