This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 2, 2011, 8:15 PM
64 Posts
topic has been resolvedResolved

Repeat control always emits a div

  • Category: Other
  • Platform: Windows
  • Release: 8.5.1
  • Role: Developer
  • Tags: Repeat render
  • Replies: 1
- I have a repeat control that's building some radio buttons inside a table, much like the xp:radioGroup control does, except that clicking on labels works properly.
- BUT the repeat control insists on emitting a div around the td in the table, which confuses IE and borks the rendering.
 
1. removeRepeat = true does not fix it.
2. repeatControls = true with or without removeRepeat doesn't fix it.
3. disableTheme = true in any combination with the above doesn't fix it.
4. The application theme is already set to to inherit from nothing ... it's an emtpy <theme></theme> and nothing more.
 
- How does one prevent repeat from automagically emitting a div and mangling everything?
 
Thanks for your time...
 
- The magic, should anyone else find it useful, is to omit the id= attribute on the repeat control.  Long as that's there it will emit a div.  Period.  Take that off and the above prevent the div fine as can be.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal