Skip to content
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

Closed
stephanrauh opened this issue Nov 7, 2015 · 10 comments
Closed

New component: b:inputTextarea #201

stephanrauh opened this issue Nov 7, 2015 · 10 comments
Assignees
Milestone

Comments

@stephanrauh
Copy link
Collaborator

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.

stephanrauh added a commit that referenced this issue Nov 7, 2015
@stephanrauh stephanrauh added this to the v0.8.0 milestone Nov 7, 2015
@stephanrauh stephanrauh self-assigned this Nov 7, 2015
@stephanrauh
Copy link
Collaborator Author

Finished both implementation and documentation.

@JonathanLalou
Copy link

Hi,

The <b:inputTextarea> seems not to retrieve the value of the managed bean in the XHTML file.
Eg:

<b:inputTextarea id="comments" value="#{myManagedBean.comments}" />

and

public abstract class MyManagedBean {
   private String comments= "fooBar";
}

Expected behaviour: the input text area should be initied with the value "fooBar"
Actual behaviour: the input text area is empty.

Nevertheless, on the opposite direction, when the component is filled in, then the managed bean is well updated.

@stephanrauh stephanrauh reopened this Nov 18, 2015
stephanrauh added a commit that referenced this issue Nov 18, 2015
used the attribute value that doesn't exist.
@stephanrauh
Copy link
Collaborator Author

I've fixed and tested the error (see http://bootsfaces.net/Staging/forms/inputTextarea.jsf).

@JonathanLalou Thanks for pointing this out!

@JonathanLalou
Copy link

Thanks Stephan !
On Nov 19, 2015 12:16 AM, "Stephan Rauh" [email protected] wrote:

I've fixed and tested the error (see
http://bootsfaces.net/Staging/forms/inputTextarea.jsf).

@JonathanLalou https://github.com/JonathanLalou Thanks for pointing
this out!


Reply to this email directly or view it on GitHub
#201 (comment)
.

@stephanrauh
Copy link
Collaborator Author

@JonathanLalou You're welcome! If you need a developer snapshot on Maven Central, just tell me.

@JonathanLalou
Copy link

Yes please, upload a snaphot to sonatype or central repos ! :)
Thanks a lot in advance
On Nov 19, 2015 12:19 AM, "Stephan Rauh" [email protected] wrote:

@JonathanLalou https://github.com/JonathanLalou You're welcome! If you
need a developer snapshot on Maven Central, just tell me.


Reply to this email directly or view it on GitHub
#201 (comment)
.

@stephanrauh
Copy link
Collaborator Author

Done. See #151 on how to get the latest developer snapshot.

@JonathanLalou
Copy link

Great. Thanks
On Nov 19, 2015 12:32 AM, "Stephan Rauh" [email protected] wrote:

Done. See #151 #151
on how to get the latest developer snapshot.


Reply to this email directly or view it on GitHub
#201 (comment)
.

@JonathanLalou
Copy link

Hi Stephan,

I tested it and I confirm the issue is fixed.
Once again, thanks for your work.

@stephanrauh
Copy link
Collaborator Author

@JonathanLalou +1! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants