[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

SergeySmirnov do-not-reply at jboss.com
Thu May 10 18:51:56 EDT 2007


if you use MyFaces, you might use t:inputText instead of h:inputText . You can attach suggestionbox to any components that has a value attribute and onxxxx event set. This is an idea of 'for' attribute that allows to enhance the existing component instead of replacing it.
This is similar a4j:support. It enhances the existing component rather than requires to replace existing component with new one having built-in Ajax support.
Actually, both approaches (enhancing and built-in) make sense. We use them both in Ajax4jsf and RichFaces.

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

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



More information about the jboss-user mailing list