[fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
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





___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread ABorka

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


Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
 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

Both from svn trunk.

Leonardo M. Ramé
http://leonardorame.blogspot.com




___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
 From: Leonardo M. Ramé martinr...@yahoo.com
 Subject: Re: [fpc-devel] fcl-web actions bug?
 To: FPC developers' list fpc-devel@lists.freepascal.org
 Date: Monday, May 31, 2010, 6:31 PM
  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
 
 Both from svn trunk.
 

Nevermind, after upgrading from svn it works as expected now.

Leonardo M. Ramé
http://leonardorame.blogspot.com





___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel