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

mp:selectOne not rendering #21

Open
renatofritola opened this issue Jun 3, 2017 · 0 comments
Open

mp:selectOne not rendering #21

renatofritola opened this issue Jun 3, 2017 · 0 comments

Comments

@renatofritola
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant