I have a page that uses partial page rendering to update a single field to a concatenation of the text entered in 3 other fields (a display name that is title, firstname and lastname concatenated).
This all works great except that when the value of any of the 3 inputTexts are changed and the autoSubmit takes place it would appear to be consuming the focus change event that caused the submit. So instead of tabbing to the next field or setting the focus wherever clicked with the mouse the cursor remains in the changed inputText. As the autoSubmit is smart enough to only occur once the value has been changed, tabbing for a second time (or clicking again) changes focus as expected. Does anyone know of a way to get the autoSubmit to happen and the focus chanage to take place? -- View this message in context: http://www.nabble.com/focus-not-moved-when-autoSubmitting-an-inputText-for-partial-page-rendering-tp15306326p15306326.html Sent from the MyFaces - Users mailing list archive at Nabble.com.