Only one input parameter is appearing in the try it
---------------------------------------------------
Key: MASHUP-618
URL: http://wso2.org/jira/browse/MASHUP-618
Project: WSO2 Mashup Server
Issue Type: Bug
Components: Core
Affects Versions: 1.0
Environment: WinXP, jdk1.5, IE7
Reporter: Yumani Ranaweera
Assigned To: Keith Godwin Chapman
Fix For: 1.0
Steps:
-------
1. Save and deploy the .source below;
test.inputTypes = {
"first" : "string",
"last" : "string"
}
test.outputType = "any";
test.documentation = <p>this is a simple reverse operation</p>;
function test(first, last) {
return last + first}
2. Access the tryit?
Issue:
------
The function has two parameters. But in the tryit page its giving input fields
only for "first" parameter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev