Could you post your code How you are passing the code Httpservlet request from your mxml file to remoteObject.
Probably there is some problem with you passing your HttpservletRequestObject from your mxml file. HttpServletRequest is Serializable so Java should have any problem trying to get access of it. Also what is the intention of passing HttoServletRequest or Response Objects directly as it is not good on design point of view --- On Sun, 28/9/08, Mohit Arora <[EMAIL PROTECTED]> wrote: From: Mohit Arora <[EMAIL PROTECTED]> Subject: [flexcoders] What is equivalent of HttpServletRequest request & HttpServletResponse response object in mxml To: [email protected] Date: Sunday, 28 September, 2008, 8:40 PM Hi All I need to pass HttpServletRequest request & HttpServletResponse response to a remote object(written in java) function as parameters from my mxml file. I tried many option but nothing worked. Please help Thanks in advance Mohit Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

