Why not do -
MyReq = new Class({ Extends: Request.JSON})
?
Request.JSON is a Request instance - there's nothing you can do with Request
that you can't with Request.JSONOn Tue, Feb 1, 2011 at 5:10 PM, Serkan Temizel <[email protected]>wrote: > When I extend *MyRequest.JSON* from *Request.JSON* I cant use the > functionality in *MyRequest* because* Request.JSON* extends *Request*, > not *MyRequest* > -- Arieh Glazer אריה גלזר 052-5348-561 http://www.arieh.co.il http://www.link-wd.co.il
