Hi All,
I am using ADF faces. I have to open a new
jsp page in new window from one of my jspx pages on button click. This target jsp page is deployed in other web server and expects some input values in request which user has input in my jspx page.
How I can achieve this? Do I have to use the javascript on button click or I can make use of ADF Faces Dialog?
Following is my target jsp page which I have to invoke on button click in
jsf page:-
Thanks much
Vikram