[Lazarus] Simple embweb project hangs

Leonardo M. Ramé l.rame at griensu.com
Sun May 29 20:41:07 CEST 2011


On 2011-05-29 14:33:02 -0400, Lee Jenkins wrote:
> 
> Leonardo,
> 
> Is it the sole Action on your TFPWebModule?  Try setting the Actions'
> .Default property to true and try that.  I seem to remember that I needed to
> do that if there was only one for some reason.

Thanks Lee, yes, it's the only action in the web module. Also the
property Default is set to true.

Here is the lfm's contents:

object FPWebModule1: TFPWebModule1
  OldCreateOrder = False
  Actions = <  
    item
      Name = 'TFPWebAction0'
      Default = True
      OnRequest = TFPWebAction0Request
      Template.AllowTagParams = False
    end>
  CreateSession = False
  Height = 172
  HorizontalOffset = 527
  VerticalOffset = 306
  Width = 243
end

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




More information about the Lazarus mailing list