<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: JSF, PhaseListeners, and GET Requests</title> <atom:link href="http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/</link> <description></description> <lastBuildDate>Mon, 06 Feb 2012 08:22:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: jason</title><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/comment-page-1/#comment-4932</link> <dc:creator>jason</dc:creator> <pubDate>Mon, 14 May 2007 12:24:56 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2006/04/25/jsf-phaselisteners-and-get-requests/#comment-4932</guid> <description>Stefan, I had noticed that shortcoming too.  Let me see what I can do about that.</description> <content:encoded><![CDATA[<p>Stefan, I had noticed that shortcoming too.  Let me see what I can do about that.</p> ]]></content:encoded> </item> <item><title>By: stefan</title><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/comment-page-1/#comment-4925</link> <dc:creator>stefan</dc:creator> <pubDate>Mon, 14 May 2007 09:40:27 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2006/04/25/jsf-phaselisteners-and-get-requests/#comment-4925</guid> <description>What about Type-Convertion?
This is normally done while in Validation-Phase.
The
https://javaserverfaces.dev.java.net/sandbox/components/prettyUrl.html
just sets Strings:
11:25:01,815 ERROR [STDERR] javax.faces.el.EvaluationException: Exception setting property companyGroupNumber of base with class com.retail_sc.style.marketsharecode.Style
11:25:01,815 ERROR [STDERR] 	at org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:188)
11:25:01,815 ERROR [STDERR] 	at org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:278)
11:25:01,815 ERROR [STDERR] 	at com.sun.faces.sandbox.util.PrettyUrlPhaseListener.beforePhase(PrettyUrlPhaseListener.java:97)Is there any chance to set the Value the bean expect (here: Short)?</description> <content:encoded><![CDATA[<p>What about Type-Convertion?<br
/> This is normally done while in Validation-Phase.<br
/> The<br
/> <a
href="https://javaserverfaces.dev.java.net/sandbox/components/prettyUrl.html" rel="nofollow">https://javaserverfaces.dev.java.net/sandbox/components/prettyUrl.html</a><br
/> just sets Strings:<br
/> 11:25:01,815 ERROR [STDERR] javax.faces.el.EvaluationException: Exception setting property companyGroupNumber of base with class com.retail_sc.style.marketsharecode.Style<br
/> 11:25:01,815 ERROR [STDERR] 	at org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:188)<br
/> 11:25:01,815 ERROR [STDERR] 	at org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:278)<br
/> 11:25:01,815 ERROR [STDERR] 	at com.sun.faces.sandbox.util.PrettyUrlPhaseListener.beforePhase(PrettyUrlPhaseListener.java:97)</p><p>Is there any chance to set the Value the bean expect (here: Short)?</p> ]]></content:encoded> </item> <item><title>By: drinks.sobe</title><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/comment-page-1/#comment-1896</link> <dc:creator>drinks.sobe</dc:creator> <pubDate>Tue, 27 Mar 2007 15:26:03 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2006/04/25/jsf-phaselisteners-and-get-requests/#comment-1896</guid> <description>Thanks Jason for the very nice and easy to read post on implementing a phase listener.  We have incorporated this into our new dashboard application.  This will allow our users to have a &quot;Pretty&quot; bookmarkable url for their favorite link within the site. Thanks again! :lol:</description> <content:encoded><![CDATA[<p>Thanks Jason for the very nice and easy to read post on implementing a phase listener.  We have incorporated this into our new dashboard application.  This will allow our users to have a &#8220;Pretty&#8221; bookmarkable url for their favorite link within the site. Thanks again! <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: jason</title><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/comment-page-1/#comment-16</link> <dc:creator>jason</dc:creator> <pubDate>Wed, 10 May 2006 18:48:41 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2006/04/25/jsf-phaselisteners-and-get-requests/#comment-16</guid> <description>We didn&#039;t use that for a couple of reasons.  The first being we weren&#039;t aware of that functionality. :)  It wouldn&#039;t have mattered if were, though, for the second reason:  pretty URLs.  &quot;Pretty URLs&quot; were a requirement, so we had to find a way to do it, and that led us to the solution above.</description> <content:encoded><![CDATA[<p>We didn&#8217;t use that for a couple of reasons.  The first being we weren&#8217;t aware of that functionality. <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> It wouldn&#8217;t have mattered if were, though, for the second reason:  pretty URLs.  &#8220;Pretty URLs&#8221; were a requirement, so we had to find a way to do it, and that led us to the solution above.</p> ]]></content:encoded> </item> <item><title>By: kristof</title><link>http://blogs.steeplesoft.com/2006/04/jsf-phaselisteners-and-get-requests/comment-page-1/#comment-15</link> <dc:creator>kristof</dc:creator> <pubDate>Tue, 09 May 2006 20:06:36 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/2006/04/25/jsf-phaselisteners-and-get-requests/#comment-15</guid> <description>Why not use the param implicit object to inject values in your backing bean? Maybe I&#039;m missing something...</description> <content:encoded><![CDATA[<p>Why not use the param implicit object to inject values in your backing bean? Maybe I&#8217;m missing something&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 11/23 queries in 0.186 seconds using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-07 14:48:08 -->
