Hi,
I am using jboss-portal with myfaces.
I have an application which contain a managed bean. When i click one button, it will
call bean method. From that method i have to access a Servlet which is in other
application. So wht should i do?
I tried to use dispatch method like below, but it is giving me IllegalStateException.
| FacesContext.getCurrentInstance().getExternalContext().dispatch(url);
|
Plz give some clues
Thanks in advance..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...