aspose file tools
The moose likes JSF and the fly likes Button - Hot Key support Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Button - Hot Key support" Watch "Button - Hot Key support" New topic
Author

Button - Hot Key support

Netizen
Greenhorn

Joined: Oct 26, 2005
Posts: 2
Techies,

Is the hot key supported in HTML/Javascript button is supported by JSF Button?.

Thanks,
Netizen
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Are you talking about the access key? If so, it's up to the implementation.
Netizen
Greenhorn

Joined: Oct 26, 2005
Posts: 2
Thanks for the response.
Yes. I was referring to Access Keys.

Can this be done as in HTML Button.

Thanks and Regards,
Netizen
Daniel Rhoades
Ranch Hand

Joined: Jun 30, 2004
Posts: 186
A JSF button is simply a normal HTML input field, so any JavaScript that works in static HTML pages will work with JSF


Drinking more tea is the key...
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Well, the trick is, does the jsf implementation you are using support the accesskey attribute of the component to be rendered.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Button - Hot Key support
 
Similar Threads
GUI is messed up in sun Solaris
WA #1.....word association
WA #2 ..... word association
how to create type button in JSF using SUN RI
IE hotkey intercepting with frameset - how to implement?