<?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: Mobile JSF Library</title>
	<atom:link href="http://blog.refactor.se/2007/03/19/mobile-jsf-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/</link>
	<description>Thoughts on Java, Agile, OS X and life in general..</description>
	<lastBuildDate>Fri, 09 Apr 2010 08:35:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Giridaran</title>
		<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/comment-page-1/#comment-2454</link>
		<dc:creator>Giridaran</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.refactor.se/2007/03/19/mobile-jsf-library/#comment-2454</guid>
		<description>Hi Conny,
i am developing a web application using mobile jsf. i am getting an exception when i try to access from Blackberry devices. i can able to access login page successfully but after enter my credentials then click the sign in now  system throws the follwing exception.

Feb 10, 2009 3:41:54 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet facesservlet threw exception
javax.faces.application.ViewExpiredException: viewId:/pages/mobile/login.jsp - View /pages/mobile/login.jsp could not be restored.
	at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:187)
	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at com.ericsson.sn.mobilefaces.MobileFacesServletFilter.doFilter(MobileFacesServletFilter.java:96)
	at com.efici.eficash.client.filter.WapRequestFilter.doFilter(WapRequestFilter.java:37)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
	at java.lang.Thread.run(Unknown Source)

I dont have any idea why its coming.. i am getting the same exception when i open the login page in browser and kept idle for 1 or 2 mins (but session time out configured as 30 mins)then login.

can you help me out for this
Thanks, 
Giri</description>
		<content:encoded><![CDATA[<p>Hi Conny,<br />
i am developing a web application using mobile jsf. i am getting an exception when i try to access from Blackberry devices. i can able to access login page successfully but after enter my credentials then click the sign in now  system throws the follwing exception.</p>
<p>Feb 10, 2009 3:41:54 PM org.apache.catalina.core.StandardWrapperValve invoke<br />
SEVERE: Servlet.service() for servlet facesservlet threw exception<br />
javax.faces.application.ViewExpiredException: viewId:/pages/mobile/login.jsp &#8211; View /pages/mobile/login.jsp could not be restored.<br />
	at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:187)<br />
	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)<br />
	at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)<br />
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)<br />
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
	at com.ericsson.sn.mobilefaces.MobileFacesServletFilter.doFilter(MobileFacesServletFilter.java:96)<br />
	at com.efici.eficash.client.filter.WapRequestFilter.doFilter(WapRequestFilter.java:37)<br />
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br />
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)<br />
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)<br />
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br />
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br />
	at java.lang.Thread.run(Unknown Source)</p>
<p>I dont have any idea why its coming.. i am getting the same exception when i open the login page in browser and kept idle for 1 or 2 mins (but session time out configured as 30 mins)then login.</p>
<p>can you help me out for this<br />
Thanks,<br />
Giri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Wessendorf</title>
		<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/comment-page-1/#comment-2430</link>
		<dc:creator>Matthias Wessendorf</dc:creator>
		<pubDate>Fri, 21 Nov 2008 15:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.refactor.se/2007/03/19/mobile-jsf-library/#comment-2430</guid>
		<description>Hi Conny,

Trinidad has support for &quot;mobile JSF&quot; as well:
-http://myfaces.apache.org/trinidad/devguide/mobile.html
-http://myfaces.apache.org/trinidad/devguide/mobileSkinning.html

Greetings,
Matthias</description>
		<content:encoded><![CDATA[<p>Hi Conny,</p>
<p>Trinidad has support for &#8220;mobile JSF&#8221; as well:<br />
-http://myfaces.apache.org/trinidad/devguide/mobile.html<br />
-http://myfaces.apache.org/trinidad/devguide/mobileSkinning.html</p>
<p>Greetings,<br />
Matthias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darien Alvarez</title>
		<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/comment-page-1/#comment-2012</link>
		<dc:creator>Darien Alvarez</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.refactor.se/2007/03/19/mobile-jsf-library/#comment-2012</guid>
		<description>You can combine Mobile JSF with WURFL and WALL to solve the problem of the screen size... I thing that mobile jfs is pretty cool</description>
		<content:encoded><![CDATA[<p>You can combine Mobile JSF with WURFL and WALL to solve the problem of the screen size&#8230; I thing that mobile jfs is pretty cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daning</title>
		<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/comment-page-1/#comment-1814</link>
		<dc:creator>Daning</dc:creator>
		<pubDate>Thu, 29 Mar 2007 07:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.refactor.se/2007/03/19/mobile-jsf-library/#comment-1814</guid>
		<description>We will publish a NetBeans plugin for Mobile JSF in near future.</description>
		<content:encoded><![CDATA[<p>We will publish a NetBeans plugin for Mobile JSF in near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conny.lundgren</title>
		<link>http://blog.refactor.se/2007/03/19/mobile-jsf-library/comment-page-1/#comment-1741</link>
		<dc:creator>conny.lundgren</dc:creator>
		<pubDate>Wed, 21 Mar 2007 16:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.refactor.se/2007/03/19/mobile-jsf-library/#comment-1741</guid>
		<description>I haven&#039;t tried, but I can&#039;t see anything hindering you from using it with NetBeans (It&#039;s just a jar just like any other custom renderer/library).

I guess the real question is what kind of support you would like in NetBeans.

I will play around with the framework shortly, and post my findings here.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried, but I can&#8217;t see anything hindering you from using it with NetBeans (It&#8217;s just a jar just like any other custom renderer/library).</p>
<p>I guess the real question is what kind of support you would like in NetBeans.</p>
<p>I will play around with the framework shortly, and post my findings here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
