Just an idea, it would be great to add some struts-layout support to the JSP designer.
Here is struts-layout web site : http://struts.application-servers.com
It replaces the <html:…> by <layout:…>. It is much more powerful than the html taglib. Really a good alternative to JSF for the ones that have a good knowledge of struts and would like to have both all the nice widgets you find JSF with struts.
JSF is great, but for folks that like the pure MVC design, struts with struts-layout is better in my opinion.
Have a look to the tutorial ( http://struts.application-servers.com/intro/index.html ) and you’ll see how pure and easy it is.
Bernard