sophana wrote:
> If we talk about the features of webware, I did not find how to manage
> directories url notation.
> for example, what I would like to have is:
> if Main is the page handler, it should be possible to enter any url like:
> http://webkit/Main/foo/boo?a=1&b=2
> 
> Main request fields would be:
> { 'a':'1','b':'2','_path':'foo/boo'}
> 
> http://webkit/Main/foo would give : {'_path':'foo'}
> What do you think of that? simple isn't it?

This should be possible if you set ExtraPathInfo=True. You can then 
access the pass via the extraURLPath() method.

-- Chris

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to