Re: trying to create a Html table from a Taglib

2005-01-29 Thread Felipe Vieira Silva
I have found this one: http://www.phptr.com/articles/article.asp?p=30946&seqNum=9 I still looking for a good solution - the usage of the forEach doesnpt seem to be a good solution because I need to include a lot of scriptlet in the JSP page... But I´m just studying here, I have no complete oppinio

Re: trying to create a Html table from a Taglib

2005-01-29 Thread Rahul P Akolkar
> The the tag lib will receive two parameters: the list off skills and > the number of columns. > Can I pass a collection, a list, to a tag lib? how? The tag [JSTL core] will allow you to iterate over items in a collection, you may add the and elements appropriately before and after each i

trying to create a Html table from a Taglib

2005-01-29 Thread Felipe Vieira Silva
Hi there, I´m having the following scenario: an Html form used to publish a Job Advertisement with a dynamic table containing the skills required by the job. The list of all skills is loaded from the servlet - it is loaded from a database. The JSP receives a Class which contains a List object w