Hi,
I have two directory named d1,d2 inside my tomcat container . and inside d1,
there is page a.jsp and inside d2 there is page b.jsp . so i want to call
b.jsp from a.jsp page , i have given a link for calling b.jsp in a.jsp as
<h:commandLink action=''#{fwd.forward} value="CALL">
where fwd is name of managed bean and forward is method inside managed bean.
like this
class Forward
{
public String forward()
{
return String "jforum";
}
can anybody help me resolving the issue.
Thanks
Ratnesh Pd. Sirvastava
V2Solutions India
--
View this message in context:
http://www.nabble.com/JSF%3A-SERVLET-calling-a-jsf-jsp-page-from-one-context-to-another-tf3680135.html#a10284554
Sent from the Shale - User mailing list archive at Nabble.com.