Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread Dustin Pearce
this helpful. Your comments, questions anything would be appreciated? Thanks Prashanth -- View this message in context: http://www.nabble.com/DOJO-Dialog-Problem--Please-help-me-tp18951580p19048300.html Sent from the Struts - User mailing list a

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread Dave Newton
--- On Tue, 8/19/08, prashanth2 <[EMAIL PROTECTED]> wrote: > I would like to know how and if it is possible to call a > dialog box from a iframe? Or have the dialog box pop out > from an iframe? and how can i pass variables from dialog > box to my struts action class, if so how to retrieve > them

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread prashanth2
quest"? inbuilt dojo0.4 with s2 is not supportive, so i started using dojo1.1.1. Is this helpful. Your comments, questions anything would be appreciated? Thanks Prashanth -- View this message in context: http://www.nabble.com/DOJO-Dialog-Problem--Please-help-me-tp18951580p19048300.html Sen

DOJO Dialog Problem? Please help me

2008-08-12 Thread prashanth2
dojo.require("dijit.form.TextBox"); Show Dialog Name: -- View this message in con

RE: Re: problem Please Help me.....

2004-07-16 Thread Srinivas Rao
t;[EMAIL PROTECTED]> wrote: Hi srinivas, What is the exact problem u r facing. -Original Message- From: Ajay Patil [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 3:14 PM To: Srinivas Rao; [EMAIL PROTECTED] Subject: Re: Re: problem Please Help me. Dear Srinivas Yo

RE: Re: problem Please Help me.....

2004-07-16 Thread Sunil Sahu
Title: RE: Re: problem Please Help me. Hi srinivas, What is the exact problem u r facing. -Original Message- From: Ajay Patil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 30, 2004 3:14 PM To: Srinivas Rao; [EMAIL PROTECTED] Subject: Re: Re: problem Please Help me

Re: Re: problem Please Help me.....

2004-06-30 Thread Ajay Patil
Dear Srinivas You are right. Your code in child window cannot identify the relevant text field. I havent tried the case when there are multiple text fields, each of which could be selected. I cant think of a way to get it working. Maybe some Javascript expert might know. Ajay > Hi Ajay, > Tha

Re: Re: problem Please Help me.....

2004-06-30 Thread Srinivas Rao
ybe I can try to help you. > > Anyways, looking at your code, > TRY CHANGING THE FOLLOWING IN ALL JAVASCRIPT FUNCTION > > ORIGINAL --> > window.opener.document.supervisorDeskActionForm.getElementById > ("stockBox").value > > MODIFIED --> > window.opener.doc

Re: Re: problem Please Help me.....

2004-06-30 Thread Srinivas Rao
y to debug ? > > If you can give above information, maybe I can try to help you. > > Anyways, looking at your code, > TRY CHANGING THE FOLLOWING IN ALL JAVASCRIPT FUNCTION > > ORIGINAL --> > window.opener.document.supervisorDeskActionForm.getElementById > ("stockBox"

Re: problem Please Help me.....

2004-06-29 Thread Srinivas Rao
.supervisorDeskActionForm.getElementById ("stockBox").value MODIFIED --> window.opener.document.forms["supervisorDeskActionForm"].stockBox.value Let me know if this is helping you, Ajay Date: Sun, 27 Jun 2004 21:25:31 -0700 (PDT) From: Srinivas Rao Subject: problem Please Help me.

problem Please Help me.....

2004-06-27 Thread Srinivas Rao
Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My problem is ... I have parent window and child window (ie popup window)..If i entered the value into text field to popup window then the value come to the parent window i

problem Please Help me.....

2004-06-27 Thread Srinivas Rao
Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My problem is ... I have parent window and child window (ie popup window)..If i entered the value into text field to popup window then the value come to the parent window if