[fpc-devel] fcl-web actions bug?
ABorka
fpc-devel at aborka.com
Mon May 31 23:25:03 CEST 2010
> 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
More information about the fpc-devel
mailing list