[Javascript] struts form using javascript code

Chris Tifer christ at saeweb.com
Wed Mar 3 08:12:51 CST 2004


> the first "gotchas" I found are in the omission of an 
> include for the driver_new.jsp, the unreferenced 
> object/function attached to the "Delete" key, 
> and the non-displayability of the driverDisplay.do file.

>From what I gather, there should be no include to a driver_new.asp. The only reference I see to that is where it tries to direct your browser to it if you click Add.  Also, getCheckedItems() is the function called by the Delete key. It's just down on the bottom.  

What do you mean by non-displayability also?

I don't see a bag of worms per se, just a slight error.

Chris Tifer
http://emailajoke.com



----- Original Message ----- 
  From: David Lovering 
  To: [JavaScript List] 
  Sent: Tuesday, March 02, 2004 7:16 PM
  Subject: Re: [Javascript] struts form using javascript code


  Well, aside from some excitingly dreadful formatting, the first "gotchas" I found are in the omission of an include for the driver_new.jsp, the unreferenced object/function attached to the "Delete" key, and the non-displayability of the driverDisplay.do file.

  I think perhaps we should try to break this down and address each issue individually, rather than diving in and swimming about in all directions.  

  Perhaps "Job #1" should be to check that the various necessary browser functions are enabled, and that all the core code modules are within reach.  After that, I'd look into each individual module and analyze it from an input/output standpoint, and make sure that it is canonically structured, has a front-end exception filter to remove "bad" inputs, and correctly acts on valid data to produce desired output code.

  This is such a bag of worms, I'm not sure where else to start.

  -- Dave Lovering
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20040303/cd2fc3ef/attachment.htm>


More information about the Javascript mailing list