Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Torsten Krah
Got a problem with clay and flowScoped Spring beans. My view is everytime filled with the model values. The submitted values are lost. I can enter some data in my input fields and submit the form - if i left some required input fields empty, a message appears that something is missing, so far so

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Mike Kienenberger
For JSF in general, this can be caused if you have input components in multiple forms (recommended practice is one form per page), or inside of UIData components (t:dataTable and t:dataList have a preserveRowStates=true attribute to handle this). On 4/26/07, Torsten Krah <[EMAIL PROTECTED]> wrote

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Torsten Krah
Don't have any of these. Me uses one form and input components in this one form, without UIData. Torsten Am Donnerstag, den 26.04.2007, 10:53 -0400 schrieb Mike Kienenberger: > For JSF in general, this can be caused if you have input components in > multiple forms (recommended practice is one fo

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Gary VanMatre
>Got a problem with clay and flowScoped Spring beans. > >My view is everytime filled with the model values. The submitted values >are lost. > >I can enter some data in my input fields and submit the form - if i left >some required input fields empty, a message appears that something is >missing, so

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Torsten Krah
Hm did many Debug Points. My RequestParameterMap got the entered values. They are applied to my components in Phase 2 - setLocalValueSet is called with set = true. Now Phase 3 fails and Lifecycle goes to Phase 6. Now a fresh tree is rendered , because my components does not got a local value set

SV: Submitted values lost - view is "refilled" everytime with model values

2007-04-26 Thread Hermod Opstvedt
lost - view is "refilled" everytime with model values >Got a problem with clay and flowScoped Spring beans. > >My view is everytime filled with the model values. The submitted values >are lost. > >I can enter some data in my input fields and submit the form - if i left

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-27 Thread Gary VanMatre
>From: Torsten Krah <[EMAIL PROTECTED]> >Hm did many Debug Points. > >My RequestParameterMap got the entered values. >They are applied to my components in Phase 2 - setLocalValueSet is >called with set = true. > >Now Phase 3 fails and Lifecycle goes to Phase 6. >Now a fresh tree is rendered , beca

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-29 Thread Torsten Krah
ing the flow story and seems to work correct - > i > >hope i did not missunderstand things. > > > >Any hints? > > > > I'm not familiar with the spring web flow. I'm only making guesses > based > on a quick look through the javadoc. If you create a

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-29 Thread Torsten Krah
Ok some more insight - it fails already with pure Clay - the View is not taking part on SWF or SCXML dialogs (good to know, because SWF is working than fine). Lets take a look - i have a login form: The one which works: http://www.w3.o

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-30 Thread Gary VanMatre
>Any hints? > > > > I'm not familiar with the spring web flow. I'm only making guesses > based > on a quick look through the javadoc. If you create an example, > and attach it to a JIRA ticket, I'll try to make time to take a look. > > > >

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-30 Thread Torsten Krah
pache.org/struts/browse/SHALE-418 > > > >Torsten > > Gary > > E-Mail-Nachricht-Anlage > > Weitergeleitete Nachricht > > Von: Torsten Krah <[EMAIL PROTECTED]> > > An: user@shale.apache.org > > Betreff: Re: Submitted value

Re: Submitted values lost - view is "refilled" everytime with model values

2007-05-01 Thread Torsten Krah
Got it - maybe. This works: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:clay="http://shale.apache.org/clay"; xmlns:s="http://shale.ap

Re: Submitted values lost - view is "refilled" everytime with model values

2007-05-21 Thread Torsten Krah
Can anyone confirm or deny this? I'll tried to make this happen in the clay usecase app, but i can't reproduce it there. Using my own example - i get this bug everytime. Torsten Am Dienstag, den 01.05.2007, 17:08 +0200 schrieb Torsten Krah: > Got it - maybe. > > This works: > > "http://www.w3.

Re: SV: Submitted values lost - view is "refilled" everytime with model values

2007-04-27 Thread Torsten Krah
tps://issues.apache.org/struts/browse/SHALE-410 > > Hermod > > > -Opprinnelig melding- > Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] > Sendt: 26. april 2007 17:51 > Til: user@shale.apache.org > Emne: Re: Submitted values lost - view is "refilled&qu