RE: submitting back to opener page

2003-06-26 Thread Jones, Ted
Just as an FYI - If you are referencing an opener from a page with frames, you need to reference the top level of your current window to get to the opener. For example: window.top.window.opener.document.forms[0].submit() Ted -Original Message- From: El Harouchi, Jaafar [IT] [mailto:

RE: Indexed properties and JavaScript

2003-06-25 Thread Jones, Ted
Have you tried: onclick="alert(document.testForm.elements['att[0]'].value)" ? -Original Message- From: Fabiano de O. Lucchese [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:53 PM To: [EMAIL PROTECTED] Subject: Indexed properties and JavaScript Hi All, I've been trying to

RE: [OT] Empty Result Set

2003-06-25 Thread Jones, Ted
...or if you use executeQuery(), you could check to see if myResultSet == null before looping through it. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 12:35 PM To: Struts Users Mailing List Subject: Re: [OT] Empty Result Set boolean isEmp

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Jones, Ted
That makes sense ...but wouldn't that break the MVC pattern by moving the Controller function into the Model? Ted Jones Maritz Inc. [EMAIL PROTECTED] http://www.maritz.com/ -Original Message- From: Dan Jacobs [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:40 AM To: [EMAIL P