EMBED tag SAXCompiler error

hi all
I'm trying to embed a pdf file (now, later a word document) into my web page
I have coded this
        <h:panelGrid id="embeddedPdfDocumentoPanelGrid"
               rendered="#{selectedSGCDocument.pdfType}">
            <f:verbatim>
                <EMBED type="application/pdf" width="500" height="375"
                        src="ESP_CustomQuote.pdf#toolbar=0&navpanes=0&scrollbar=0">
                </EMBED>
            </f:verbatim>
        </h:panelGrid>        and I'm having this error
Caused by: com.sun.facelets.FaceletException: Error Parsing /pages/revisiones/embeddedDocument.xhtml: Error Traced[line: 21] The reference to entity "navpanes" must end with the ';' delimiter.
     at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
     at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
     at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:218)
     at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:149)
     at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:293)
     at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
     at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:140)
     at org.ajax4jsf.taglib.html.facelets.IncludeHandler.applyNextHandler(IncludeHandler.java:81)
     ... 75 moreif I put ";" instead of each "&" in "scr" I have errors with "width" or "height"
any idea ?

The ampersand (&) is a special character in XML (and thus also XHTML). It represents the start of an entity which usually ends with semicolon (;). In your case you rather wanted to show the ampersand as-is. You need to represent it as an entity then: &amp;.

Similar Messages

  • Embed tag for Fonts in AS3 "exception during transcoding"

    Hi,
    I have the following problem, I am embeding a font in a project with the embed tag and I get the following error "exception during transcoding".
    [Embed(source="D:/repo/docs/fonts/FreeSans.ttf", fontFamily="Free Sans", fontWeight = 'regular', mimeType = 'application/x-font')] public var auxFont:String;
    I had this same error in Flex but I found that adding "-managers flash.fonts.AFEFontManager" in the properties of the project, ActionScript compiler, Additional compiler arguments took care of it.
    I need to compile this project with the Flash compiler and not Flex is there any place in Flash that I can add that argument?
    Thanks,
    Ana

    Try this:
              [Embed(source="D:/repo/docs/fonts/FreeSans.ttf",  fontFamily="FreeSans")]
              private var freeSans:Class;
    Than, you can use the embedded font via font property of TextFormat class:     myTextFormat.font = "FreeSans";
    Regards,
    gc

  • Safari 5.1 won't play .mov files using the embed tag

    Since upgrading to Lion (and Safari 5.1), any page that loads a .mov file using the <object><embed> tags gives me a "Plug-in Failure" error. If I take the HTML and load the same file using the <video> tag it works fine.
    Did Apple drop support for the embed tag? Is there something going on with my Quicktime plugin?
    Here is an example of a page with an embedded .mov:
    http://www.mediacollege.com/video/format/mpeg4/streaming/example.html
    Does this work for anyone running Safari 5.1 in Lion?

    please check to verify if you have the remains of plug-in attched to DivX and make sure you have installed quicktime plug-in by going to Safari -- Help -- Installed Plug-ins. If you ever uninstalled Divx without using Divxuninstaller, you'll meet this problem.
    Now download Divxinstaller.dmg and run it. Then you'll see the uninstaller in the corresponding application folder.
    Click uninstaller to fully uninstall Divx. Relaunch safari and enjoy!

  • AC_RunActiveContent.js , produces inproper /embed tag + fix

    Hello,
    After trying to get rid of some javascript errors while
    debugging i noticed that the AC_RunActiveContent.js file creates an
    </embed> tag which is actually not needed in proper html.
    to remove this and to get rid of the error i changed line:
    187 to:
    187: //gideon change improper html: str += '>
    </embed>';
    188: str += '>';
    for reference:
    http://www.w3schools.com/tags/html5_embed.asp
    http://www.html-reference.com/EMBED.htm
    Thanks, Gideon

    Thanks Rob,
    I’ll give your script a shot. I’m noticing some
    other strangeness with Adobe’s script. I’ve got one old
    Mac OS X (10.3.9) machine to test with and both Safari (1.5) and IE
    (5) have trouble with the auto install of the plug-in. Safari just
    downloads the dcr to the user's hard drive (what’s up with
    that? ;-) and does nothing more … IE goes to the download
    page but the system is miss identified as needing the classic
    plug-in. If I manually install the proper plug-in everything works.
    The site has been tested with newer Macs and apparently everything
    works so it could be the age of the machine … hopefully your
    script will clear some of this up.

  • Embed Tag no longer working

    Hi,
    I have a pure AS3 project which uses Embed tag for iOS. I have been using 3.4 to 3.6 and 3.7 betas.
    Now i updated to the official release of 3.7 sdk but when i test with my project I got the Error.
    [Fault] exception, information=Error: Error #3747: Multiple application domains are not supported on this operating system.
    package {
    import flash.display.MovieClip;
    import flash.display.Sprite;
    public class TestAirIntelliJ extends Sprite {
        [Embed(source="../assets/bling.swf")]
        private var FaceBling:Class;
        public function TestAirIntelliJ() {
            var mc:MovieClip = new FaceBling()
            addChild(mc)
    The SWF files has no AS3 code in it, it's a plain timeline animation swf
    What should i do to make it work with SDK 3.7 (I really don't want to write loads of code as I have LOTS of Embed tag in the project)

    Hey lenglsh,
    The easiest way to identify if your swf has code or not is to simply run swfdump on your swf and then search for a DoABC2 tag. The executable swfdump is available as part of the SDK.
    FlexSDK/bin/swfdump mySWF.swf | grep DoABC2                                            (On MAC)
    FlexSDK/bin/swfdump.exe mySWF.swf | find “DoABC2″                                  (On Windows)
    Also note that there is a current limitation on iOS that embedding SWFs(having ABC code) using [Embed] tag will NOT work on iOS .

  • Embed tag is not working with Mozilla Firefox 23, 24 and 25

    Requirement:
    While loading the java applet on a page, if the user system do not have plugin loaded then our code should redirect the user to get Java 1.6 plugin.
    At present I am using below two URL for automatically JRE6 download
    • IE : https://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,31<br />
    [When user tries to access the applet page from IE browser then he/she is getting pop-up message for JRE6 installation, provided that the user system don’t have any JRE installed]. This scenario is working IE8,9,10<br />
    • Mozilla family : https://javadl.sun.com/webapps/download/AutoDL?BundleId=60336
    Below is the used script for ‘Object’ and ‘embed’ tag:
    <pre><nowiki><script language="javascript" >
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" name="OrderApplet"';
    WIDTH = 775 HEIGHT = 600
    codebase="https:\/\/java.sun.com\/update\/1.6.0\/jinstall-6-windows-i586.cab">';
    <PARAM NAME = "type" VALUE="application\/x-java-applet;version=1.6.0_31">';
    <PARAM NAME = "scriptable" VALUE = "true" >';
    <COMMENT>';
    <EMBED type="application\/x-java-applet;version=1.6"
    pluginspage="https:\/\/javadl.sun.com\/webapps\/download\/AutoDL?BundleId=60336">
    <NOEMBED>
    <\/COMMENT>;
    <\/NOEMBED><\/EMBED>;
    <\/OBJECT>;
    </script></nowiki></pre>
    User is getting pop-up message for JRE6 installation with browser IE8, 9, and 10 and also with Mozilla Firefox 22, but it’s failing with latest version of Mozilla Firefox23,24 and 25.
    I have gone through so many sites but could find any reason for this behavior.
    I have provided JRE6 32-bit version download URL, here I don’t think so I’m doing any version incompatibility because both the JRE6 and Mozilla Firefox are 32-bit version. And 64 bit Firefox version is not available for windows.
    I’m not sure why the code is working with Firefox 22 and its lower version but
    doesn’t work with higher version than firefox22….like 23,24,25
    Can anyone help to sort out this issue?
    Thanks, <br />
    Sumit

    Sorry for the delay in getting an answer, yesterday was a holiday in the USA.
    This forum is for Firefox user support, not for web developer support. My rough guess is that since Mozilla has blocked all but the most recent update for Java 7 Plugins - https://addons.mozilla.org/en-US/firefox/blocked/ - and Firefox 23 brought in a new '''Simplified interface for notifications of plugin installation''' - http://www.mozilla.org/en-US/firefox/23.0/releasenotes/ - that is probably why you're having a problem with versions of Firefox after Firefox 22.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    ''You'll need to register and login to be able to post in that forum''.

  • I am trying to use the embed tag - to embed an html page with in a page embed src="page.html" /

    <pre><nowiki><!DOCTYPE HTML>
    <html>
    <body>
    <embed src="page.html" />
    </body>
    </html></nowiki></pre>

    The <embed> tag works in Windows IE 9, and Opera, Now! But not in Firefox yet. Whats up with that? I guess we will see who is going to be left behind.

  • Issue while playing video in firefox 19 using embed tag with mplayer2 plugin

    In mozilla firefox embed tag not working properly. the embed video starts playing after browser is resized. Can anyone help me out playing video in ff without resizing the browser? Below is the html code. The below code works in fine in other browser
    <pre><nowiki>
    <object id="MediaPlayer1" width="400" height="300" classid="CLSID:6BF52A52-394A-11d3- B153-00C04F79FAA6"
    standby="Loading Windows Media Player components..." type="application/x-oleobject">
    <param NAME="AutoStart" VALUE="True">
    <param name="uiMode" value="none">
    <param name="PlayCount" value="9999">
    <param name="url" value="C:\SR\documents\library\2013\Video\sample_1363245215320.avi" />
    <embed type="application/x-mplayer2" src='C:\SR\documents\library\2013\Video\sample_1363245215320.avi' NAME="MediaPlayer" WIDTH="400" HEIGHT="300" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </embed>
    </object></nowiki></pre>

    Maybe try to use the file protocol instead.
    <pre><nowiki>src="file:///C:/SR/documents/library/2013/Video/sample_1363245215320.avi"
    </nowiki></pre>
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • How to Solve: tag nesting error? in Struts project.

    Hello, EveryBody:
    I am working for a Struts system in testing a program of look-up user password via user-inputs with birthdate, postal code, userid. I have writen three program, lookup.jsp, LookupForm.java, LookupAction.java. When I get the lookup.jsp run, the web browser displays "HTTP 500". Please find the attached message for error message, lookup.jsp and Lookupform.java. Thanks a lot.
    HTTP Status 500 -
    type: Exception report
    message: description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.compiler.ParseException: End of content reached while more parsing required: tag nesting error?
         at org.apache.jasper.compiler.JspReader.popFile(JspReader.java:293)
         at org.apache.jasper.compiler.JspReader.hasMoreInput
    ..........(Omit)
    lookup.jsp:
    <%@ page language="java" import="com.tfu.struts.common.Constants" %>
    <%@ taglib uri="/WEB-INF/app.tld" prefix="app" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <html:html locale="true">
    <head>
    <title><bean:message key="lookup.title"/></title>
    <html:base/>
    </head>
    <body bgcolor="#FFFFFF" background="images/FREE-bg.gif">
    <%@ include file="header1.html" %>
    <html:errors/>
    <%
    String selectedMonthValue = (String)request.getAttribute(Constants.SELECTED_MONTH_KEY);
    log("selectedMonthValue = " + selectedMonthValue);
    String selectedCountryValue = (String)request.getAttribute(Constants.SELECTED_COUNTRY_KEY);
    log("selectedCountryValue = " + selectedCountryValue);
    %>
    <html:form action="/lookup">
    <html:hidden property="action">
    <table>
    <tr><td><bean:message key="prompt.lookup.signin"/></td></tr>
    <tr><td><bean:message key="prompt.lookup.notes1"/>
    <bean:message key="prompt.lookup.notes2"/></td>
    </tr>
    <tr><td><bean:message key="prompt.lookup.step1"/>
    <bean:message key="prompt.lookup.step11"/></td>
    </tr>
    <tr>
    <td><bean:message key="prompt.birthdate"/></td>
    <td>
    <html:select property="birthmonth" size="1">
    <html:options collection="<%= Constants.MONTH_ARRAY_KEY %>"
    property="value"
    labelProperty="label"/>
    </html:select>
    <html:text property="birthday" size="2"/>
    <bean:message key="prompt.birthdate.comma"/>
    <html:text property="birthyear" size="4"/>
    <bean:message key="prompt.birthdate.tail"/>
    </td></tr>
    <tr>
    <td><bean:message key="prompt.postcode"/></td>
    <td><html:text property="postcode" size="10" maxlength="16"/></td>
    <td><bean:message key="prompt.country"/></td>
    <td>
    <html:select property="country" size="1">
    <html:options collection="<%= Constants.COUNTRY_ARRAY_KEY %>"
    property="value" labelProperty="label"/>
    </html:select>
    </td>
    </tr>
    <tr>
    <td>
    <bean:message key="prompt.lookup.step2"/>
    <bean:message key="prompt.lookup.step21"/>
    </td>
    </tr>
    <tr><td><html:text property="userid" size="16" maxlength="16"/></td></tr>
    <tr><td><html:submit property="submit" value="Get Password"/></td></tr>
    </table>
    </html:form>
    <bean:write name="LookupForm" property="password"/>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <%@ include file="footer0.html" %>
    </body>
    </html:html>
    </html>
    LookupForm.java
    * $Header: /com/tfu/struts/lookup/LookupForm.java
    * $Revision: 1.0 $
    * $Date: 2002/12/31 $
    * writen by Jianming Ke 2002.12.31
    package com.tfu.struts.lookup;
    import javax.servlet.http.HttpServletRequest;
    import org.apache.struts.action.ActionError;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionMapping;
    import com.tfu.struts.common.Constants;
    * Form bean for the user password retrieve.
    public final class LookupForm extends ActionForm {
    // --------------------------------------------------- Instance Variables
    private String birthmonth = null;
    private String birthday = null;
    private String birthyear = null;
    private String postcode = null;
    private String country = null;
    private String userid = null;
    private String password = null;
    // ----------------------------------------------------------- Properties
    public String getBirthmonth() {
         return (this.birthmonth);
    public void setBirthmonth(String birthmonth) {
    this.birthmonth = birthmonth;
    public String getBirthday() {
         return (this.birthday);
    public void setBirthday(String birthday) {
    this.birthday = birthday;
    public String getBirthyear() {
         return (this.birthyear);
    public void setBirthyear(String birthyear) {
    this.birthyear = birthyear;
    public String getPostcode() {
         return (this.postcode);
    public void setPostcode(String postcode) {
    this.postcode = postcode;
    public String getCountry() {
         return (this.country);
    public void setCountry(String country) {
    this.country = country;
    public String getUserid() {
         return (this.userid);
    public void setUserid(String userid) {
    this.userid = userid;
    public String getPassword() {
         return (this.password);
    public void setPassword(String password) {
    this.password = password;
    // --------------------------------------------------------- Public Methods
    * Validate the properties that have been set from this HTTP request,
    * and return an <code>ActionErrors</code> object that encapsulates any
    * validation errors that have been found. If no errors are found, return
    * <code>null</code> or an <code>ActionErrors</code> object with no
    * recorded error messages.
    * @param mapping The mapping used to select this instance
    * @param request The servlet request we are processing
    public ActionErrors validate(ActionMapping mapping,
    HttpServletRequest request) {
    ActionErrors errors = new ActionErrors();
    if ((postcode == null) || (postcode.length() < 1))
    errors.add("postcode", new ActionError("error.postcode.required"));
    if ((userid == null) || (userid.length() < 1))
    errors.add("userid", new ActionError("error.userId.required"));
    return errors;
    I edited the struts-config.xml with two segments:
    <!-- ========== Form Bean Definitions ================== -->
    <form-beans>
    <!-- Logon form bean -->
    <form-bean name="logonForm"
    type="com.tfu.struts.logon.LogonForm">
    </form-bean>
    <!-- Lookup form bean -->
    <form-bean name="lookupForm"
    type="com.tfu.struts.lookup.LookupForm">
    </form-bean>
    <!-- ========== Action Mapping Definitions ================= -->
    <action-mappings>
    <!-- Lookup a user password -->
    <action path="/lookup"
    type="com.tfu.struts.lookup.LookupAction"
    name="lookupForm"
    scope="request"
    input="/lookup.jsp">
    <forward name="lookpass" path="/logon.jsp"/>
    </action>

    Hi,
    After I added the line you mentioned, new error messages displays...
    javax.servlet.ServletException: No getter method for property action of bean org.apache.struts.taglib.html.BEAN
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
         at org.apache.jsp.lookup$jsp._jspService(lookup$jsp.java:719)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    Thanks a lot.

  • Display a message while loading using EMBED tag

    Hi
    I am using an Embed tag to pull a pdf from the backend. the pdf files are huge so it takes time to load and I want a loading message to be displayed till the form is completely loaded, so i am using onload attribute of Embed tag, but i dont think its firing because i still see the "loading" message even after the page has loaded...
    Can any one help me plzzz...

    Hi,
    Try using the FM  
    Increase the percentage for each loop        
    CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
                  EXPORTING
                    PERCENTAGE = 50
                    TEXT       = text-025.

  • How we will get parameters when we uses EMBED tags

    hi ,
    how we will get parameter from applet in netscape. When my swing applet using OBJECT tag, runs in IE it works fine.
    And im able to getting parameter. But in the case of Netscape (that means when i used EMBED tag) im not able to getting the parameter.
    How we will give <param tag in the case of EMBED tag. Im sending my snippet which is for only netscape.
    <EMBED type="application/x-java-applet;version=1.2.2"
    width="800" height="1200" code="myclass.class" codebase='mycodebase'
    pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
    <NOEMBED>
    </COMMENT>
    No JDK 1.2 support for APPLET--please download the plugin.
    </NOEMBED>
    <param name='parameter' value='value'>
    </EMBED>
    If anybody helps, very much thankful to them
    thanks in advance

    Parameters should be inside the EMBED tag, like this :
    <EMBED type="application/x-java-applet;jpi-version=1.3.1" CODE = "Editor.class" WIDTH = 350 HEIGHT = 200 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html"
    TOOLBAR="true"
    TOOLBAR.FLOAT="true"
    TOOLBAR.ALIGN="east"
    >
    Matthieu

  • Micrologix 1400 Ethernet/IP invalid tag format error

    I am unable to get the Micrologix 1400 to communicate via Ethernet/IP using register address as tag name, error that appears in the VI is:
    EthernetIP Tag Read BOOL.vi;
    Details: The tag name is not correctly formatted
    Compact Logix PLC works correctly with specified tag names programmed with RSLogix 5000.
    Is there a specific format that I need to use for the Micrologix 1400?

    Images attached.  Tried various formats of the address as well, only testing with digital input 0.  
    Thanks
    Attachments:
    Front_panel.JPG ‏53 KB
    Block_diagram.JPG ‏204 KB
    addressing_details.JPG ‏73 KB

  • Resource registration is failing - Couldnt run method tag. Error in execve

    Hi,
    We have solaris cluster setup with two nodes and a resource group exists which contains a zfs resource which could be mounted on to one of the nodes in the cluster.
    Our application is installed on one of the directory in the zfs file system. The file system and the application would be to be on one of the nodes and if somethings goes bad, it shoud failover to other node.
    I used Agent Builder to create new resource type for managing our application part of sun cluster and used the ksh mode providing it start/stop/probe scripts. I have left validate script as blank.
    When I try to register this new resource type, (resource time generated folder/util/start* script,
    nodex /u2/appx/cluster/ResourceType_01/XYZSolarisAPPXClusterL0/util % ls -ltr
    total 71
    -rw-r--r-- 1 appowner appowner 13960 Jan 12 07:36 startSolarisAPPXClusterL0 <---
    -rw-r--r-- 1 appowner appowner 8281 Jan 12 07:36 removeSolarisAPPXClusterL0
    -rw-r--r-- 1 appowner appowner 7316 Jan 12 07:36 stopSolarisAPPXClusterL0
    -rw-r--r-- 1 appowner appowner 2300 Jan 12 07:36 SolarisAPPXClusterL0_config
    # Resource group creation was successful (SolarisAPPXClusterL0-harg)
    # Virtual Host resource creation was successfull
    # It got added to the new group created
    # But it is failing when it is attempting to create resource for the new resource type - SolarisAPPXClusterL0-hars
    Error:
    Jan 17 14:52:01 nodex Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <SolarisAPPXClusterL0_validate.ksh> for resource <SolarisAPPXClusterL0-hars>, resourcegroup <SolarisAPPXClusterL0-harg>, node <nodex>, timeout <300> seconds
    Jan 17 14:52:01 nodex Cluster.RGM.fed: [ID 838032 daemon.error] SolarisAPPXClusterL0-harg.SolarisAPPXClusterL0-hars.2: Couldn't run method tag. Error in execve: No such file ordirectory.
    Jan 17 14:52:01 nodex Cluster.RGM.global.rgmd: [ID 699104 daemon.error] VALIDATE failed on resource <SolarisAPPXClusterL0-hars>, resource group <SolarisAPPXClusterL0-harg>, time used: 0% of timeout <300, seconds>
    The new resource type files are available on nodex and nodey. When we try to remove and start it again, the error occurred on the other nodey with similar error.
    Jan 17 14:33:52 nodey Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <hafoip_validate> for resource <failover-clus1>, resource group <SolarisAPPXClusterL0-harg>, node <nodey>, timeout <300> seconds
    Jan 17 14:33:52 nodey Cluster.RGM.global.rgmd: [ID 515159 daemon.notice] method <hafoip_validate> completed successfully for resource <failover-clus1>, resource group <SolarisAPPXClusterL0-harg>, node <nodey>, time used: 0% of timeout <300 seconds>
    Jan 17 14:33:53 nodey Cluster.RGM.global.rgmd: [ID 224900 daemon.notice] launching method <SolarisAPPXClusterL0_validate.ksh> for resource <SolarisAPPXClusterL0-hars>, resourcegroup <SolarisAPPXClusterL0-harg>, node <nodey>, timeout <300> seconds
    Jan 17 14:33:53 nodey Cluster.RGM.fed: [ID 838032 daemon.error] SolarisAPPXClusterL0-harg.SolarisAPPXClusterL0-hars.2: Couldn't run method tag. Error in execve: No such file ordirectory.
    Jan 17 14:33:53 nodey Cluster.RGM.global.rgmd: [ID 699104 daemon.error] VALIDATE failed on resource <SolarisAPPXClusterL0-hars>, resource group <SolarisAPPXClusterL0-harg>, time used: 0% of timeout <300, seconds>
    Are there other logs than /var/adm/messages to check for errors ?
    What is causing this error ? Any help is appreciated.
    Thanks in advance!

    See if adding the execute permissions to the scripts solve the problem.
    In general, I just use the SUNW.gds resource type directly rather than use the agent builder. If you want to build something a little more complex, then I would recommend sub-classing the SUNW.gds agent. There are a number of Oracle supplied agents that do this, for example, the HA-LDoms, and HA-obiee agents. Have a look at how they work.
    Regards,
    Tim
    ---

  • Embed tag and validation

    I am using Dreamweaver to place .swf into my page. It
    generates an embed tag which never passes W3C validation. How do I
    place a .swf and still be compliant with the standards?

    Hi.
    SWFObject is very simple to implement:
    http://blog.deconcept.com/swfobject/
    "BrianArena" <[email protected]>
    escribió en el mensaje de
    noticias news:fpihuc$oc1$[email protected]..
    >I am using Dreamweaver to place .swf into my page. It
    generates an embed
    >tag which never passes W3C validation. How do I place a
    .swf and still be
    >compliant with the standards?

  • Embed tag always caling QT

    Hello
    I placed a simple embed tag in a page and it always calls for
    the Apple QuickTime player for what is only an mp3 file. I have
    (Windoze) configured to use the Windows Media Player for any mp3,
    but it still uses the QT. This is totally outside of the expected.
    How do I make sure it used the installed player for that file type.
    tia

    I don’t know of any way to do that.

Maybe you are looking for

  • Report for collect statistics of scenarios in PI

    Hi colleagues, I would like to know if there is any specific report i can execute in my box (PI 7.1) in order to get statistics regarding: Number of messages per scenario Average message size per scenario Ellapsed time Etc The aim is to prepare a doc

  • Material master data BAPI and LSMW log

    I have three questions want to ask : 1. I will use all the view  to create material master. I want to know if there is one BAPI to create it.? 2. If I use LSMW to create it, in LSMW i use the BAPI method to create it. But I should to know the detail

  • Using Powerbook as an external DVD drive

    Hello, I was just given Sims 2 which requires a DVD drive to play, but my ol' G4 only has a CD-rom drive. I also have access to a Powerbook which has a DVD drive but I'd rather play it on my desktop. I've connected to two before, booting up one as an

  • Filter - web.xml

    Hi, I have written and deployed a security filter. Would like to know how to configure a Filter(security filter) in any/my web application. The link below mentions this is possible. Pl give me more details. http://help.sap.com/saphelp_nw04/helpdata/e

  • I cannot move any emails out of the inbox

    I uaually move emails out of the inbox to other folders or to the trash bin. Since Tuesday, I could not move any emails anywhere.