jstl « Roo « Spring Q&A





1. How to debug JSTL?    stackoverflow.com

I'm using SpringSource Tool Suite (with Roo) and have some success. What bothers me though is that I don't know how to debug tag library-stuff. I may add breakpoints but it never stops ...

2. Spring JSTL: how to access arbitrary fields inside an object iteration    stackoverflow.com

I'm writing a .tagx file, looking to display a listing of objects, in a table, with columns that the user selected. By the time I get here, I have ${items} that contains ...

3. Spring JSTL tag not working    stackoverflow.com

I use spring roo to generate the web project. After I set up the web mvc by using web mvc setup, the webapp folder has the structure below:

.../webapp/
    ...