> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] ...
> Being a module is a scheme (for URL it's usually a "protocol"), I would > suggest > > module://moduletouse/path/to/param?moduleattr=value It is completely not necessary to have '//' symbols in there (as you mentioned: after scheme goes scheme-specific part, not necessary starting with '//'). I suggest: module:moduletouse:/path/to/param?moduleattr=value or: moduletouse:/path/to/param?moduleattr=value Samples: module:request:myparam or: request:myparam sql:mytable/mycolumn?key=value Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]