• wayne.howlett1.3917121653194026E12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am trying to control when a user is allowed to enter something into an input field on a visual force page. Something like this:

{!IF(some-condition,<apex:inputField value="{!budget.Jan_Season__c}" />,<apex:outputField value="{!budget.Jan_Season__c}" />)}

When I try to use this, it complains about EL Expression Unbalanced.

Any suggestions would be greatly appreciated.