html:options for simple 1-50 menu

2003-06-09 Thread Barry Volpe
What is the easiest way to create a menu with name and values of 1-50. Should I do this strictly in my JSP? Should I use a % for loop %? Seems like alot of work to use html:options Collection just to generate numbers 1-50. Barry

RE: html:options for simple 1-50 menu

2003-06-09 Thread Raible, Matt
for simple 1-50 menu What is the easiest way to create a menu with name and values of 1-50. Should I do this strictly in my JSP? Should I use a % for loop %? Seems like alot of work to use html:options Collection just to generate numbers 1-50. Barry

Re: html:options for simple 1-50 menu

2003-06-09 Thread Barry Volpe
I like the simplicity of the code. Don't have JSTL installed. I'll have to set it up. - Original Message - From: Raible, Matt [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, June 09, 2003 4:21 PM Subject: RE: html:options for simple 1-50 menu