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
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18645 | Wed Mar 25 10:13:43 MDT 2009 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/conf/tld/xhtml.tld
|