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