Error Messages Using tiles-defs.xml from Properties Files

2004-06-01 Thread Srinivas Rao
Hi to all, How to Display Error Messages from ApplicationResource Bundle Using Tiles by tiles-defs.xml. I am able to display messages without using Tiles. Thanks Srinivas - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

How to Install Apache Web Server On Windows

2004-06-01 Thread Srinivas Rao
Hi all, How to Install Apache Web Server and How to start it. Anybody Know kindly send to me Thanks Srinivas - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

Re: struts java script problem

2004-06-02 Thread Srinivas Rao
Hi Sridhar, This is the code to populate the data from the database, specialityList is the collection, it defines the javascript array and to populate the data ...   bye Srinivas R Sridhar <[EMAIL PROTECTED]> wrote: Hi, How to popula

Re: struts java script problem

2004-06-02 Thread Srinivas Rao
Hi Sridhar, This is the code to populate the data from the database, specialityList is the collection, it defines the javascript array and to populate the data ...   bye Srinivas R Sridhar <[EMAIL PROTECTED]> wrote: Hi, How to popula

Re: How can i avoid the use of & in a drop down box ?

2004-06-03 Thread Srinivas Rao
Hi John, It is possible but i am not sure it is working or not before inset into the database we will use Single quate( ' ' ) to store the data, after u can access '&' symble from the database.. bye Srinivas John Antonakos <[EMAIL PROTECTED]> wrote: We have some drop down boxes in our jsp

How to Find Index Value

2004-06-10 Thread Srinivas Rao
Hi Friends, I am using tag. Here is the code i am writing What my problem is, how to get the index of select list in the tag ... I am able to getting the select lists but i am not getting the index of select lists. Please Help me .. Thanks

RE: How to Find Index Value

2004-06-10 Thread Srinivas Rao
ameter("specialityid["+i+"]"); } Hope this helps, Terry >From: Srinivas Rao >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: How to Find Index Value >Date: Thu, 10 Jun 2004 01:47:37 -0700 (PDT) > >Hi Friends, > &

RE: How to Find Index Value

2004-06-10 Thread Srinivas Rao
depends on what you're doing. Nick |-+----> | | Srinivas Rao | | | | | o.com> | | | | | | 06/10/2004 05:37 | | | AM | | | Please respond to| | | "Stru

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

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

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.

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: 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

Getting the values from Popup window to Parent window if Multiple text fields in parent window

2004-06-30 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

Getting the values from Popup window to Parent window if Multiple text fields in parent window

2004-06-30 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

Getting the values from Popup window to Parent window if Multiple text fields in parent window

2004-06-30 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

Getting the values from Popup window to Parent window if Multiple text fields in parent window

2004-07-01 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

Getting popup window value to parent window

2004-07-01 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

Re: Getting popup window value to parent window

2004-07-02 Thread Srinivas Rao
ocument.all.state.value = eval(document.ResultsBody.stateField.value); window.opener.focus(); self.close(); } I think this will do. all the best. --- Srinivas Rao wrote: > Hi guys, > > I am facing samll problem , it's a simple one but i > don't know what is the wrong i

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