
September 30th, 2009 by

Lincoln
OcpSoft co-founder Lincoln Baxter will be speaking about PrettyFaces at JSFSummit, in Orlando FL – Dec 1st-4th, 2009.
The Presentation covers PrettyFaces basics, Search Engine Optimization, Rethinking Navigation, and Dynamic ViewIds:
Continue reading this article »
Posted in PrettyFaces |
No Comments »

September 20th, 2009 by

Lincoln
PrettyTime 1.0.4 – Elapsed Timestamp Formatting for Java now supports additional Locales:
Supported locales:
- English – DEFAULT
- French – FR
- German – DE
- Chinese – ZH_CN
- Portugese – PT
If you have a resource bundle for another locale, or would like to create one, please email it to: admin@ocpsoft.com
Posted in PrettyTime |
No Comments »

September 14th, 2009 by

Lincoln
Ever wonder why you can’t pass parameters to EL method-expressions? Well, now you can, and it’s easy to incorporate!
Continue reading this article »
Posted in JSF2 |
8 Comments »

September 14th, 2009 by

Lincoln
So, a little while ago I was attempting to use JSF’s Facelets <ui:repeat> tag, as a replacement for <h:dataTable>, but difficulty came when I needed to process actions on individual records of each row.
<ui:repeat> allows iteration over a List of Array[] of items, but it does not provide a method of discovering the “selected” or “actioned” row; there’s no way to discover the row the user is interacting with. Or is there?
Continue reading this article »
Posted in JSF |
9 Comments »

September 10th, 2009 by

Lincoln
So, one of the best ways I know of to tell a user that they should be waiting for something to finish, is by setting the cursor to ‘wait’. It’s how desktop applications do it. It’s how the operating system does it… it’s how ajax should probably do it (if you want to solve the user wait interaction globally.)
With JSF2, it’s easy to accomplish!
Continue reading this article »
Posted in JSF |
2 Comments »