• Yashavant
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 8
    Replies
Hi,
I am getting JSON array as a response from webservice call and i want to parse that response in apex class.

Any pointer on this will be helpful.

Thanks
Yash

HI,


Code:
<apex:repeat value="{!valuesForPageNumber}" var="page" id="theRepeat" >
        <apex:commandLink value="" onClick="setLink({!page})" action="{!paginationLink}" >
              <apex:outputText value="{!page}" styleClass="{!buttonStyleClass}"/>
        </apex:commandLink>&nbsp;&nbsp;
</apex:repeat>

 
Suppose, i displayed 1-10 commandLink and i can apply style to that group. But if i want change the style of particular commandLink from group of (10) commandLink, how to achieve it?

In short, i want to changed the style of particular commandLink within group depending on condition.


Yash
Hi,

I want to open new popup window in current visualforce page and retrieve some data from custom object and display on that new popup window. After user interruption , i want to store the result back to custom object.

Can anybody provide me pointers on this?


Thank you very much in advance.


Yash
Hi,

I want to do salesforce certification Dev 401 and DEV 501. We are partners of Salesforce, so can anybody tell me the exact price of the certification ?

Any pointers on these is highly appreciated.

Thank You,
Yash
Hi,

I want to do salesforce certification Dev 401 and DEV 501. We are partners of Salesforce, so can anybody tell me the exact price of the certification ?

Any pointers on these is highly appreciated.

Thank You,
Yash