• Ahmed Ali 7
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hello All,

I would like to know wether it's possible to display some status loading, such as actionStatus, that trigger by a commandButton.

The only requirement (I'm trying to to simplify our problem) is that we MUST OMIT the reRender attribute from the commandButton.

 

So basically, we're trying to do something like that - 

<apex:commandButton value="Test" action="{!testAction}" status="testStatus" /> 

 

Unfortunately, it seems that it's not possible to use actionStatus without the reRender attribute.

 

Any suggestions?

 

Thanks a lot,

 

 

 

 

  • March 30, 2013
  • Like
  • 0