column « HTML « JSP-Servlet Q&A





1. displaytag table column totals    stackoverflow.com

I'm using the displaytag JSP tag library to generate tables that show column totals. For example in the JSP code below, only those columns with the attribute total="true" will ...

2. JSP column name hyperlink help    coderanch.com

i have a question. i need to figure out how to make all fields called ord_ID in a table hyperlinks to a different JSP page with the value of the ord_ID as a parameter as a query string(value) to the receiving JSP page. this is what i have so far: html> Orders

...