Hi all, The SF mail-list archive search has not been help.
I am trying to find a way to impliment a spreadsheet like table with input type=text fields as the cells. I have looked at the column decorator example and was left with a few too many questions. Specifically, I would like to be able to control html CSS attributes and attribute values in the jsp file and not have them buried in some java class, (tab-order, fonts, boarders ets). Also there is the question about the relationship to the submit action. All of thins within a struts form. >From the Java perspective I am having some trouble visualizing the struts value object structure that would make a table of this type. ala. (All cells are input text fields) +--------------------------------+--------------------------------+ | Column1 Title | Column2 Title | +--------------------------------+--------------------------------+ | Cell A1 | Cell B1 | +--------------------------------+--------------------------------+ | Cell A2 | Cell B2 | +--------------------------------+--------------------------------+ +--------------------+ | Submit Button | +--------------------+ Thanks Anthony ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

