Click here to Skip to main content
15,921,156 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: bypass variables between pages Pin
Perspx8-Aug-08 3:05
Perspx8-Aug-08 3:05 
GeneralRe: bypass variables between pages Pin
michael_jhons8-Aug-08 3:10
michael_jhons8-Aug-08 3:10 
GeneralRe: bypass variables between pages Pin
Perspx8-Aug-08 3:12
Perspx8-Aug-08 3:12 
AnswerRe: bypass variables between pages Pin
Shog98-Aug-08 5:09
sitebuilderShog98-Aug-08 5:09 
GeneralRe: bypass variables between pages Pin
michael_jhons8-Aug-08 6:35
michael_jhons8-Aug-08 6:35 
GeneralRe: bypass variables between pages Pin
Shog98-Aug-08 6:39
sitebuilderShog98-Aug-08 6:39 
QuestionDeploying a web service Pin
mreynol57-Aug-08 11:14
mreynol57-Aug-08 11:14 
QuestionHow can I open a JSF page as a non modal dialog Pin
san_sim7-Aug-08 10:10
san_sim7-Aug-08 10:10 
Hi,

<b>I am trying to open a new jsf page with following code</b>

<code>FacesContext context = FacesContext.getCurrentInstance();
ViewHandler vh = context.getApplication().getViewHandler();
UIViewRoot dialog = vh.createView(context, "/pages/report1.xhtml");

AdfFacesContext a = AdfFacesContext.getCurrentInstance();
HashMap props = new HashMap();
HashMap params = new HashMap();

System.out.println("--here---");

// just a try, component is nothing by a CoreCommandLink of adf
component.getAttributes().put("target", "_new");


params.put("str", str);

props.put("width", 500);
props.put("height", 700);
a.launchDialog(dialog, params, component, true, props);</code>


above code opens page in new window, but the parent window is now not accessible unless you close the newly opened window

please help if I am missing anything

Thank you,
san_sim
QuestionAdding video to Web page Pin
salil_k_singh7-Aug-08 8:57
salil_k_singh7-Aug-08 8:57 
AnswerRe: Adding video to Web page Pin
Perspx7-Aug-08 9:31
Perspx7-Aug-08 9:31 
AnswerRe: Adding video to Web page Pin
Manas Bhardwaj8-Aug-08 5:35
professionalManas Bhardwaj8-Aug-08 5:35 
QuestionAccess values of programatically added controls in a asp.net web page Pin
Kiefie7-Aug-08 4:23
Kiefie7-Aug-08 4:23 
AnswerRe: Access values of programatically added controls in a asp.net web page Pin
Shog97-Aug-08 5:26
sitebuilderShog97-Aug-08 5:26 
AnswerRe: Access values of programatically added controls in a asp.net web page Pin
michael_jhons7-Aug-08 23:31
michael_jhons7-Aug-08 23:31 
GeneralRe: Access values of programatically added controls in a asp.net web page Pin
Kiefie7-Aug-08 23:55
Kiefie7-Aug-08 23:55 
QuestionSimulate Alt+Down Arrow using javascript Pin
Anudeep Jaiswal6-Aug-08 21:59
Anudeep Jaiswal6-Aug-08 21:59 
AnswerRe: Simulate Alt+Down Arrow using javascript Pin
Perspx6-Aug-08 23:08
Perspx6-Aug-08 23:08 
QuestionWebservice on Multiple servers Pin
balu123456-Aug-08 6:25
balu123456-Aug-08 6:25 
QuestionIE6.0: Operation Aborted Error Messge Pin
flyingfalcon6-Aug-08 0:54
flyingfalcon6-Aug-08 0:54 
AnswerRe: IE6.0: Operation Aborted Error Messge Pin
Shog96-Aug-08 4:56
sitebuilderShog96-Aug-08 4:56 
GeneralRe: IE6.0: Operation Aborted Error Messge Pin
neilmajithia12-Aug-08 1:42
neilmajithia12-Aug-08 1:42 
QuestionAjax: Showing ModalPopupExtender without OkControlID. Pin
K V Sekhar5-Aug-08 18:50
K V Sekhar5-Aug-08 18:50 
AnswerRe: Ajax: Showing ModalPopupExtender without OkControlID. Pin
Shog96-Aug-08 5:38
sitebuilderShog96-Aug-08 5:38 
QuestionPerl Pin
ctrlnick5-Aug-08 13:00
ctrlnick5-Aug-08 13:00 
Questionmy code does not work in fire fox Pin
mostafarastgar5-Aug-08 2:47
mostafarastgar5-Aug-08 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.