• @imtimran.ax982
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hi, I created a visualforce page and mapped it to opportunity object ... in some scenario I want to update the value of one field in the opportunity object from this visualforce page so what apex tag should I use? Is there anyway to do so?

  • April 21, 2011
  • Like
  • 0

HI every body,

 

     I have  

<apex:inputfield value="{!Eventinfo_startDT.Start_date_and_time__c}" id="Eventinfo_StartDTTest"/>  this line in my visualforce page. The value in inputfield tag is datetime datatype. 
    Before, when I click in the textbox, calendar was appearing to select the date. But now when I click in the textbox calendar is not coming. I think there is some issue in it.
   I spend a lot of time to resolve the issue, but unable to resolve. Can some body please help me regarding this.
Thanks,
Naresh