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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:40:43+00:00 2026-06-08T03:40:43+00:00

here is my code for a output field. when the field is empty the

  • 0

here is my code for a output field. when the field is empty the button is rendered, when the field has value the clear button will show up and allow me to empty the field and render the button again. but I can’t manage it to render the button again once the field is is cleared, can anybody suggest a fix?

<apex:pageBlockSectionItem >
  <apex:outputLabel value="Order:" for="callerorder"/>
  <apex:outputPanel id="callerorder">
    <apex:outputField value="{!newPhoneCallRecord.Order__c}" />
    <apex:commandButton value="x" rendered="{!!ISBLANK(newPhoneCallRecord.Order__c)}" rerender="phoneRecordSection">
      <apex:param name="orderRMV" value="" assignTo="{!newPhoneCallRecord.Order__c}"/> 
    </apex:commandButton>
  </apex:outputPanel>
  • 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-08T03:40:44+00:00Added an answer on June 8, 2026 at 3:40 am

    Lee,

    Given that you want this to be dynamic you should probably enable/disable the button with javascript. By leveraging the onChange event you could toggle visibility of the button as required.

    That said, assigning an empty value using an <apex:param> seems to be a somewhat left-field take on the situation. The more standard way to clear this field via the controller would be to implement a clear method on the controller like so:

    public PageReference ClearOrder()
    {
      newPhoneCallRecord.Order__c = "";
      return null;
    }
    

    And then to call this method from the command button:

    <apex:outputPanel id="callerorder">
      <apex:outputField value="{!newPhoneCallRecord.Order__c}" />
      <apex:commandButton value="x" rendered="{!!ISBLANK(newPhoneCallRecord.Order__c)}" rerender="phoneRecordSection" action="{!ClearOrder}"/>
    </apex:outputPanel>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is the code i was trying.I could not comprehend the output i got.Why
Here is the code i wrote,when i execute the code,the terminal didn't output anything
Here is my upsert code: UPDATE LastTicket SET LastTicketNumber=LastTicketNumber+1 OUTPUT INSERTED.LastTicketNumber WHERE CategoryId='1'; IF
Here is the sample code, which produces interesting output: > gg<-data.frame(x=c(a,b),y=as.integer(c(1000,100000))) > gg x
I'm using cocoa JSON framework http://code.google.com/p/json-framework/ Here is the result of an JSON output
I'm trying to generate svg-Code in a web-application. Here's an example output: <?xml version=1.0
Ok, here's what I'm trying to do... given this razor code @using(Html.WriteLater()) { output
Here's the GA output code: <script type=text/javascript> var _gaq = _gaq || []; _gaq.push(['_setAccount',
My main layout main.xml has only a Button , a EditText and an empty
I have a form that has a field that needs to be rendered as

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.