• DavidGen
  • NEWBIE
  • 25 Points
  • Member since 2011

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

Hi!  

 

When actionSupport component rerender other visualforce components, scrollbar page is reset to top but I would  like to keep position of page.  Any solution?

 

Thanks in advance.

Hi. I have a related list to include in my Visualforce "page1". I use: 

 

<apex:page standardController="Object1__c" extensions="pag1class">

<apex:relatedlist list="Objects2__r" />.

 

 On the other hand   related list 's  custom new button makes the following call to my Visualforce "page2": 

/apex/page2

 

if I need to pass Object1's Id , I make: 

/apex/pag2?objectID={!Object1__c.Id} 

 

but if I need to pass current page' s parameters of page1,

¿it is possible from my related list's new button (custom Buttons and Links section)?

 

Thanks in advance.

Hi, 

 

I'm creagint a VF with ten input elements of type checkbox. I'm adding a javascript that creates dependencies between checkboxes. This work well and automatic checks are visible, but when I press save button, these changes are not saved. Any Solution?

 

Thanks in advance.

Hello, I am creating an VF for override "new" button of an custom object's home tab.

 I am trying to create a menu selection to control fields values ​​of the new page. 

After some operations, I need return to  standard "New" Page. For this,  I  make  a pagereference to new's url (Pagereference ('/a0G/e?retURL=/a0G/'))

But "new" button was overriding with this VF, so I can not use. How Can I resolve this?
Thanks in advance.

Hi!  

 

When actionSupport component rerender other visualforce components, scrollbar page is reset to top but I would  like to keep position of page.  Any solution?

 

Thanks in advance.

Hi, 

 

I'm creagint a VF with ten input elements of type checkbox. I'm adding a javascript that creates dependencies between checkboxes. This work well and automatic checks are visible, but when I press save button, these changes are not saved. Any Solution?

 

Thanks in advance.