Hi, Just wondering if JSTL would be the place for the creation of what would be the equivalent to ASP.net server side controls. These controls would be HTML replacements for form elements amongst other standard HTML tags where these server tags would have built in capabilities to A: keep state B: be easily bound to result sets or any sort of collection.
As an example: a select box that keeps its own state and can easily be bound to a dataset like a JSTL result set. Or would this type of functionality be something that would be better suited to JSF? Thanks, Stefan
