Re: Custom Business Logic error

2005-11-03 Thread Michael S. Barthelemy
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

Re: WOActiveImage vs WOHyperlink

2005-11-03 Thread Marcos Trejo Munguia
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

Custom Business logic error

2005-11-03 Thread Pete Rive
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

Re: Unit testing

2005-11-03 Thread Christian Pekeler
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

Re: mysql issues

2005-11-03 Thread Chuck Hill
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

Re: mysql issues

2005-11-03 Thread Michael Halliday
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

mysql issues

2005-11-03 Thread Justin Barry
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

(no subject)

2005-11-03 Thread tparks
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

Re: parsing XML with webObjects

2005-11-03 Thread Robert Walker
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

Re: parsing XML with webObjects

2005-11-03 Thread Arturo Perez
.::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

Re: parsing XML with webObjects

2005-11-03 Thread David Teran
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

parsing XML with webObjects

2005-11-03 Thread .::welemski::.
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  -- -- -- -- -- -- -- __

Re: how to use WOStat page?---SOLVED

2005-11-03 Thread Amedeo Mantica
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

Re: XHTML generation

2005-11-03 Thread David Teran
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