function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
forcebyforcewestforcebyforcewest 

Spring '11 giveth, and Spring '11 taketh away: tagging header, detail & inline edit

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

Best Answer chosen by Admin (Salesforce Developers) 
stephanstephan

Sorry for the delayed response folks -- turned out this was a little tricky to fix. The good news is that the fix went out in this week's patch, so you shoud be able to use tagging with inline editing now.

 

...stephan

All Answers

stephanstephan

Sounds like a bug. We're investigating...

forcebyforcewestforcebyforcewest

Thanks. Would you please post here any resolution, workarounds, etc.?

stephanstephan

Will do. Expect an update by Wednesday.

forcebyforcewestforcebyforcewest

Hi Stephan - any update?

Thanks

forcebyforcewestforcebyforcewest

Hi Stephan - any update would be greatly appreciated. Thx

forcebyforcewestforcebyforcewest

?

forcebyforcewestforcebyforcewest

Just keepin' this thread alive...any news?

goabhigogoabhigo

Let me help you to keep it alive :)

They couldn't fix the bug yet. There are many such bugs which needs fix.

Moderators, Admins......... please fix it.

forcebyforcewestforcebyforcewest

Thanks @abhi_the1

stephanstephan

Sorry for the delayed response folks -- turned out this was a little tricky to fix. The good news is that the fix went out in this week's patch, so you shoud be able to use tagging with inline editing now.

 

...stephan

This was selected as the best answer
forcebyforcewestforcebyforcewest

Great! Thank you.