I think browsers behave differently for this. if there is only one form field on a page,
then hitting enter will do the same as a submit but Ive seen posts where IE takes any
enter on text field as a submit.
You could use the onkeypress attribute on JSF's inputtext to have a javascript that
will capture window.event.keyCode and check if thats equal to 13, do the same as what your
button needs to do but these details are totally out of JSF and Seam IMO.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970503#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...