PDA

View Full Version : AIRIntrospector not passing URL Params?



Phunky
12 May 2008, 7:50 AM
Im trying to debug an application thats using the GridFilter Plugin but it would seem that i cant find out what params are being passed but AIRIntrospector does not seem to want to show me i am a little stuck!

RobSmith
14 May 2008, 1:10 AM
You are right. It seems that there is no (obvious) way to track the request parameters by using the Introspector. Am I the only one who misses the firebug features in air development?

Phunky
14 May 2008, 1:13 AM
hell no, i would love firebug features :)

I ended up returning the URI as the textResponse just to see what it was passing, annoying but works!