-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New component: b:inputTextarea #201
Comments
Finished both implementation and documentation. |
Hi, The <b:inputTextarea> seems not to retrieve the value of the managed bean in the XHTML file.
and
Expected behaviour: the input text area should be initied with the value "fooBar" Nevertheless, on the opposite direction, when the component is filled in, then the managed bean is well updated. |
used the attribute value that doesn't exist.
I've fixed and tested the error (see http://bootsfaces.net/Staging/forms/inputTextarea.jsf). @JonathanLalou Thanks for pointing this out! |
Thanks Stephan !
|
@JonathanLalou You're welcome! If you need a developer snapshot on Maven Central, just tell me. |
Yes please, upload a snaphot to sonatype or central repos ! :)
|
Done. See #151 on how to get the latest developer snapshot. |
Great. Thanks
|
Hi Stephan, I tested it and I confirm the issue is fixed. |
@JonathanLalou +1! :) |
Like mentioned on StackOverflow (http://stackoverflow.com/questions/33572953/how-does-bootsfaces-support-textarea-and-radio-buttons), it would be nice to add an b:inputTextarea component to BootsFaces.
The text was updated successfully, but these errors were encountered: