Could someone please send me a copy of the files. I have not had
time to reinstall 5.2 on another machine to get the files.
Thanks,
Mike
On Nov 2, 2005, at 3:41 PM, Robert Walker wrote:
If you are using WO 5.3 there is a known issue. The installer does
not install the template files used
I,m not using JavaScript, what kind of HTML bugs can cause multiple
requests to the server?, what do I have to look for in the URLs?
On Nov 1, 2005, at 3:53 PM, Chuck Hill wrote:
JavaScript involved? Sounds like you have a bug (in the HTML?) that
is causing multiple requests to hit the ser
Thanks Robert,
Chuck sent me the templates, and yes that fixed the problem.
Cheers
Pete
Message: 3
Date: Wed, 2 Nov 2005 15:41:09 -0500
From: Robert Walker <[EMAIL PROTECTED]>
If you are using WO 5.3 there is a known issue. The installer does
not install the template files used to generate c
I'm studying how to add unit tests to an WebObjects application. I
would like to use xCode (i hate eclipse).
I highly recommend you take another look at Eclipse (or IntelliJ if you
can afford it). Xcode might be a good IDE for C based projects, but for
Java projects you can dramatically incr
CUSTOMERFIRSTNAME VARCHAR NOT NULL
Hmmm, isn't it traditional to give these a max length as in
CUSTOMERFIRSTNAME VARCHAR(50) NOT NULL
Perhaps your model is not complete yet?
Chuck
On Nov 3, 2005, at 10:41 AM, Justin Barry wrote:
I am having some trouble setting up my database in EOModeler u
Hi Justin,
You need to specify the length of the varchar field in eomodeler (the
width column). So, then when you go to create the SQL it will look
like (for example):
CREATE TABLE CUSTOMER (CUSTOMERCITY VARCHAR(100) NOT NULL,
On 3-Nov-05, at 1:41 PM, Justin Barry wrote:
I am havi
I am having some trouble setting up my database in EOModeler using:
Webobjects 5.3
Macos x 10.4.3
Connector/J v. 3.1.11 Filename: mysql-connector-java-3.1.11-bin.jar
Connection string: jdbc:mysql://localhost/myDataBase
I have already created thhe database in PHPmyAdmin.
And I get
I am out of the office until the afternoon of Wednesday the 5th of October. If
you need to speak to me you may call my cell phone at 214.914.1571
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobj
I would like to parse an XML that is stored in the database as a text.Here is an example of how I encode/decode objects using XML: public WOComponent encodeObjects(NSArray objects) { WOXMLCoder coder = WOXMLCoder.coder(); String xml = coder.encodeRootObjectForKey(objects, "MyObjects"); return ob
.::welemski::. wrote:
Hi,
does anyone knows a very good tutorials on using XML with WebObjects?
I would like to parse an XML that is stored in the database as a text.
I would like to use the NSKeyValuCoding feature of XML.
Thanks
In the past I used WOMessage.contentAsDomDocument with great s
I would like to use the NSKeyValuCoding feature of XML.
Well, which NSKeyValueCoding of XML ? I've never heard / read about
this.
regards, David
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (We
Hi,
does anyone knows a very good tutorials on using XML with WebObjects?
I would like to parse an XML that is stored in the database as a text.
I would like to use the NSKeyValuCoding feature of XML.
Thanks
--
-- -- -- -- -- -- -- -- -- -- --
welemski
-- -- -- -- -- -- --
__
Ok, I found It
/System/Library/Frameworks/JavaWOExtensions.framework/Versions/A/
Resources/WOStatsPage.wo
now toy can adjust the USERname field binding... change HTML or WOD...
works now.
Thanks Helge!
On 02/nov/05, at 17:59, Helge Staedtler wrote:
guy can you be a little more specif
Hi,
If you check the list archives you'll see some mentions of servlet
deployment using a WAR breaking with projects that include Wonder.
Wonder is open source. If you want to get something fixed, you have
two ways:
1) fix it yourself with the source code from project wonder
2) help the m
14 matches
Mail list logo