Wednesday, September 12, 2007

Another cool thing about JBoss Seam : The s:selectItems tag

I've been using JBoss Seam and reading JBoss Seam : Power and Simplicity Beyond Java EE (Amazon link). I've been working through the examples from Michael Yuan's site and tweaking the "Stateful" example into something resembling my current project.

I just came across the Seam JSF Controls.  The s:selectItems tag is really nice.  It converts a List of Objects, in my case a List<String> into a List<SelectItem>.

The more I use Seam the more impressed I am with the way it addresses the headaches of JSF and web development.

Blogged with Flock

No comments: