Does JSF 2.2 support window scope ?

2014-02-19 Thread Stephen More
When using JSF 2.1 in order to utilze window scope ( like a session per window ) I was required to utilize CODI. I now see that JSF 2.2 has some support for ClientWindow. Can I stop using CODI and utilize the built in features in 2.2 for session per window or I should I migrate to DeltaSpike for my

[ CODI ] redirect loop

2013-04-22 Thread Stephen More
I am running mojarra 2.1.20 with + codi 1.0.5 + weld 1.1.10.Final with a org.apache.myfaces.extensions.cdi.core.api.activation.ClassDeactivator For the most part everything works fine until there is a lengthy idle time ( in this case it was over an hour ), then the client will display a redirect l

Re: MyFaces and CODI

2012-03-09 Thread Stephen More
; JavaEE Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2012/3/9 Stephen More > >> I was referring to [1] >> http://old.nabble.com/-CODI--lazy-windowId-drop-script-p31654496.html >> >> I

Re: MyFaces and CODI

2012-03-09 Thread Stephen More
;> Nope, because the windowhandler.js script will first check the window.name. >> And if this is empty/doesn't fit the windowId in the URL, then it will >> reload the page with a freshly requested windowId. >> >> LieGrue, >> strub >> >> >> >&

Re: MyFaces and CODI

2012-03-09 Thread Stephen More
tp://www.irian.at >> >> Your JSF/JavaEE powerhouse - >> JavaEE Consulting, Development and >> Courses in English and German >> >> Professional Support for Apache MyFaces >> >> >> 2012/3/9 Stephen More >> >>> Included in the JSF jar is ME

Re: MyFaces and CODI

2012-03-09 Thread Stephen More
onal Support for Apache MyFaces > > > > 2012/3/9 Stephen More > >> Great. I am mainly interested in WindowScoped i.e. every browser tab >> has its own mini-session. >> >> I see that CODI is adding a ?windowId=595 to keep these conversations >> separate. If

Re: MyFaces and CODI

2012-03-09 Thread Stephen More
irian.at > > Your JSF/JavaEE powerhouse - > JavaEE Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > 2012/3/9 Stephen More > >> I too am trying to get a simple example working. I have put together

Re: MyFaces and CODI

2012-03-08 Thread Stephen More
I too am trying to get a simple example working. I have put together this project: http://maven-examples.googlecode.com/svn/trunk/jsf-codi/ mvn jetty:run-war results in SEVERE: Unable to create JettyWeldInjector. CDI injection will not be available in Servlets, Filters or Listeners What else d

[Tomahawk] Scrolling text JSF component

2007-11-14 Thread Stephen More
Does anyone know of a Scrolling text JSF component ? If not, and I write one, is anyone willing to sponser it into the Sandbox ? -Thanks Steve More

Re: Simple MyFaces and JDO example

2007-09-27 Thread Stephen More
/27/07, Richard Yee wrote: > Can you elaborate more on how you have 'enhanced' the object. You > shouldn't really be using a Model object as a view object(backing bean). > > _Richard > > Stephen More wrote: > > Does anyone have a simple myFaces and JDO ex

Simple MyFaces and JDO example

2007-09-27 Thread Stephen More
Does anyone have a simple myFaces and JDO example ( without spring ) ? I have enhanced the object I wish to persist. But when I try to use that object as a backing bean I get: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContext

Re: How can a standard servlet perform like h:inputText

2007-09-20 Thread Stephen More
d of style HTML comments." -Steve More On 9/20/07, Stephen More wrote: > My bean is now getting populated in my servlet. After that, I am > using: dispatcher.forward( request, response ); > > When the JSF page is rendered, my bean values are not displayed in the > corre

Re: How can a standard servlet perform like h:inputText

2007-09-20 Thread Stephen More
but shows how to initialize the JSF > environment from a servlet and then you can create ValueBinding's for > your backing bean and do whatever you want. Just beware of the bean's > scope. > > On 9/19/07, Stephen More wrote: > > The standard process for a JSF page i

How can a standard servlet perform like h:inputText

2007-09-19 Thread Stephen More
The standard process for a JSF page is: 1. Populate a managed bean on jsp page 1 2. Output the bean on page 2 Is there a way to populate a managed bean in a standard servlet instead of a jsp page ? -Thanks Steve More

How to replicate dataScroller.jsf example

2007-09-14 Thread Stephen More
I am trying to replicate http://www.irian.at/myfaces/dataScroller.jsf. After downloading the source files and building it I have found these differences: 1. Example page says "994 Cars found, displaying 15 cars, from 31 to 45. Page 3 / 67" my page simply says "Page 994 / 10" 2. On my pages, af

Re: [ Tomahawk ] Can someone update the CompatibilityMatrix ?

2007-09-13 Thread Stephen More
OK, I added the columns and rows. I just don't know where the yeses and nos go. -Steve On 9/13/07, Matthias Wessendorf wrote: > wiki pages can be updated by everyone. > > Feel free to do :-) > > On 9/13/07, Stephen More wrote: > > It looks like the CompatibilityMatr

[ Tomahawk ] Can someone update the CompatibilityMatrix ?

2007-09-13 Thread Stephen More
It looks like the CompatibilityMatrix is getting a little old: http://wiki.apache.org/myfaces/CompatibilityMatrix Can someone add: Column needed for MyFaces 1.2 Row needed for Tomahawk 1.1.6 -Thanks Steve More

Error when building all from svn

2006-11-16 Thread Stephen More
When building All from svn, I get the following error: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using

Re: Help getting started with tobago-facelets in a portlet

2006-11-15 Thread Stephen More
where portlets are HotDeployed. Copy the war file into this deploy directory then that portlet can be added to a page within the portal. See the other comments in the mail. Stephen More wrote: > On 11/14/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote: >> looks like the scarborough

Re: Help getting started with tobago-facelets in a portlet

2006-11-15 Thread Stephen More
On 11/14/06, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > Can you share the example with me? The example can be found at: http://www.geocities.com/mores/portal-facelets.jar -Thanks Steve More

Re: Help getting started with tobago-facelets in a portlet

2006-11-15 Thread Stephen More
163) Can you share the example with me? Yes, I will put it on a web site shortly. -Steve More Stephen More wrote: > I am trying to get a simple HelloWorld JSR 168 facelet tobago example > working. > > In my logs I see the following: > > 2006-11-14 22:05:35,894 INFO [ClientP

Help getting started with tobago-facelets in a portlet

2006-11-14 Thread Stephen More
I am trying to get a simple HelloWorld JSR 168 facelet tobago example working. In my logs I see the following: 2006-11-14 22:05:35,894 INFO [ClientProperties:68] contentType='html' from header Accept='null' 2006-11-14 22:05:35,898 INFO [ClientProperties:75] userAgent='null' from header User-Ag