Re: new webcomponents are created as partial documents

From: Till Heikamp (t.heikam..eniusbytes.com)
Date: Thu Jul 22 2004 - 03:14:43 EDT

  • Next message: David Teran: "Couldn't find the DES algorithm; perhaps you do not have the SunJCE security provider installed properly?"

    hi ulrich,

    good point, but there are three options (body tag, woo file, api file)
    and they are all checked.
    the html-file is empty when created. the api- and woo-files are as
    expected.
    i added a listing of those files at the bottom of my message.
    btw, that's my next question, the class="" in the api-file, in some
    files there's something like
             <wo wocomponentcontent="false" class="Main">
    and in other files there's the classname + ".java".
             <wo wocomponentcontent="false" class="MyComponent.java">
    where's the difference ?

    best regards
    till heikamp

    //MyComponent.api
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <wodefinitions>
             <wo wocomponentcontent="false" class="MyComponent.java">

             </wo>
    </wodefinitions>
    //MyComponent.api

    //MyComponent.woo
    {
            "WebObjects Release" = "WebObjects 5.0";
            encoding = NSMacOSRomanStringEncoding;
    }
    //MyComponent.woo

    Am 20.07.2004 um 20:46 schrieb Ulrich Köster:

    > Hi Till,
    >
    > is it possible that you've deselected the "Create Body" option in the
    > WOComponent wizard?
    >
    > Ulrich
    >
    > Am 19.07.2004 um 14:13 schrieb Till Heikamp:
    >
    >> hello woproject-developers,
    >>
    >> when i create a new web component in 1.1.0.68 (and perhaps in earlier
    >> versions) it will be created as a partial document.
    >> if you add a simple formular + submit button + action method now, you
    >> will run into strange null-pointer-exceptions when activating the
    >> submit button.
    >>
    >> this was funny because i spent nearly an hour diffing a working
    >> component against a non-funtional one, of course i left out the
    >> "nonrelevant" .html document ;-)
    >>
    >> Kind Regards
    >> Till Heikamp
    >>
    >



    This archive was generated by hypermail 2.0.0 : Thu Jul 22 2004 - 03:14:46 EDT