• charu_datta
  • NEWBIE
  • 0 Points
  • Member since 2012

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

 

Hi All,

 

  I am facing a IE 9 browser specific problem.

I am unable pass parameters in URL when I am redirecting the user to a new page.

 

Here is the code snippet

 

PageReference secondPage = new pagereference('/apex/ViewPage');

secondPage .getParameters().put('id', i.id);
secondPage .setRedirect(true);
return secondPage ;

 

 

The new redirected page URL has no id parameter.

 

I even tried hard coding the id in the URL but does not work. The redirected page has jQuery embedded in it.

 

Would really appreciate any inputs.

 

Thanks,

Charu

Hi,

 

I have been trying to figure out how to stop users from entering carriage returns in fields within salesforce.com. Does anyone know how to do this? Is it even possible? Below is my code.

 

Thanks!

V

 

CONTAINS( Description__c , '')