"Casazza, Robert" wrote:
> [2] What general ways are there to populate tables
>         with exactly X columns?

You can either limit the collection you send to the JSP in the first
place (if you are using a model 2 design), or use the Struts iterate
tag, which has offset and count properties.

You might also want to look at pager tags, like the one at JSPTAGS.COM

> [3] Are there currently tags which look like checkboxes
>         or radio buttons but which force a refresh to
>         allow the current page to dynamically change
>         based on the choices made?

Custom tags cannot add controls to browsers, but only conveniently
render the HTML that the browsers already use. 

The next best thing would be something clever using images, but I can't
suggest anything.


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Reply via email to