History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25617
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Serge Baranov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Remote object flagging mx:method as invalid

Created: 28 Mar 08 19:31   Updated: 28 Mar 08 21:09
Component/s: Flex Support
Fix Version/s: Diana 8280, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757
Fixed in build: 8,256
Severity: Medium


 Description  « Hide
Support feedback:

The following standard .mxml snippet has inspector saying mx:method invalid, I am using 7.0.3 IJ and the latest flexbuilder download

<mx:RemoteObject id="authServ" destination="authenticationService">
        <mx:method name="resetUser" result="resetUserResultsHandler(event)"
                   fault="faultHandler(event)"/>
    </mx:RemoteObject>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.