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

b:inputText doesn't call ajax events #668

Closed
ruanfelisky opened this issue Mar 31, 2017 · 3 comments
Closed

b:inputText doesn't call ajax events #668

ruanfelisky opened this issue Mar 31, 2017 · 3 comments
Assignees
Milestone

Comments

@ruanfelisky
Copy link

ruanfelisky commented Mar 31, 2017

Hi

I'm using Bootsfaces 1.1.0-SNAPSHOT, and in the last few days I realized that the <b:inputText>
no longer executes actions via ajax, But I didn't change nothing in my code. Example:

<b:inputText label="Cód" value="#{myBean.value}" onchange="ajax:myBean.onChangeField()" process="@this" update="someRegion @this" </b:inputText>

It doesn't call the function. Same for onblur, etc.

Tks, Ruan

@stephanrauh
Copy link
Collaborator

I've modified the AJAX engine a couple of days ago, but I didn't expect the input field to break. I'll investigate the topic with top priority.

@stephanrauh
Copy link
Collaborator

@ruanfelisky After fixing the bug, I've uploaded a new snapshot of BootsFaces 1.1.0 to Maven Central. Would you mind to test the feature and report back whether the bug has been fixed?

@ruanfelisky
Copy link
Author

@stephanrauh I have tested and now it's ok, thank you.

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

No branches or pull requests

2 participants