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 9244515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:03:15+00:00 2026-06-18T09:03:15+00:00

I get an exception javax.el.PropertyNotFoundException: Property ‘printIDs’ not found on type pl.com.pir.beans.SelectedItemBean at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:237)

  • 0

I get an exception

javax.el.PropertyNotFoundException: Property 'printIDs' not found on type pl.com.pir.beans.SelectedItemBean
at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:237)
at javax.el.BeanELResolver$BeanProperties.access$400(BeanELResolver.java:214)
at javax.el.BeanELResolver.property(BeanELResolver.java:325)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:85)
at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
at org.apache.el.parser.AstValue.getValue(AstValue.java:183)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:185)
at com.sun.faces.facelets.el.ELText$ELTextVariable.toString(ELText.java:217)
at com.sun.faces.facelets.el.ELText$ELTextComposite.toString(ELText.java:157)
at com.sun.faces.facelets.compiler.CommentInstruction.write(CommentInstruction.java:77)
at com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)
at com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)
at javax.faces.render.Renderer.encodeChildren(Renderer.java:168)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:437)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1822)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

but in my code this method is commented, I tried to clear web browser catche and cookies, searching for ‘printIDs’ string in code, and all occurrence are commented too, I looks in face-config.xml and web.xml, delete webapp in tomcat webapps directory, even restart my PC, nothing helps.

        <!-- MENU GENERATOR -->
    <h:panelGroup layout="block" id="produktMenu">
            <o:dataTable value="#{productBean.productList}" var="produkt" pageSize="10"
                         style="margin-top: 15px; width: 100%; height: 420px;">
                         <o:multipleRowSelection rowDatas="#{productBean.list}" style="background: #a4aec5; color: white;" />
            <o:columnReordering />
            <f:facet name="columnMenu">
                <o:columnMenu />
            </f:facet>

            <o:column header="Kategoria" width="7%"
                sortingExpression="#{produkt.kategoria}"
                bodyStyle="padding-left: 5px; padding-right: 5px;"
                headerStyle="text-align: left; padding-left: 5px; padding-right: 5px;">
                <f:facet name="subHeader">
                    <o:dropDownFieldFilter maxlength="4" customValueAllowed="false" />
                </f:facet>
                <h:outputText value="#{produkt.kategoria}" />
            </o:column>

            <o:selectionColumn style="width: 6%;" sortable="true"
                header="Selection">
                <f:facet name="header">
                    <o:selectAllCheckbox />
                </f:facet>
            </o:selectionColumn>
            <f:facet name="below">
                    <o:dataTablePaginator id="paginator" />
                </f:facet>
                <o:column id="symbolCol1" sortingExpression="#{produkt.symbol}">
                    <f:facet name="header">
                        Symbol
                    </f:facet>
                    <h:outputText value="#{produkt.symbol}" />
                </o:column>
                <o:column id="opisCol1" sortingExpression="#{produkt.opis}">
                    <f:facet name="header">
                        Opis
                    </f:facet>
                    <h:outputText value="#{produkt.opis}" />
                </o:column>
                <o:column id="cenaCol1" sortingExpression="#{produkt.cena}">
                    <f:facet name="header">
                        Cena
                    </f:facet>
                    <h:outputText value="#{produkt.cena}" />
                </o:column>
            </o:dataTable>

    </h:panelGroup>
    <h:commandButton value="Dodaj" action="#{selectedItemBean.submit}" />

    <o:dataTable value="#{productBean.list}" var="l" id="resultTable">
        <o:column id="resultSumbolCol" sortingExpression="#{l.symbol}">
            <f:facet name="header">
                        Symbol
                    </f:facet>


            <h:outputText value="#{l.symbol}" />
        </o:column>
        <o:column id="resultOpisCol" sortingExpression="#{l.opis}">
            <f:facet name="header">
                        Opis
                    </f:facet>
            <h:outputText value="#{l.opis}" />
        </o:column>
        <o:column id="resultCenaCol" sortingExpression="#{l.cena}">
            <f:facet name="header">
                        Cena
                    </f:facet>
            <h:outputText value="#{l.cena}" />
        </o:column>
    </o:dataTable>

SelectedItemBean source:

    public String submit() {
    for (Map.Entry<Integer, Boolean> entry : selectedIDs.entrySet()) {
        if (entry.getValue() == true) {
            System.out.println("id: " + entry.getKey() + ", "
                    + entry.getValue());
            id.add(entry.getKey());
        }
    }
    System.out.println("SelectedItemBean.submit() --> " + id.size());
    return "selected";
}

public String printIDs() {
    int i = 0;
    if (id.isEmpty())
        return null;
    System.out.println("printIDs <--");
    Iterator<Integer> it = id.iterator();
    while (it.hasNext()) {
        i++;
        System.out.println(it.next());
    }
    System.out.println("suma produktow: " + i + "\nprintIDs -->");
    pb = new ProductBean();
    StringParse sp = new StringParse();
    idList = sp.prepareInStatement(id);
    try {
        list = pb.getProductByID(idList, 2);
        suma = cumputeCosts(list);
    } catch (SQLException e) {
        e.printStackTrace();
    }
    return "TESTprintIDs";
}

why I keep getting this exception?

  • 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-06-18T09:03:17+00:00Added an answer on June 18, 2026 at 9:03 am

    The SelectedItemBean should have an accessor for the printIDs field.

    public class SelectedItemBean{
        private String printIDs;
    
        private getPrintIDs(){
          return printIds;
        }
    }
    

    The expression language uses the getter method for property resolution.

    You could alter your existing code in this manner:

    public String getPrintIDs() { //Notice new signature
        int i = 0;
        if (id.isEmpty())
            return null;
        System.out.println("printIDs <--");
        Iterator<Integer> it = id.iterator();
        while (it.hasNext()) {
            i++;
            System.out.println(it.next());
        }
        System.out.println("suma produktow: " + i + "\nprintIDs -->");
        pb = new ProductBean();
        StringParse sp = new StringParse();
        idList = sp.prepareInStatement(id);
        try {
            list = pb.getProductByID(idList, 2);
            suma = cumputeCosts(list);
        } catch (SQLException e) {
            e.printStackTrace();
        }
        return "TESTprintIDs";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep getting this exception: javax.el.PropertyNotFoundException: Property 'message' not found on type com.itworx.twitter.model.User when
I want to get exception of page load, but still have not results on
I get this exception when I try to run my test web application: org.springframework.beans.factory.BeanCreationException:
I get the following exception java.lang.NumberFormatException: Invalid int: It is happening when you try
I get the following Exception running my app: java.net.SocketException: Permission denied (maybe missing INTERNET
I get the following error when I run a java program: Exception in thread
I get a java.lang.outOfMemoryError exception, while writing a big file to the servletOutputStream. Every
I'm using websphere and Java EE and get this error message: Exception reading propertiesfile
A quick question regarding the java.lang.VerifyError exception. Suppose I get an error that looks
I am trying to implement password based encryption algorithm, but I get this exception:

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.