Hi, Kevin (and Steve),
On Feb 15, 2007, at 10:14 PM, Steve Quirk wrote:
For the love of all that is holy, stop using WOBuilder. As you can
see, it messes up HTML. So stop it.
Just use a text editor.
- sq
(Sorry - I'm just tired of inheriting projects with gigabytes of
crappy WOBuilder-l
Hi I am using WebObjects on Windows XP. When trying to launch any WebObject
Application I receive
A fatal exception occurred: key can't be null: : Cannot be
initialized.
[2007-02-15 10:11:33 EST] com.webobjects.foundation
Below is the output from attempting to run wotaskd
Configuring launch e
I pretty much never used (back when I did use it) WOBuilder for
anything that I did not create in it. And "designer" created HTML is
usually a horrendous mess of generated, mangled text masquerading as
valid HTML.
OK, with that off my chest :-) I'd rely on a real web browser and
rapid t
On Feb 15, 2007, at 7:14 PM, Steve Quirk wrote:
On Thu, 15 Feb 2007, Kevin Windham wrote:
I have a template someone designed for me using Fireworks/
Dreamweaver. If I cut and paste the HTML into WOBuilder, a lot of
stuff is broken. There are rollover buttons using various
javascripts with
On Thu, 15 Feb 2007, Kevin Windham wrote:
I have a template someone designed for me using Fireworks/Dreamweaver. If I
cut and paste the HTML into WOBuilder, a lot of stuff is broken. There are
rollover buttons using various javascripts with preload stuff, and various
other things that are ju
Hi Bruce,
The tutorial doesn't work (or is terribly confusing). Page 98 appears
to be a mess, the screenshot can't possibly be right. The lower table
refers to a selected object (which is a MovieRole) as if it were a
Talent. The two entity types are not equal!
In the first part of the tut
I have a template someone designed for me using Fireworks/
Dreamweaver. If I cut and paste the HTML into WOBuilder, a lot of
stuff is broken. There are rollover buttons using various javascripts
with preload stuff, and various other things that are just messed up,
and I'm not sure where to l
Hi,
just found this:
http://docs.info.apple.com/article.html?artnum=305009
About the WebObjects DST Update (WebObjects 5.3.3)
This document contains an overview and download information for the
WebObjects DST Update. In March 2007, several countries will change
the way they observe Daylight
On Feb 15, 2007, at 4:20 PM, Bruce Smith wrote:
Just out of curiousity, in /** @TypeInfo Talent */ is Talent the
name of the entity or the name of the table?
I think those typeinfo comments represent the Java object type which
is taken from the mappings in the model file. So I think that w
Not much help but...
On Feb 15, 2007, at 2:20 PM, Bruce Smith wrote:
The thing that's driving me crazy is that the instructions
literally states,
1. Double-click the talentDisplayGroup in the object browser
2. Select "Has detail data source"
3. Select the Master Entity from the pop-up list o
The thing that's driving me crazy is that the instructions literally
states,
1. Double-click the talentDisplayGroup in the object browser
2. Select "Has detail data source"
3. Select the Master Entity from the pop-up list or type it in the
text field-- for example, select Talent.
4. Select th
On Feb 15, 2007, at 2:44 PM, Chuck Hill wrote:
On Feb 15, 2007, at 11:38 AM, james o wrote:
On Feb 15, 2007, at 1:16 PM, Chuck Hill wrote:
Do you have nested forms?
Is there a nesting problem on other elements that is causing IE
to get confused?
Have you verified if IE is sending _anyt
I'm not a WO expert, but I would have to agree with Chuck. My guess
is that it's the placement of your tags in the HTML. It may
not even have to do with the form having problems either. It could be
the placement of the tag or lack there of higher up in the
code. Try adding something simpl
On Feb 15, 2007, at 11:38 AM, james o wrote:
On Feb 15, 2007, at 1:16 PM, Chuck Hill wrote:
Do you have nested forms?
Is there a nesting problem on other elements that is causing IE
to get confused?
Have you verified if IE is sending _anything_ when you submit the
form? Override dispat
On Feb 15, 2007, at 1:16 PM, Chuck Hill wrote:
Do you have nested forms?
Is there a nesting problem on other elements that is causing IE to
get confused?
Have you verified if IE is sending _anything_ when you submit the
form? Override dispatchRequest() in Application to log this.
thanks
Turns out to not be such a big deal. I added the following:
===
to my Properties
===
ticoon.replacement.classes = (PageWrapper, ticoon.web.LoginPanel)
===
to my Application class
===
public void initializeTicoon(NSNotification ev
Do you have nested forms?
Is there a nesting problem on other elements that is causing IE to
get confused?
Have you verified if IE is sending _anything_ when you submit the
form? Override dispatchRequest() in Application to log this.
WOImageButton on Mac IE did not work years ago (bug in M
On Feb 15, 2007, at 11:16 AM, Bruce Smith wrote:
At this point everything is working just great. The following is
where everything breaks when adding the To-Many Relationship:
I open the Display Group Options panel for talentDsplayGroup and
check "Has detail data source.", select Talent as t
i have a WOSubmitButton within a form that doesn't work on Mac or
Windows IE. when clicking the button in IE no action is performed.
however, when i test the app in Safari, Firefox, Mozilla the
application works as it should. WOImageButton doesn't seem to work
in IE either?
is there
I'm having a problem going through Apple's Web Objects User Builder
Guide. I'm new to the WebObjects world and trying to go through this
guide to build a web application.
I can successfully get through Creating a Master-Detail Interface
starting at pg. 91 and get through Implementing a Sele
sorry for the followup, my code was for another tool.
the right way is to put every single piece in its own array-element:
String args[] = new String[BASE_ARG_COUNT + moreArgsCount];
args[0] = imageResizerPath;
args[1] = "-resize";
args[2] = (aWi
Am 10.02.2007 um 11:56 schrieb Ute Hoffmann:
P.S:
This is my call:
String[] cmdArray = new String[] {
"/usr/local/bin/gifsicle "+"< "+sourceFilePath+" > "+outFilePath
};
this seems wrong.
i don't think, that you can just repipe stdin and stdout like this.
that's a function of the shell. and
22 matches
Mail list logo