Posts Tagged ‘RichFaces’

Here are some information that I found on the net about JavaOne 2010. Feel free to comment with additional resources. To start, Oracle posted some video highlights. If you have JavaOne login, you can view the full versions at On Demand site. If not, you can still see some of the contents here. Beyond that, here are posts from various speakers on their talks and related links.

RichFaces: Submit on enter key

Posted: March 11, 2010 in howto, Technology
Tags: ,

I needed to allow users to press enter key to submit a form. To do that, I started with the example shown here. Then I altered the example with a selector attribute documented here to apply the hot key feature to only that component.

This thread was helpful for me to create a button that opens a new window. However, I had to move the script into onclick part of the button, instead of creating a separate jsFunction.

I found this thread helpful for figuring out how to get selected row for an extendedDataTable.

Now I start to really appreciate how elegant and simple Ext JS is on getting selected row for a datatable.