Netscape vs. IE link problem

2003-08-14 Thread skhealy
Hi, In one of our Struts applications, we have created tile definitions for every page and action-mappings that link to and from these definitions instead of the JSPs themselves. The rationale for this approach is to make it easy to replicate a site using the same, or mostly the same, pages. Bu

Newbie Question: Dyanamic JavaScript Array <-> Form Bean]

2003-07-25 Thread skhealy
Hey everyone, I'm new to Struts and was wondering if anyone has ever attempted to create a dynamic HTML table (using JavaScript) that gets and sets values contained in a form bean from a JavaScript array when rows in the table are being added or deleted and upon the form being submitted. Thank