| Hugo Ahlenius wrote: | > Well, I think it would still be useful to learn how to get to the raw | > request body (not parsed as form variables), which I assume you can from | the | > page contect - but my java skills don't reach that far. But this is more | of | > a general cf question, I think... | | Doing a much-needed cleanup of my inbox this morning and came across | this--you may have figured this out in the meantime, but a co-worker of | mine was looking into all of this for REST web services and this is how | he's accomplishing it: | http://bit.ly/zy1I3 | | Basically, you call getHttpRequestData(), and in that struct is a | CONTENT key that contains the body of the request.
Excellent Matt, thanks - great that you followed up on that old thread (for the preserved record). For me, I found a workaround, but in the end I abondoned that branch of approaching my issue (I decided to use an Ajax toolkit instead). Cheers, H. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
