Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.7
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
Description
The documentation page for remoteFunction should more explicitly define the differences between using this tag from a GSP compared to code.
For example, the documentation says:
"method (optional) - The method to use the execute the call (defaults to "post", specified in 'options' array)"
Note that it says "specified in the 'options' array." However, the correct usage from a GSP is to define an attribute for the method, like this:
<g:remoteFunction controller="activity" action="history" method="GET"/>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
This depends on the provider. Certainly the standard Prototype provider will ignore the above. This really needs looking into because there may be an underlying issue in the provider implementations.