• forcebyforcewest
  • NEWBIE
  • 0 Points
  • Member since 2011

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

We really like the built-in public/private tagging header -- but there's no Visualforce tag for it. The only way we can get the tagging header to appear on a Visualforce page is to move the <apex:detail /> tag outside of a form element; if the detail tag is inside a form element, then the tagging header disappears.

 

Now, with the release of Spring '11, we'd like to take advantage of inline editing for detail elements -- but that requires putting the detail element inside a form tag... so we lose the tagging header again...

 

Is there any way to get both the tagging header and inline editing support within a Visualforce page?

 

Thanks

We really like the built-in public/private tagging header -- but there's no Visualforce tag for it. The only way we can get the tagging header to appear on a Visualforce page is to move the <apex:detail /> tag outside of a form element; if the detail tag is inside a form element, then the tagging header disappears.

 

Now, with the release of Spring '11, we'd like to take advantage of inline editing for detail elements -- but that requires putting the detail element inside a form tag... so we lose the tagging header again...

 

Is there any way to get both the tagging header and inline editing support within a Visualforce page?

 

Thanks