[OT] Re: Why interface

2005-08-10 Thread Jerry Tan
At the end of the day, some would say there's really no functional difference between the two. But as for a preference for interfaces, well, partly it's due to the limitation of single inheritance in Java. Using interfaces provides the functionality of acting as a derivative of multiple base clas

Re: FormBean and JavaScript

2005-06-02 Thread Jerry Tan
Actually, the index notation is off the "elements" object of the form -- not the form itself, e.g., document.managerForm.elements[0].value = user; [EMAIL PROTECTED]

Re: FormBean and JavaScript

2005-06-02 Thread Jerry Tan
Since the nested classes constrain you to use the dot syntax, then you may consider using an index notation on the scripting side, e.g., document.managerForm[0].value = user; assuming, of course, that "manager.lanID" is the first element on your managerForm. If you're concerned that the orde

RE: Reloading Configuration File

2005-03-03 Thread Jerry Tan
"Scott Purcell" <[EMAIL PROTECTED]To: "Struts Users Mailing List" nc.com&

Re: Reloading Configuration File

2005-03-03 Thread Jerry Tan
"Scott Purcell" <[EMAIL PROTECTED]To: nc.com>

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Jerry Tan
Mailing List .com>cc: (bcc: Jerry Tan/DTCC) Subject: Newbie--->Construct JSPs on the fly