We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The component is not being rendered. I used other components like button, input, text area and these work correctly. Below is part of my code:
<form id="formCadImovel"> <div class="ui-g"> <div class="ui-g-6"> <div class="ui-g-12"> <p:outputLabel>Descrição</p:outputLabel> </div> <div class="ui-g-12"> <p:inputText id="descricao"></p:inputText> </div> <div class="ui-g-12"> <p:outputLabel>Descrição</p:outputLabel> </div> <div class="ui-g-12"> <mp:selectOne value="#{selectOneBean.valueFixed}"> <f:selectItem itemLabel="Option 1" itemValue="1" /> <f:selectItem itemLabel="Option 2" itemValue="2" /> <p:ajax update="firstRow" process="@this" /> </mp:selectOne> </div> </div> </div> </form>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The component is not being rendered. I used other components like button, input, text area and these work correctly. Below is part of my code:
The text was updated successfully, but these errors were encountered: