[fpc-pascal] Message methods with string identifier

2008-08-12 Thread Leonardo Cecchi
Hi, I've some problems with message methods with string identifiers: the DispatchStr method in the TObject class seems not to be working. For example I have: TMsg = record messageName:String[200]; messageValue:integer; end; TTestMessages = class(TObject) ... procedure OnClick(var msg:TMsg);

[fpc-pascal] THttpServlet servlet mappings strange behaviour

2006-07-06 Thread Leonardo Cecchi
(OK) So an URI who is not present in the servlet mappings is mapped to the last servlet instead of throwing an "Invalid URL". It's a bug or a well-known behaviour? Thanks, Leonardo Cecchi ___ fpc-pascal maillist - fpc-pascal@lists.freep