Problem using different plugins via OBJECT tag

Hi all,
before installing JRE 1.5.0_06 everything was well. I had 3 different JREs (1.3.1_02, 1.3.1_08, 1.4.2_06) installed on one Windows system which could be invoked in Internet Explorer 6 for an applet as described in http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/version.html
example:
<HTML>
<HEAD>
<TITLE>Java Plugin 1.3.1_08</TITLE>
</HEAD>
<BODY>
Java Plugin 1.3.1_08:�
<OBJECT classid="clsid:CAFEEFAC-0013-0001-0008-ABCDEFFEDCBA" width="150" height="25">
Plugin missing
<PARAM name="code" value="HelloWorld.class">
</OBJECT>
</BODY>
</HTML>
(Note: The output of my HelloWorld class is the VM's version number.)
After installing 1.5.0_06 it doesn't work anymore. The new 1.5.0_6 is always used. Does anybody have a clue?
Thanks in advance
Peter

I've seen a similar problem that didn't seem to exist with JRE 1.5.0_05 but does with 1.5.0_06. On the JRE 1.5.0_06 workstation the Windows registry contains CAFEEFAC-... entries for what looks to be all 1.3/1.4/1.5 JREs and points them all to the 1.5.0_06 JRE plugin dll, even though there is still a 1.4 JRE on the workstation. So even when you specify an OBJECT tag with a classid such as classid="clsid:CAFEEFAC-0014-0001-0010-ABCDEFFEDCBA" that should load the 1.4 plugin by design, the 1.5 plugin is loaded. This seems to defeat the multi-version JRE support. The JRE 1.5.0_05 workstation on the other hand didn't overwrite CAFEEFAC-... Windows registry entries for previous JREs, and properly loads a specfic JRE's plugin when specified by a CAFEEFAC-... classid in the OBJECT tag.

Similar Messages

  • Problems using different scope with useBean

    Hi all,
    I've been trying over and over to place the data from my inputForm.jsp in request, session or even application scope and then try to retrieve the data from my process.jsp.
    I can't understand why not the request object (emp) is available in my second jsp file. I'm having the same problem using sessionScope and applicationScope.
    inputForm.jsp
    <jsp:userBean id="emp" class="Employee" scope="request">
    <jsp:setProperty name="emp" property="*" />
    </jsp:userBean>
    <form method="POST" action="process.jsp>
    <input type="text" name="firstName">
    <input type="text" name="lastName">
    </form>process.jsp
    <c ut value="${requestScope.emp.firstName}" />

    The useBean tag has to be on the page WHERE THE BEAN IS BEING used.
    The jsp:setProperty tag works from request parameters. So it has to be on the page that is RECEIVING the parameters - ie your second page.
    You misspelled jsp:useBean.
    Also your Employee bean must be in a package, and the useBean tag should use its fully qualified package name.
    I will presume that your Employee class has appropriate get/set methods for firstName and lastName - ie getFirstName() and setFirstName()...
    Try this:
    inputForm.jsp
    <form method="POST" action="process.jsp>
    <input type="text" name="firstName">
    <input type="text" name="lastName">
    </form>process.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    <jsp:useBean id="emp" class="com.mypackage.Employee" scope="request">
      <jsp:setProperty name="emp" property="*" />
    </jsp:useBean>
    <c:out value="${requestScope.emp.firstName}" />

  • Playing audio via object tag not working in IE11

    Hi All,
    Observing issue with IE11 when tried to play audio using object tag(due to some compatibility reasons I cant use HTML5 audio tag).
    Below is the code snippet:
    <object type="audio/mpeg"
    data="${mediaPath}">
    <param name="src" value="${mediaPath}" />
    <param name="ShowControls" value="0" />
    <param name="loop" value="${repeat}"/>
    </object>
    The above code works only with 'AUDIO__MP3 Moniker Class' plugin. If the plugin is not available/enabled with IE an error thrown in the logs saying 'undefined' and no audio is played. Even when there are plugins that are
    capable of playing the audio. Ex: Quicktime, windows media player.
    Could you please help me in this?
    Thanks,
    Abhishek

    Please check this article.There are several samples using object tag to play audio in defferent plugin, Ex: Quicktime, windows media player.  http://www.yourwebskills.com/htmlobject.php
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using different content with template tag (struts)

    I developed a page according to the examples on the following link.
    http://jakarta.apache.org/struts/api/org/apache/struts/taglib/template/package-summary.html
    my problem is, that i want to use different pages as content. How can i do this?? do i need, to write multiple pages like this??
    <%@ taglib uri='/WEB-INF/tlds/struts-template.tld' prefix='template'>
    <template:insert template='/chapterTemplate.jsp'>
    <template:put name='title' content='Templates' direct='true'/> <template:put name='header' content='/header.html' />
    <template:put name='sidebar' content='/sidebar.jsp' />
    <template:put name='content' content='/introduction.html'/>
    <template:put name='footer' content='/footer.html' />
    </template:insert><%/*"introduction.jsp"Specify template for this page (chapterTemplate.jsp).The chapterTemplate.jsp defines the layout positions for fiveelements: title, header, sidebar, content, and footer.Specify the source file (html or jsp) for each element.*/%>

    slight typo .. corrected version
    <definition name="master" path="/chapterTemplate.jsp"> 
      <put name="title" value="title.jsp" /> 
      <put name="sidebar" value="sidebar.jsp" />        
      <put name="body" value="body.jsp" /> 
      <put name="footer" value="footer.jsp" />
    </definition>
    <definition name="a.struts.def" extends="master"> 
      <put name="body" value="anotherBodyA.jsp" />
    </definition>
    <definition name="b.struts.def" extends="master"> 
      <put name="body" value="anotherBodyB.jsp" />
    </definition>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Inserting Flash Problem no ID in the object tag

    Notice the id property in the object tag.
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=7,0,19,0" width="550" height="400" id="source2">
    Well Contribute is not inserting this tag. Therefore the
    flash movie will not
    run the folowing (Flash Action Script):
    import flash.external.ExternalInterface;
    theURL = ExternalInterface.call("getLocation");
    Anyone know what to do?

    this post already this repeating with this goes 2 times in
    that link is the same post
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=303&threadid=1162346&en terthread=y

  • Problem using different Adobe accounts for CC and Typekit

    I've had a Typekit account for some time and just recently signed up for CC. Both my Typekit and CC accounts use different Adobe IDs. I then linked my Typekit account to my CC account to enable font syncing, only to discover afterwards that apparently this is a thing you should not do.
    Now when I log in to Typekit, all of my previous sets are gone and it acts like I'm a brand new Typekit user. Is it possible to unlink my accounts and get all of my sets back like I had before?

    Hi Eric,
    I'm sorry that you ran into trouble with this.  Would you please email us at [email protected] with your Adobe ID and the email address that you use for Typekit?
    Most likely you have set up a new account as part of your Creative Cloud subscription, and the kits are still there under you previous email.  We will take a look and let you know what needs to happen to get this sorted out!
    Thank you,
    -- liz

  • Problem using different Map key types in one class

    I'm running Kodo 2.3.3. It seems I can only have one Map key types for all
    maps in a class. For example, if I have two maps in a class, their keys
    must be of the same type.
    Is there a plan to remove this limitation soon?
    Thanks,

    Abe White wrote:
    Kodo should generate a separate table for each Map. We have internal tests
    that use classes with Map fields using a lot of different key/value type
    combinations, so there shouldn\'t be a problem.It looks like two maps (keyValues and versions) are sharing the same
    table. Here is the table generated by schematool (db: Oracle 8.1.7):
    desc persistentmotiveresourcebean_x;
    Name Null? Type
    ID_JDOIDX VARCHAR2(255)
    JDOKEYX NUMBER
    KEYVALUESX VARCHAR2(255)
    VERSIONSX VARCHAR2(255)
    ==========================================================================
    Following is the simplified code I run:
    -----------internal.jdo--------------------------------------
    <?xml version=\"1.0\"?>
    <jdo>
    <package
    name=\"com.motive.services.resourceManagementService.internal\">
    <class name=\"PersistentMotiveResourceBean\"
    identity-type=\"application\"
    objectid-class=\"com.motive.model.PrimaryKey\">
    <field name=\"id\" primary-key=\"true\"/>
    <field name=\"versions\">
    <map key-type=\"java.lang.Float\"
    embedded-key=\"true\" value-type=\"java.lang.String\"
    embedded-value=\"true\"/>
    </field>
    <field name=\"keyValues\">
    <map key-type=\"java.lang.String\"
    embedded-key=\"true\" value-type=\"java.lang.String\"
    embedded-value=\"true\"/>
    </field>
    </class>
    </package>
    </jdo>
    Java source:
    -----------PersistentMotiveResourceBean.java---------
    package com.motive.services.resourceManagementService.internal;
    import java.util.HashMap;
    public class PersistentMotiveResourceBean
    private String id;
    private String name;
    private HashMap versions;
    private HashMap keyValues;
    public PersistentMotiveResourceBean()
    public String getId() { return id; }
    public void setId(String id) { this.id = id; }
    public String getName() { return name; }
    public void setName(String name) { this.name = name; }
    public HashMap getVersions() { return versions; }
    public void setVersions(HashMap versions) { this.versions = versions; }
    public HashMap getKeyValues() { return keyValues; }
    public void setKeyValues(HashMap keyValues) { this.keyValues =
    keyValues; }
    ----------------PrimaryKey.java-------------------------------------
    package com.motive.model;
    import java.io.Serializable;
    public class PrimaryKey implements Serializable
    public String id;
    public PrimaryKey ()
    public PrimaryKey (String id)
    this.id = id;
    public boolean equals (Object ob)
    if (this == ob) return true;
    if (!(ob instanceof PrimaryKey)) return false;
    PrimaryKey o = (PrimaryKey) ob;
    return (this.id == o.id);
    public int hashCode ()
    return id.hashCode();
    public String toString ()
    return id;

  • Problem creating db function via cfquery tag

    I am trying to create a database UDF using the coldfusion
    cfquery tag. My query is pasted below. The error I get is:
    "Incorrect syntax near 'go'.. "
    Is there a way of running multiple sql commands in a cfquery
    tag?
    <cfquery name="createUDFcheckPermissions"
    datasource="#arguments.extranetBuilderDSN#">
    use bungi;
    go
    CREATE FUNCTION dbo.checkPermissions(@ItemPermissionsList
    varchar(8000),@UserPermissionsList varchar(8000))
    RETURNS bit
    AS
    BEGIN
    declare @Return bit
    declare @Value varchar(8000)
    set @Return = 1
    set @ItemPermissionsList = @ItemPermissionsList + ','
    While (Charindex(',',@ItemPermissionsList)>0)
    Begin
    Set @Value =
    ltrim(rtrim(Substring(@ItemPermissionsList,0,Charindex(',',@ItemPermissionsList))))
    if (@Value!=null AND @Value!='')
    begin
    set @return = case WHEN
    Charindex(@Value,@UserPermissionsList) > 0 THEN @return ELSE 0
    END
    END
    Set @ItemPermissionsList =
    Substring(@ItemPermissionsList,Charindex(',',@ItemPermissionsList)+1,len(@ItemPermissions List))
    End
    Return @Return
    END
    go
    GRANT EXECUTE ON [dbo].[checkPermissions] TO [sqlaccount]
    GRANT EXECUTE ON [dbo].[checkPermissions] TO [sqlbungi]
    </cfquery>

    > <cfquery name="createUDFcheckPermissions"
    > datasource="#arguments.extranetBuilderDSN#">
    > use bungi;
    Is this necessary? Does the DB user you're using for the DSN
    have
    permissions to any more than one DB?
    Usually even if the user does, you'd specify the specific DB
    when
    name-spacing the object you're referencing, via some
    variation of
    [db][user][object name] or something like that, wouldn't you?
    > go
    I think you'll find this is is a client directive, not a DB
    server
    directive. It tells the DB client that you copy and pasted
    this from to
    execute the SQL. It shouldn't be in SQL you're sending to the
    DB server
    via CF.
    > GRANT EXECUTE ON [dbo].[checkPermissions] TO
    [sqlaccount]
    > GRANT EXECUTE ON [dbo].[checkPermissions] TO [sqlbungi]
    Put these two in separate, subsequent <cfquery> calls.
    Adam

  • Problems Using an Array of Objects

    I have taken some time off from java and have aparently forgot something. I have a program which has one parent class "Car" with three child classes"Sedan", "Sport", "Suv" and one interface. The "Car" class contains three accessor and mutator methods, and the child classes also have three accessor and mutator methods. In my main I create an array Car[] carArray = new Car[6]; and instantiate. I can call the methods of the parent class but am unable to call the methods of the child classes. I need a little help to get me in the right direction to get these cobwebs out of my skull. Here is a sample of what I'm doing:
    //from my main method
    Car[] carArray = new Car[3];
    carArray[0] = new Sport("Chev", "Camaro", 1995, 4500.67, 120000);
    carArray[1] = new Sedan("Ford", "Taurus", 1997, 3689.55, 40000);
    carArray[2] = new Suv("Honda", "Pilot", 2003, 6955.99, 67000);
    for(int i = 1; i < carArray.length(); i++)
        carArray.getYear(); //getYear() is from the parent "Car" class and works just fine.
    carArray[i].getValue(); //getValue() also from the parent "Car" class and works just fine.
    carArray[i].getMiles(); //getMiles() from parent "Car" class and works.
    carArray[i].getMake(); //getMake() is part of the child class and gives me an error: "cannot find symbol. symbol: variable getMake()
    carArray[i].getModel(); //getModel() is also a part of the child classes and also cannot find symbol.
    {code}
    I have imported my package with my parent and child classes correctly and have tried putting them all in the same folder, so I think I have a failure in logic. Can someone help me straighten this out in my head? :) Much thanks

    "Is it A or B"?
    "Yes"
    Meaning "either one."
    The parent class doesn't have to be abstract as far as Java is concerned, but it seems to me you'd want it to be abstract. Will you ever be creating just a plain old Car (as opposed to a Sedan or Suv)?
    You just said "doesn't work," without providing any details about what you tried or what the exact problems was, so it's impossible to offer any specific, concrete advice. Here's an example that shows one way things might fit together.
       * inteface, to define the type, with 3 methods: add(), iterator(), and contains()
      public interface List {
        boolean add(Object obj);
        Iterator iterator();
        boolean contains(Object obj);
       * abstract base class, to implement methods that don't depend on specific implementations
       * (just contains() in this case
      public abstract class AbstractList implements List {
        public boolean contains(Object obj) {
          for (Iterator iter = iterator(); iter.hasNext ();) {
            if (iter.next ().equals (obj)) {
              return true;
          return false;
       * concrete subclass
       * provides concrete methods that depend on the specific implementation
      public class ArrayList extends AbstractList {
        private Object[] elements = new Object[256];
        int size = 0;
        public boolean add(Object obj) {
          if (size == elements.length) {
            // create a larger array and copy over existing elements
          elements[size++] = obj;
          return true;
         * anonymous inner class that implements Iterator
        public Iterator iterator() {
          return new Iterator() {
            private int nextIndex = 0;
            public boolean hasNext () {
              return nextIndex < size;
            public Object next () {
              return elements[nextIndex++];
      }A few things to note:
    0. The above are based on the classes of the same names in java.util, but are stripped down for simplicity. If something doesn't look right (like missing methods on List and Iterator) it was done to keep the example clean and simple.
    1. We could skip either the interface or the abstract class or both, or the abstract base class could be concrete. Java doesn't care. We do what makes sense for our design.
    2. Here we define an interface because we want to define a pure type with no implementation. Anybody anywhere can implement a List however they want, and as long as it meets the contract of our interface, it can be used by any code expecting a List.
    3. We define the base class AbstractList because there are methods that have a reasonable default implementation that can be reused by subclasses. In this case, contains() doesn't do anything that depends on the specific implementation, so it can be defined in the base class. All the subclasses can use that implementation of contains(). Of course, any subclass is still free to override contains() to provide its own implementation if it wants.
    4. An implementation of List can extend the base class, AbstractList, but it doesn't have to. It could just implement List and provide its own implementation of contains().
    5. The base class is abstract because some methods don't have a default implementation that can be reused. Both add() and iterator() depend on the specifics of the implementation. They both need direct access to the internal backing store. If we had another concrete implementation, LinkedList, its backing store would be a privately defined class of Node that contains the elements and pointers to previous and next. There would be no array, and add() and iterator() would be written very differently. There's no way we could have written add() and iterator() in a way that would have worked for both backing stores.
    6. All methods in an interface are public and abstract, even if you don't declare them that way.
    7. A class that implements an interface or extends an abstract class must provide implementations for all the abstract methods in both, or else must be itself declared abstract.
    8. When a class extends another class, it also implicitly implements all the interfaces that the parent class does.
    9. A class with one or more abstract methods must be declared abstract, but any class can be declared abstract, even if it has no abstract methods.
    Edited by: jverd on Mar 27, 2010 9:12 AM

  • MICR printing problem using the Crystal ReportDocument object in C# app

    We developed a small C# windows program 6 months ago that reads a bank draft record and uses a Crystal Report form to print the draft (using ReportDocument() object and the PrintToPrinter() method).  This has been working fine for 6 months. (using .Net 2.0 Framework and Crystal Reports .Net plugin included with VS 2005 on client machine - CRRedist2005_X64.msi)
    Now the requirements have changed to put a MICR line at the bottom ot the draft check and print.  We have updated a similar Crystal draft report form and printed from Crystal Viewer - this works fine.  But when we update the Crystal report form used in the C# application, with the same MICR commands, using the same MICR printer, and the same user trying the print, it does not work.  The MICR commands are printed on the draft just like regular text, instead of being interpreted by the printer as MICR commands.  Must be something within the Crystal Reports .Net redistributable that is causing it to work incorrectly because it works correctly from the same users PC using Report Viewer.
    Note:  The MICR field on the Crystal Report contains the following chars:
           &%STHPASSWORD$&%SMD' MICR '$&%STQ$
    When we print, the above chars just print out like text
    Can anybody help with any suggestions ?
    Are they any hotfixes that address this issue of PCL commands not recognized on printer?

    The app that is working is a C++ vendor app, however the Crystal piece is seperate piece that uses the Crystal Report Viewer to pull up the draft report. The print button is then hit within Crystal Report Viewer and the draft prints correctly.
    - so the above app is using the Report Designer Component (craxdrt.dll) and as such it is not using the .NET assemblies...
    For the app that is not working, we are not using Crystal Report Viewer, but are using the ReportDocument object, from the Crystal .Net Redistributable (referenced above), embeded into our C# app. The app executes a PrintToPrint command against the identical Crystal report, however, running it this way, the MICR command that is embeded into the report is not recognized by the MICR printer. The output seems to jumble the MICR command that I posted earlier in the thread and does not keep the command in a readable format for the MICR printer.
    - the above is not using the Report Designer Component (craxdrt.dll). It is using the .NET assemblies and thus the .NET framework.
    Have you been able to get .NET to recognize / see the fonts in that label I mentioned on  6/27/08?
    Ludek

  • Any problems using different versions of photoshop elements (7.0) and premiere elements (8.0)?

    I already own Photoshop Elements 7.0 and am now considering buying Premiere Elements 8.0. Does anyone know if I will have any version problems with this, especially with the Organizer? Do I need to upgrade PSE to 8.0 as well?

    1- A forum participant tested that slideshow workflow from Photoshop Elements 7 to Premiere Elements 8 and verified that it worked for him.
    2 - General Organizer use is probably an entirely different question.  I have not attempted that myself and don't know anyone who has. It seems doubtful that a specific catalog file could be shared between Premiere Elements 8 and Photoshop Elements 7.
    3 - Since you mention that you are interested in upgrading to Premiere Elements 8, I recommend that you read relevant FAQs from the FAQ forum here, starting with
    http://forums.adobe.com/thread/533334?tstart=0
    http://forums.adobe.com/thread/503270?tstart=0

  • Problem using PC Suite via USB

    I have a problem accessing my Nokia phone (E50) with PC Suite via USB, but since I pruchased it earlier on though, it never had this problem. My phone's connection settings via USB has been modified to let the phone be connected thru "PC Suite", and I have the USB wire that came with the phone. I had access to the contents of my phone just fine, until this week.
    The problem is that the phone does connect, but my PC doesn't read any phone from the connection. I tried connecting the phone with four different USB sockets available, but no result. I tried reconnecting the phone with the USB wire, but it was futile.
    Honestly, I do not know if the problem is from my phone or from the computer. My cousin, after all, came over for a slumber party during the weekend, and he visited websites that might have badware. [My computer restarts when I choose "Shut Down", it's working slowly at times, and it restarts if I bother downloading anything.] If anyone has an idea how I could resolve this connectivity problem, I'd most appreciate it.

    Where this wonderfull place is located? I could not find out yet!
    I should say that Nokia is to think more when making manuals on E71 et al/
    Thanks ib advance

  • Logix Pro 9/X simultaneously using different plugins

    Is it possible to have both these versions of Logic running simultaneously but each with a different set of plugins? I don't have 64 bit versions of all my plugins so I was wondering if I could disable these somehow ONLY in Logic Pro X and when needed I could open up Logic 9 and use them.
    Thanks!

    lefok wrote:
    Is it possible to have both these versions of Logic running simultaneously but each with a different set of plugins? I don't have 64 bit versions of all my plugins so I was wondering if I could disable these somehow ONLY in Logic Pro X and when needed I could open up Logic 9 and use them.
    Thanks!
    How can you disable plugins you don't have?
    Anyway, you do not need to disable anything anywhere.
    32 bit plugins simply do not show up in LP X.

  • Problems using a variable with a tag of a webapp

    I have a webapp where I've built a field in the database for the item is active or not, depending if my client chooses if it's free or not.
    The name of the tag that I want to use as a variable is { tag_estado } and has two values:
    Gratis
    Pago
    When in jQuery I create a variable to store the value of this tag and created a conditional to activate the link and icon of the item, always the tag value prints it on "Pago", even though the webapp item has the value of "Gratis"
    I appreciate your time to help me resolve this issue.
    <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
              var linkleccionGratis = function() {
                        $(".linkLeccion").attr('href', '{tag_itemurl_withhost}?tab=video');
              var linkleccionPago = function() {
                        $(".linkLeccion").attr('href', '#dataaaaaaaa');
              var imagenGratis = function() {
                        $('.videoIcono').each(function(){
                              //Change the src of each img
                              $(this).attr('src', '/Comportamiento-Video/Iconos/1365805563_movie_studio-android-r_1.png');
              var imagenPago = function() {
                        $('.videoIcono').each(function(){
                              //Change the src of each img
                              $(this).attr('src', '/Comportamiento-Video/Iconos/1365805563_movie_studio-android-r_0.png');
        var EstadoLeccion = "{tag_estado}";
              if(EstadoLeccion == "Pago"){
                                  linkleccionPago();
                                  imagenPago();
              else if(EstadoLeccion == "Gratis"){
                                  linkleccionGratis();
                                  imagenGratis();
                        else{
                                  linkleccionPago();
    </script>
    <div style="width: 921px; margin-bottom: 10px;">
    <div class="FranjaSuperiorTituloLeccion">
    <div class="TituloContenedorLeccionWebApp">
    <div class="TituloLeccionWebApp">Lecci&oacute;n {tag_num_leccion}: {tag_titulo_leccion}</div> </div> <div class="ImagenesBotonesLeccionWebApp">
    <a class="linkLeccion" href="#data" id="inline"><img alt="Video" class="videoIcono" src="http://www.excelvirtual.org/Comportamiento-Video/Iconos/1365805563_movie_studio-android-r_ 0.png" style="margin-top: 6px; width: 31px; height: 31px;" />
    </a>
    </div>
    <div class="ImagenesBotonesLeccionWebApp">{tag_actividad url}</div>
    <div class="ImagenesBotonesLeccionWebApp">
    <a href="{tag_cuestionario}" target="_blank">
    <img alt="Cuestionario" src="http://www.excelvirtual.org/nuevodiseno/images/actividaddef2.png" style="width: 41px; height: 41px;" />
    </a>
    </div>
    </div>
    </div>

    It's tough to tell without seeing the page but it looks like your code may be defaulting to the else statement. You could delete the else and see if it does anything

  • Problems using different tables for base class and derived class

    I have a class named SuperProject and another class Project derived from
    it. If I let SchemaTool generate the tables without specifying a "table"
    extension, I get a single TABLE with all the columns from both classes and
    everything works fine. But if I specify a "table" for the derived class,
    SchemaTool generates the derived class with just one column (corresponds
    to the attribute in derived class). Also it causes problems in using the
    Project class in collection attributes.
    JDO file:
    <jdo>
    <package name="jdo">
    <class name="Project" identity-type="application"
    persistence-capable-superclass="SuperProject">
    <extension vendor-name="kodo" key="table" value="PROJECT"/>
    </class>
    <class name="SuperProject" identity-type="application"
    objectid-class="ProjectId">
    <field name="id" primary-key="true"/>
    </class>
    </package>
    </jdo>
    java classes:
    public class Project extends SuperProject
    String projectSpecific
    public class SuperProject
    BigDecimal id;
    String name;
    tables generated by SchemaTool:
    TABLE SUPERPROJECTSX (IDX, JDOCLASSX, JDOLOCKX, NAMEX);
    TABLE PROJECT(PROJECTSPECIFICX)
    Thanks,
    Justine Thomas

    Justine,
    This will be resolved in 2.3.4, to be released later this evening.
    -Patrick
    In article <aofo2q$mih$[email protected]>, Justine Thomas wrote:
    I have a class named SuperProject and another class Project derived from
    it. If I let SchemaTool generate the tables without specifying a "table"
    extension, I get a single TABLE with all the columns from both classes and
    everything works fine. But if I specify a "table" for the derived class,
    SchemaTool generates the derived class with just one column (corresponds
    to the attribute in derived class). Also it causes problems in using the
    Project class in collection attributes.
    JDO file:
    <jdo>
    <package name="jdo">
    <class name="Project" identity-type="application"
    persistence-capable-superclass="SuperProject">
    <extension vendor-name="kodo" key="table" value="PROJECT"/>
    </class>
    <class name="SuperProject" identity-type="application"
    objectid-class="ProjectId">
    <field name="id" primary-key="true"/>
    </class>
    </package>
    </jdo>
    java classes:
    public class Project extends SuperProject
    String projectSpecific
    public class SuperProject
    BigDecimal id;
    String name;
    tables generated by SchemaTool:
    TABLE SUPERPROJECTSX (IDX, JDOCLASSX, JDOLOCKX, NAMEX);
    TABLE PROJECT(PROJECTSPECIFICX)
    Thanks,
    Justine Thomas
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

Maybe you are looking for

  • IDOC is successfully triggered from SAP ECC

    hi,       IDOC has been Trigerred from ECC Sucssesfully and the status is 03, but it not reached in PI, what will be the error, please do the needful at the earliest. Share some more errors where i can stuck with idoc when doing IDOC to File scenario

  • Xperia Z1 4.4.4 Update Issues (14.4.A.0.155 and .157)

    Well, our much anticipated 4.4.4 has join the party. But unfortunately I found a bug already in my quite new Xperia Z1 which I  bought 10 days ago & updated last night to 4.4.4 from 4.4.2.   Found a problem. I don't know whether this is only in my ph

  • Installing Adobe Acrobat XI

    I have tried several times to download and install my Adobe Acrobat XI Pro program.  It goes through the download process and then stops not allowing me to install.  How do I get the process to continue until the install is complete? Damon

  • Windows Media Player trouble

    When I download windows media player it downloads fine and it goes to my desktop, but it is a picture of a blank piece of paper with the top right corner folded. When I try to open it, it opens with script edit and I tried to change it, but no matter

  • Newbie Question: How Freeze Dimension Settings work?

    Dear all: For some reason, I couldn't figure out how "Freeze Dimension Settings" of dynamic template work on overriding members. I looked into both row and column EVEXP function and in the data region EVGTS, and none of the Current View column under