Focus component enhancement...

2006-04-14 Thread Lyon, Chad S.
Let me run this by everyone. I have a suggestion for the focus component. Let me know what yall think before I start working on this. Lets change the meaning of the for property so that it indicates which UIComponent causes the focus component to activate (e.g. generate Javascript to focus on

RE: Focus component enhancement...

2006-04-14 Thread Lyon, Chad S.
Also, if someone indicates the ID of the HTMLForm UIComponent then any button/link in that form will cause the focus component to activate. Chad Lyon Application Software Developer Science Applications International Corporation (SAIC) -Original Message- From: Lyon, Chad S. [mailto

RE: default AutoScroll setting depends on Tomahawk

2006-04-13 Thread Lyon, Chad S.
Mario, You never got back to me on this. What do you think? I am willing to help add this functionality to the sandbox focus component if that is where you think it should go but I think it should go with the auto-scrolling stuff for accessibility reasons (i.e. no mouse). You are the more

RE: default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Lyon, Chad S.
Mario, You seem like the person to approve the patch I wrote for auto-focus. It pretty much mimics auto-scroll and I think they should be joined in matrimony. Take a look at the patch and let me know. It is here: http://issues.apache.org/jira/browse/MYFACES-1277 Chad Lyon Application

RE: default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Lyon, Chad S.
Sorry for being ignorant, but whats the value for the user to have the focus reset on the last action component? Let's say you are tabbing through the controls on a shopping cart page (in a mouse-less world). After changing the number of items in an inputText field you tab to a button that, for

RE: [jira] Commented: (MYFACES-1259) login page commandLink error

2006-04-11 Thread Lyon, Chad S.
You must turn on your extensions filter. Add the following to your deployment descriptor: filter filter-name MyFacesExtensionsFilter /filter-name filter-class org.apache.myfaces.component.html.util.ExtensionsFilter /filter-class

[PATCH] Auto-Focus functionality similar to Auto-Scroll...

2006-04-10 Thread Lyon, Chad S.
Hello, I am new to this mailing list and have joined because I want to contribute to the Myfaces project. I have created the attached patch from revision 392980 to add the ability for the page to automatically return focus to the control (link, or button) that submitted the page. This