Details
Description
The outputMedia component renders out in a typical fashion where an <object> tag wraps an <embed> tag to provide legacy cross-browser support.
<object>
...
<embed>
...
</embed>
</object>
However, if you manually add an <embed> tag to an ICEfaces page (either wrapped in an <object> tag or by itself), the node is never rendered to the client.
<object>
...
<embed>
...
</embed>
</object>
However, if you manually add an <embed> tag to an ICEfaces page (either wrapped in an <object> tag or by itself), the node is never rendered to the client.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added the embed tag to the core TLD so that our parser will recognize it.
r18645 | deryk.sinotte | 2009-03-25 09:13:43 -0700 (Wed, 25 Mar 2009) | 1 line
ICE-4265: added <embed> to tld for our parser