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 process ajax calls if fieldId is set #896

Closed
oliver-klein opened this issue Dec 12, 2017 · 1 comment
Closed

b:inputText doesn't process ajax calls if fieldId is set #896

oliver-klein opened this issue Dec 12, 2017 · 1 comment
Assignees
Milestone

Comments

@oliver-klein
Copy link

Hi

I'm using Bootsfaces 1.1.3 and also experienced this issue in 1.1.0.
In the <b:inputText> component ajax calls are not processed if fieldId (field-id) attribute is set
Here is my example code:

<b:inputText fieldId="searchInputText" ajax="true" process="@form" 
	update="@form resultForm messages" onchange="ajax:statusController.update();"
	tooltip="Enter Container No. or Customer Reference"
	value="#{statusController.searchText}" placeholder="search">
</b:inputText>

If I change fieldId to id everything works fine!

This is not really a showstopper but good to know if someone wants to save time debugging ;-)

Best regards,
Oliver

@stephanrauh
Copy link
Collaborator

Good hint. I've fixed it now. Thanks!

@stephanrauh stephanrauh added this to the v1.2.0 milestone Dec 26, 2017
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