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

