» Announcing – PrettyFaces 2.0.4: URL Rewriting for JSF 2.0
LincolnPosted in OpenSource, PrettyFaces |
3 Comments »
LincolnPosted in OpenSource, PrettyFaces |
3 Comments »
LincolnTake a break from your software to read this: Today (February 12, 2010) marks the 20th anniversary of a remarkably simple, unimportant, yet incredibly special and sentimental event. A perspective that few consider in their daily lives. Continue reading this article »
Posted in Uncategorized |
No Comments »
LincolnWhile working on the PrettyFaces: bookmarking, and SEO extensions for JSF / JSF2, I came across a need to modify the current request parameters in order to “trick” the system into thinking that additional query parameters had been supplied.
request.getParameterMap().put("name", new String[]{"value1", "value2"});
But that doesn’t work, because you aren’t allowed to modify request parameter values once the request has begun processing:
java.lang.IllegalStateException: Cannot find message associated with key parameterMap.locked at org.apache.catalina.util.ParameterMap.put(ParameterMap.java:213)
Posted in OpenSource |
3 Comments »
|
Posting tweet...