Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6757245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:37:24+00:00 2026-05-26T13:37:24+00:00

xhtml: <p:selectOneMenu id=tipo value=#{chamadoBean.chamado.tipoChamado} effect=drop style=width:180px> <f:selectItem itemLabel=Tipo de Chamado /> <f:selectItems value=#{chamadoBean.tipoChamado} var=tipo

  • 0

xhtml:

<p:selectOneMenu id="tipo" value="#{chamadoBean.chamado.tipoChamado}" effect="drop" style="width:180px">
    <f:selectItem itemLabel="Tipo de Chamado" />
    <f:selectItems value="#{chamadoBean.tipoChamado}" var="tipo" itemValue="#{tipo}" itemLabel="#{tipo}" />
</p:selectOneMenu>

bean:

public List<String> getTipoChamado() {
    if (this.tipoChamado == null) {
        this.tipoChamado = new ArrayList<String>();
        this.tipoChamado.add("Reclamação");
        this.tipoChamado.add("Sugestão");
    }
    return tipoChamado;
}

button:

<h:commandButton action="#{chamadoBean.salvar}" value="Abrir Chamado" />

error: Validation Error: Value is not valid

When I use the p:commandButton from PrimeFaces, then it works, but it don’t redirect the page. When I put ajax="false" in order to redirect, then I get the same error again.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:37:24+00:00Added an answer on May 26, 2026 at 1:37 pm

    It was an encoding problem. <?xml version='1.0' encoding='ISO-8859-1' ?> resolved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

List.xhtml: <h:selectOneMenu value=#{produtosController.selected.codigo}> <f:selectItems value=#{produtosController.itemsAvailableSelectOne}/> </h:selectOneMenu> <h:commandButton action=#{produtosController.createByCodigos} value=Buscar /> Controller Class method: public
index.xhtml <h:selectManyMenu style=height:70px value=#{bookBean.selectedBook}> <f:selectItems value=#{bookBean.books}/> </h:selectManyMenu> <h:commandButton action=#{bookBean.doClick} value=Submit /> BookBean.java List<SelectItem> books
Consider a page webapp/myPage.xhtml : ... <h:form id=myForm> ... <h:selectOneMenu id=... required=true value=#{myController.aValue}> <f:selectItems
In my .xhtml file, I have the following SelectOneMenu component: <ui:define name=formContent> <h:selectOneMenu value=#{mrBean.itemCategoryID}>
here is an example : <h:outputLabel for=category1 value=Cateogry/> <h:selectOneMenu id =category1 value=#{articleManageBean.categoryId1} converter=categoryConverter> <f:selectItems
I got a problem described in the title. My selectOneMenu doesn't change my Value
I am trying to set default value to h:selectOneMenu. But, It is not working.
From my xhtml file: <h:inputTextarea value=#{newPostForm.post.body}> <f:converter converterId=NL2BRConverter /> </h:inputTextarea> From my java file:
I have a <h:selectOneMenu> that has <f:selectItems> with CategoryHistory objects loaded in it. I
XHTML file: <p:tab title=firstTab id=FT> <p:dataTable var=... value=#{...} id=firstTable selectionMode=multiple selection=#{myController.selectedRows}> <p:column>...</p:column> <p:column>...</p:column> <p:commandButton

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.