Re: AW: AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Volker Weber
ource where this is documented (apart from the source code)? >> >> >>Regards, >> >>Matthias >> >> >>>-Ursprüngliche Nachricht- >>>Von: [EMAIL PROTECTED] >>>[mailto:[EMAIL PROTECTED] Auftrag >>>von Volker Weber >>&

Re: AW: AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Volker Weber
de)? > > > Regards, > > Matthias > > >>-Ursprüngliche Nachricht- >>Von: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] Auftrag >>von Volker Weber >>Gesendet: Sonntag, 1. Januar 2006 22:52 >>An: MyFaces Discussion >>Betr

AW: AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Matthias Kahlau
; [mailto:[EMAIL PROTECTED] Auftrag > von Matthias Kahlau > Gesendet: Sonntag, 1. Januar 2006 23:12 > An: MyFaces Discussion > Betreff: AW: AW: AW: EditableValueHolder rendering behavior / Restore > View > > > Hi Volker, > > > thanks for your support. I didn't kno

Re: AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Volker Weber
ist.size(); > for (int i = 0; i < size; i++) { > Auswahlmoeglichkeit am = > (Auswahlmoeglichkeit)this.auswMoeglichkeitenList > .get(i); > > am.setAuswahlindex(new Integer(i + 1)); > } > > > this.checkbox.setSelected(false); > &

AW: AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Matthias Kahlau
von Volker Weber > Gesendet: Sonntag, 1. Januar 2006 22:52 > An: MyFaces Discussion > Betreff: Re: AW: AW: EditableValueHolder rendering behavior / Restore > View > > > Hi Matthias, > > i think the problem is the return value of your action method. > > I'm no

AW: AW: EditableValueHolder rendering behavior / Restore View

2006-01-01 Thread Matthias Kahlau
rendered empty, but it actually was an inputTextarea!). Regards, Matthias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Volker Weber > Gesendet: Samstag, 31. Dezember 2005 13:22 > An: MyFaces Discussion > Betreff: Re: AW: Ed

Re: AW: EditableValueHolder rendering behavior / Restore View

2005-12-31 Thread Volker Weber
Hi, Matthias, can you post the relevant jsf code, and the action/actionListener code? This may help us to see what's wrong. Regards Volker Matthias Kahlau wrote: > Hi Simon, > > >>Perhaps your button is inside a different form from the one containing >>your input text? HTML only supports su

AW: EditableValueHolder rendering behavior / Restore View

2005-12-31 Thread Matthias Kahlau
Hi Simon, > Perhaps your button is inside a different form from the one containing > your input text? HTML only supports submitting one form, so all > components in other forms will see their input as missing, ie will have > their submitted value reset.. Actually not - all components are containe