
May 7th, 2010 by

Lincoln Baxter III
We’d like to take a moment to introduce you to the
OcpSoft Support Forums.
These forums will serve as an alternative to the existing User’s Group
mailing lists for
PrettyFaces,
PrettyTime, and
SocialPM.
Take a few moments to register for a forum account; start asking questions!

April 20th, 2010 by

Lincoln Baxter III
OcpSoft PrettyTime is an open-source time-formatting library for creating human-readable timestamps like, “in 3 minutes,” or “moments ago.” — intuitive, easy, extendable. Visit the home page to download and learn more about using
PrettyTime. New features in this release: Thread Safety, Java 1.5 compatibility, extra languages.

November 3rd, 2009 by

Lincoln Baxter III
PrettyFaces – SEO, Dynamic Parameters, Bookmarks, and Navigation for JSF / JSF2 version 2.0.3 offers a BIG new feature for URL validation, while 1.2.6 is a maintenance release, primarily adding the <p:link anchor=”…”> attribute – it does not include the new validation features.
Coinciding with the JSF2.0 release, OcpSoft will be updating PF1.2.x for maintenance only, however, community participation is still welcome on all versions of the project.

September 20th, 2009 by

Lincoln Baxter III
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

August 24th, 2009 by

Lincoln Baxter III
A new version of PrettyFaces for JSF1.1 (historical support) is now available for download. This version is feature-complete, but we are looking for feedback on compatibility and functionality that may be broken with various implementations, so please post comments!

June 13th, 2009 by

Lincoln Baxter III
New versions of PrettyFaces for JSF1.2 and JSF2.0 are now available for download:

April 14th, 2009 by

Lincoln Baxter III
Version 1.2.3_GA:
binary,
source,
documentation (stable)
Minor Release: 20090415
- Added optional <action onPostback=”false”> boolean flag to prevent action methods from being called on form postback. Defaults to true;
- Added optional <query-param decode=”false”> to prevent java.net.URLDecode.decode() from being called on a specific managed query-parameter. Defaults to true;
- Added unit tests for several critical classes.
- Minor to moderate refactoring of PrettyFilter/PrettyContext

March 31st, 2009 by

Lincoln Baxter III
Version 1.2.3_RC2:
binary,
source,
documentation (stable)
Minor Release: 20090331
- Servlet forwards are working