Hi,
if you know the id of the element:

FacesContext.getCurrentInstance().getViewRoot().findComponent(<theId>);

Regards
  Volker


2006/9/22, Legolas Woodland <[EMAIL PROTECTED]>:
Hi
Thank you for reading my post
how i can access the web page elements value (for example in login page
to username and password)
from the button action method ?

I do not want to use binding  the page elements with the backing bean
that my action method is inside it.

is there any other way ?

thanks

Reply via email to