• The SFDC Matrix
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
For Example to create calculator i want to use only one

<apex:page controller="classname">
<apex:inputText value="somevalue" action="{!someaction}"/>
</apex:page>

With this single inputText and On clicking the button , the values in the text field should be passed to the controller class and generates output.