[jboss-user] [JBoss Seam] - Re: non-void property setters

matt.drees do-not-reply at jboss.com
Wed Oct 10 21:26:33 EDT 2007


The default BeanResolver that comes with EL looks for JavaBeans Properties, which require void setters. 

I imagine it wouldn't be hard to write an ELResolver that would look for non-void setters.  If you do, (and it seems like an easy thing to do, though I've never done it), then you might consider submitting a patch, and maybe it'll get incorporated into Seam.  :-)

http://java.sun.com/products/jsp/reference/techart/unifiedEL.html

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093804#4093804

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093804



More information about the jboss-user mailing list