Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DWR And JSF

843802May 23 2007
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2007
Added on May 23 2007
0 comments
90 views