[flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread mailamannow
Hi Following is the Code available at http://livedocs.adobe.com/flex/3/html/help.html?content=performance_05.html (1)Where exactly to use it so as to prevent client side caching? Cache-control: no-cache, no-store, must-revalidate, max-age=-1 Pragma: no-cache, no-store Expires: -1 (2)is there a

[flexcoders] Firefox causing problem with showing of a custom component; works well with IE

2008-05-12 Thread mailamannow
I have developed a simple custom component with canvas as the container. I use this component in my main application and run it in Internet Explorer it works perfectly. It has scroll bars at application level and enough space that the component need not get partially hidden at the bottom due to la

[flexcoders] Can a flex application know which browser is it getting opened in?

2008-05-08 Thread mailamannow
Hi My flex application is behaving differently in different browsers. Namely IE and Firefox. My default debugger for flex was IE, so the application works well for it. On opening application in Firefox, the various components get small in size due to which scroll bars come on them. (1) Is there

[flexcoders] Re: Deployment of flex and Java on a webserver

2008-04-08 Thread mailamannow
Hi I used POJO based web service as an intermediary between Flex and Database. The web service is deployed in the WEB-APPS folder of my Tomcat server(in which it is deployed in the Axis2 folder). For deploying Flex's application refer http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/

[flexcoders] Re: HttpService post error 2032:iostream error

2008-04-08 Thread mailamannow
Hi Dmitri Can you please explain me if WireShark could prove to be a useful tool for debugging Web Services. I tried it, but couldn't get it working to debug my Web Service

[flexcoders] Re: WS call returning error from Flex 2

2008-04-04 Thread mailamannow
@ Mr. Peeyush (1) I tried Charles and found problem with the long integer type ,i.e., the ten digit mobile number, that flex sends as a parameter to the web service call. To suffix 'l' is important as the corresponding Pojo WS reciever is also long. It seems unwise to break mobile number to simple

[flexcoders] WS call returning error from Flex 2

2008-04-03 Thread mailamannow
Hi I m trying to store data into database using Simple Pojo based Web Service, deployed in Axis. The Web Service is successfully storing string data, but is returning the following error when strring, date, long, and int values are sent as a request. The error goes like this: FaultEvent fault=[RP

[flexcoders] Re: FB3 Web Services - complex types?

2008-03-27 Thread mailamannow
(@above i believe this problem is similar to your problem...) although my os is Windows XP, i also made a test WS on Java to accept two integers and return their sum and deployed it on axis inside tomcat. On calling this WS from flex, the sum of two integers is returned successfully, but on sendi