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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:01:38+00:00 2026-06-01T01:01:38+00:00

this is my code: <a4j:outputPanel ajaxRendered=true> <h:form> <rich:dataTable id=iprangesList value=#{ipRangeOverviewAction_publicIpRangeList} var=iprange rendered=#{ipRangeOverviewAction_publicIpRangeList.size>0} style=width: 100%

  • 0

this is my code:

<a4j:outputPanel ajaxRendered="true">
    <h:form>
            <rich:dataTable id="iprangesList"
                value="#{ipRangeOverviewAction_publicIpRangeList}"
                var="iprange" rendered="#{ipRangeOverviewAction_publicIpRangeList.size>0}" 
                style="width: 100%"
                rows="20"
                onRowMouseOver="this.style.backgroundColor='#F1F1F1'"
                onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'">
                    <f:facet name="header">
                        <h:outputText value="#{ipRangeOverviewAction_publicIpRangeList.size} record(s) found."/>
                    </f:facet>


                <rich:column>
                    <f:facet name="header">Information</f:facet>
                        <h:outputText value="#{iprange.info}"/>
                </rich:column>
                <rich:column>
                    <f:facet name="header">Edit</f:facet>

                    <a4j:commandButton action="#{ipRangeOverviewAction.redirectStringForEdit(iprange)}"
                                       value="edit"
                                       rendered="#{ipRange.status < 2}"/>                   

                </rich:column>

                <f:facet name="footer">
                <rich:datascroller renderIfSinglePage="false" maxPages="5"/>
                </f:facet>      
            </rich:dataTable>

            </h:form>
            </a4j:outputPanel>

this is the error i get:

Error Traced[line: 114] The value of attribute "rendered" associated with an element type "a4j:commandButton" must not contain the '<' character.

any idea why? help would be really appreciated.

thanks in advance

  • 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-01T01:01:40+00:00Added an answer on June 1, 2026 at 1:01 am

    Replace

    rendered="#{ipRange.status < 2}"/>
    

    with

    rendered="#{ipRange.status lt 2}"/>
    

    EDIT: If the question is “Why is this error happening when the Facelets and Expression Language docs say it is a valid syntax?” then I don’t have this answer and I’ll delete this answer.

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

Sidebar

Related Questions

I have this seemingly-innocent code on my main JSF page: <a4j:outputPanel id=sidebarContainer> <a4j:include viewId=#{UserSession.currentSidebar}/>
I have the code bellow: <c:set var=show value=#{cartBean.itemsAdded} /> <c:if test=${show}> <h:form id=test1> <h:commandLink
i've got this jsf code <f:view> <rich:page pageTitle=My Page markupType=xhtml> ... <rich:panel id=content> <a4j:include
i try to fix unmanagable code like this: <a4j:commandButton action=dia_ok actionListener=#{...} ajaxSingle=true .../> i
Let's consider this simple code: <h:form id=myForm> <h:inputText id=myInput> <a4j:support event=onchange actionListener=#{myBean.doSomething}/> </h:inputText> </h:form>
Here is my code: <h:inputText size=22 value=#{bean.searchString} id=drugName> <a4j:support actionListener=#{bean.searchMedication} ajaxSingle=true reRender=contentListGrid event=onkeyup id=searchAjax
This code is executed by many way. When it's executed by the form button
I have the follwoing code from Richfaces 3.3 <h:inputText id=transamount value=#{myBean.amount}> <a4j:support event=onkeyup ajaxSingle=true
Do you think this kind of code enjoy google ? <form id=j_id29 name=j_id29 method=post
I have a <code>rich:extendedDataTable</code>. Each row has a a4j:commandLink as below. Table Page: <a4j:commandLink

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.