Just out of interest, is there any specific reason that you feel a "while" tag would be a useful addition?
If you take the MVC approach,
JSP is used to render the pages of a web application which means that the controller should setup the model appropriately. Using a while loop tends to imply that a certain degree of logic is embedded within the page.
Just my opinion...
Simon
[ October 31, 2002: Message edited by: Simon Brown ]