DWR And JSF
Can the dwr 2 invoke method in JSF management bean and get forward page content ?
For example:
public String test() {
return "result_page";
}
<navigation-rule>
<navigation-case>
<from-outcome>result_page</from-outcome>
<to-view-id>/pages/result.jsp</to-view-id>
</navigation-case>
</navigation-rule>
I just get the "result_page" string when i invoke the test() method using dwr, but i really want to get is the content of /pages/result.jsp.
What should i do ? Is someone can help me ?
You can also contact me using MSN : hanliujie@yahoo.com.cn
Thanks a lot!