Skip to content

mp:selectOne not rendering #21

@renatofritola

Description

@renatofritola

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions