It worked well.
Thank You.
Georg

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von Volker Weber
Gesendet: Montag, 28. Januar 2008 18:40
An: MyFaces Discussion
Betreff: Re: [Tomahawk] how to save input-values when pressed a button with
immediate tag set?

Hi Georg,

2008/1/28, Georg Füchsle <[EMAIL PROTECTED]>:

> Is there a way to save these values? Can I do this by hand while
processing
> action of my button?

you can get the values from the requestParamaters:

Map params = facesContext.getExternalContext().getRequestParameterMap();

String value = (String) params.get(<clientId of input>);


Regards,
    Volker

-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13      | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de




__________________________________________________
safir-Wirtschaftsinformationsdienst GmbH
Möllendorffstr. 49
10367 Berlin
Tel.: ++49 30 577981 - 0
Fax: ++49 30 577981 - 18
E-Mail: [EMAIL PROTECTED]
Internet: www.safir-wid.de

Handelsregister: Amtsgericht Charlottenburg HRB 66681
USt-ID: DE 193584747
Geschäftsführer: Thilo Kind

Reply via email to