Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-09-08 Thread Gerhard Petracek
you reproduce it with this setting? > Greetings from Stuttgart, > Steven > > > -Ursprüngliche Nachricht----- > Von: "Gerhard Petracek" > Gesendet: Sep 1, 2011 11:43:15 PM > An: "MyFaces Discussion" > Betreff: Re: FW: Re: CODI ViewAccessScope use-case i

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-09-08 Thread Steven Rudolf
"MyFaces Discussion" Betreff: Re: FW: Re: CODI ViewAccessScope use-case in use-case approach >hi steven, > >i've created a branch of the example (called viewparams) which illustrates >the described use-case. >i used the configured jetty plugin, but i can't reproduce

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-09-01 Thread Gerhard Petracek
gt; -Ursprüngliche Nachricht- > Von: "Gerhard Petracek" > Gesendet: Aug 30, 2011 2:19:47 PM > An: "MyFaces Discussion" > Betreff: Re: FW: Re: CODI ViewAccessScope use-case in use-case approach > > >hi steven, > > > >i've created

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-09-01 Thread Steven Rudolf
apache myfaces as JSF implementation). I could not get it work with jetty. Kind regards, Steven -Ursprüngliche Nachricht- Von: "Gerhard Petracek" Gesendet: Aug 30, 2011 2:19:47 PM An: "MyFaces Discussion" Betreff: Re: FW: Re: CODI ViewAccessScope use-case in use-case

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-30 Thread Gerhard Petracek
t; Von: "Gerhard Petracek" > Gesendet: Aug 29, 2011 4:58:13 PM > An: "MyFaces Discussion" > Betreff: Re: FW: Re: CODI ViewAccessScope use-case in use-case approach > > >hi steven, > > > >that would make sense if it's a generic engine. if

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
I have to access the aBean in some other way to not break the >> assignement of aView to aBean instance? >> The using of a "routing" bean is not so clever as well. Maybe there is a >> more elegant way? >> >> Greetings from Stuttgart, >> Steven >> &

Re: FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Gerhard Petracek
e using > of a "routing" bean is not so clever as well. Maybe there is a more elegant > way? Greetings from Stuttgart, Steven > > > > > >-Ursprüngliche Nachricht- > >Von: "Gerhard Petracek" > >Gesendet: Aug 29, 2011 3:20:09 PM &

FW: Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
"Steven Rudolf" Gesendet: Aug 29, 2011 4:21:36 PM An: "MyFaces Discussion" Betreff: Re: CODI ViewAccessScope use-case in use-case approach >Hello Gerhard, thanks for the fast answer! I have an a.view with a commandlink >like this: Then I have the useCaseLinkBean which

Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
instance? The using of a "routing" bean is not so clever as well. Maybe there is a more elegant way? Greetings from Stuttgart, Steven -Ursprüngliche Nachricht- Von: "Gerhard Petracek" Gesendet: Aug 29, 2011 3:20:09 PM An: "MyFaces Discussion" Betr

Re: CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Gerhard Petracek
hi steven, first of all: welcome @ myfaces! please provide more information on how you touch the bean of your first use-case (A). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

CODI ViewAccessScope use-case in use-case approach

2011-08-29 Thread Steven Rudolf
Hello, I'm using CODI (v 1.0.1) and I'm loving the ViewAccessScope becaue it is really easy to program my use cases if I know, that the beans will clean up if I don't access them anymore after redirecting to the next view. So mainly all my beans are ViewAccessScope and the transfer of values be