Lincoln is right... this solves the problem
try to use #{myBeanClass.rememberMe} in your
JSF file, and remember the case sensitivity... (check 'r' of remeberMe is small in JSF file)
put the following function in your Managed Bean class
public boolean getRememberMe()
{
return this.isCheckBox();
}
The woods are lovely, dark and deep, But I have promises to keep; And miles to go before I sleep, And miles to go before I sleep. - Robert Frost