Button does not appear on page:

  define ignore-access-control page test(){
  	"bla"
  	form{
  	  submit action{ return test(); }{ "run" }
  	} 
  }

Works fine when I remove ignore-access-control and define a page AC rule set to true.
Actions can be explicitely assigned ac rules, but by default these should be derived from the wrapping page element. Something seems to go wrong here

Submitted by Elmer van Chastelet on 26 September 2013 at 14:01

On 26 September 2013 at 14:01 Elmer van Chastelet tagged access-control

On 26 September 2013 at 14:01 Elmer van Chastelet tagged error

Log in to post comments