You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyamf
Hi!
I've encountered a problem when using RubyAMF 1.5:
I do a: render :amf => FaultObject.new("this is an error") but my
FaultObjects aren't deployed to the FlexClient.
So what i've tried is going back to RubyAMF 1.3.4 and there it works,
but why?
We're using Rails 1.2.6 in our project, and the question is now:
Are there important reasons to migrate to v1.5?
And if so, how do I get the FaultObjects to work in v1.5?
thanks a lot
Tobi
tobi
unread,
Apr 24, 2008, 10:09:04 AM4/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyamf
Small correction: I'm not sure passing the FaultObjects works in
1.3.4.
However the question remains: How can I pass FaultObjects back to Flex
via RubyAMF 1.5 if my application is based on Rails 1.2.6? At the
moment the exceptions just vanish.