Hi, is it possible to call actions this way?:
http://host/cgi-bin/myprog/action1
instead of
http://host/cgi-bin/myprog?action=action1
I thougth that the designed behavior was to call any action by its name like:
http://host/cgi-bin/myprog/action1
http://host/cgi-bin/myprog/action2
But that won't work.
Leonardo M. Ramé
http://leonardorame.blogspot.com
Both should work. The second one should only work if the ActionVar
property is set with the name of the query variable.
If the .../myprog/action1 is not working then either there is a new bug
in fcl-web or something is not done properly.
What version of fpc/lazarus are you using?
AB
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel