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, [...]
Posts Tagged ‘RichFaces’
JavaOne 2010 Related Links
Posted: September 24, 2010 in Conference, Java, Java Virtual Machine (JVM), JavaOne, links, Oracle, TechnologyTags: Coin, Da Vinci Machine, eBay, Glassfish, Groovy, Java, Java EE, JavaFX, JavaOne, JAX-RS, jclouds, Jigsaw, Lambda, Oracle, OSGi, PrimeFaces, RichFaces, Seam, Tuscany
1
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.
RichFaces: open a pop-up window
Posted: March 4, 2010 in howto, TechnologyTags: howto, Java, JavaScript, RichFaces
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.
row selection for RichFaces
Posted: March 3, 2010 in howto, TechnologyTags: Ext JS, j2ee, Java, RichFaces
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.
