[ http://issues.apache.org/jira/browse/BEEHIVE-538?page=all ]
     
Eddie O'Neil resolved BEEHIVE-538:
----------------------------------

      Assign To: Nathan Jantz
     Resolution: Invalid
    Fix Version: V1

Resolving this bug; there is a test of calling methods on ${pageFlow} here:

http://svn.apache.org/viewcvs.cgi/incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/databinding/callMethod/callMethod/index.jsp?view=markup

If you see any further problems with this, don't hesitate to file a JIRA issue.

:)

> netui-data:callMethod gives error message
> -----------------------------------------
>
>          Key: BEEHIVE-538
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-538
>      Project: Beehive
>         Type: Test
>   Components: NetUI
>     Versions: V1Beta
>  Environment: Windows XP; JDK1.5, Tomcat 5.0.28
>     Reporter: V.Gnanasegaran
>     Assignee: Nathan Jantz
>     Priority: Critical
>      Fix For: V1

>
> Pleace see the two code syntax to call a method in the page flow.
> 1) <netui-data:callPageFlow method="getPageName" resultId="currentPagename"/>
> 2) <netui-data:callMethod object="{pageFlow}" method="getPageName" 
> resultId="currentPagename"/>
> The syntax 1) executes and the result is kept in the pagecontext. The method 
> in the Controller.jpf 
> which has no input parameters and returns a string.
>       public String getPageName(){
>               return "index"; 
>         }
> When I execute syntax 2) I get the following error.
> "Could not find operation "getPageName" with 0 parameter(s) on the referenced 
> object".
> In my openion the two methods should do the same. Is it a bug or is it some 
> thing to do with an error in syntax.
> regards,
> Segar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to