Building 5.4 examples

2007-07-23 Thread Ian Joyner
We probably can't discuss this publically, being under NDA, but I can't get the examples under 5.4 to build. I'm following the instructions in the Examples/JavaWebObjects/GettingStarted.rtf. I can install the databases fine. However, the ant does not work because there is no build.xml file

Re: Can't customize a D2W app (running in Wonder)...

2007-07-23 Thread David Holt
Hi Louis, Given your description, it sounds like you are trying to use the web assistant. You won't be able to do that with WOnder. You now have to look at Rule Modeler which you will find with the Wonder downloads. Your best bet now is to look at the D2W chapters in the WROX book and to

Can't customize a D2W app (running in Wonder)...

2007-07-23 Thread Louis Demers
Hi, I'm trying to create a D2W apps based upon Wonder. When I try customize, the java applet starts and I can edit the page. However I cannot double click a property to add it to the show column. If I double click a property in the show columns it correctly disappears from the show column

Re: Ajax problem with Wonder 4.0

2007-07-23 Thread John Larson
As a follow-up, it definitely looks like something screwy with my Eclipse project configuration. Like I wrote before, a new project works fine. The same project that I can't get to use 4.0 in development works just fine in a ssdd deployment with 4.0. But that is no help when debugging.

Re: Ajax problem with Wonder 4.0

2007-07-23 Thread John Larson
As a follow-up, it definitely looks like something screwy with my Eclipse project configuration. Like I wrote before, a new project works fine. The same project that I can't get to use 4.0 in development works just fine in a ssdd deployment with 4.0. But that is no help when debugging.

Re: Form values in URL?

2007-07-23 Thread Chuck Hill
File a feature request http://issues.objectstyle.org/jira/secure/ Dashboard.jspa On Jul 23, 2007, at 9:10 AM, John Huss wrote: Ah! I see. Obviously this isn't my area of expertise. I wonder if the "method" binding could be added to the code-completion in the wod-editor - that would be h

Re: Propagate primary key questions

2007-07-23 Thread Chuck Hill
On Jul 23, 2007, at 5:33 AM, James Cicenia wrote: Well I was tired Anyway,,, I think EO was messing with my head. I thought for some reason I read that EO would create an eo automatically if it was mandatory and with propagate key. It will. BUT. This happens when the owning EO is _

Re: Ajax problem with Wonder 4.0

2007-07-23 Thread John Larson
Sorry about posting to the wrong list - I will repost on Wonder (?). I do have the frameworks update, which is what is so weird. Like I said, I have two different projects in the same workspace and one works, and the other doesn't. If I just update the Ajax.framework, then I get the class

Re: [OT] Composing a web page out of multiple files

2007-07-23 Thread Florijan Stamenkovic
Hi all, Thanks for your replies. But let me get this straight, there is no such thing built into the xhtml definition as a standard? Is it me, or does this seem *incredibly* illogical? So every web designer that wants to keep his pages somewhat organized, and wants to avoid duplicate cod

Re: Ajax problem with Wonder 4.0

2007-07-23 Thread Timo Hoepfner
Hi, this should probably better go to the Wonder discussion list. Have you updated the WebServerResources of the web server (e.g. / Library/WebServer/Documents/WebObjects/Frameworks/Ajax.framework)? Timo Am 23.07.2007 um 17:40 schrieb John Larson: I've been using the Ajax components of 3.0

Re: Form values in URL?

2007-07-23 Thread John Huss
Ah! I see. Obviously this isn't my area of expertise. I wonder if the "method" binding could be added to the code-completion in the wod-editor - that would be helpful. Thanks, John ___ Do not post admin requests to the list. They will be ignored. Web

Re: File Download

2007-07-23 Thread Daniele Corti
2007/7/23, WILLIAM GARNETT <[EMAIL PROTECTED]>: Hello everyone; I need to make an XML file from my online database and be able to download it and have it saved on the user's disk. Can anyone tell me how this can be done please? Hi Bill, Look to create and manipulate XML in java, you have m

Re: Form values in URL?

2007-07-23 Thread Stefan Klein
WOForm uses HTTP POST Stefan John Huss schrieb: I have a series of forms that follow each other and are all direct action pages. I thought the form values to be put into the URL, but they aren't. What controls this? Here's my form: Address AddressForm :

Form values in URL?

2007-07-23 Thread John Huss
I have a series of forms that follow each other and are all direct action pages. I thought the form values to be put into the URL, but they aren't. What controls this? Here's my form: Address AddressForm : WOForm { directActionName = "map"; }

Ajax problem with Wonder 4.0

2007-07-23 Thread John Larson
I've been using the Ajax components of 3.0 for some time with no problems. I upgraded to 4.0 and they no longer work. I've done a lot of sleuthing and have some info that I hope can elicit some help on where to look. 1) If I make a new woapplication in Eclipse everything works fine. (I'

Re: Unable to create page

2007-07-23 Thread Guido Neitzer
On 22.07.2007, at 21:00, Anthony Arthur wrote: Fixed, and no point in explaining, but just wanted everyone to know that no further replies were needed on this one. So, for the archives: what was the problem? Trying to create the page outside the RR-Loop? cug __

Re: Need some help with fckeditor

2007-07-23 Thread Mike Bobkiewicz
Am 23.07.2007 um 15:42 schrieb Gino Pacitti: What about the path to the basepath oFCKeditor.BasePath = 'fckeditor/fckeditor.js' ; Should it not be the root of your server oFCKeditor.BasePath = '/fckeditor/fckeditor.js' ; I´ve tested this but this produces an "file not found" error

OTCPOIArchive Excel File generation

2007-07-23 Thread Gino Pacitti
Hi All I took a look at this class... OTCPOIArchive. Does anyone have a snippet of code that demonstrates its usage? Also in the class: import com.webobjects.foundation.*; import com.webobjects.appserver.*; import com.webobjects.eocontrol.*; import com.webobjects.eoaccess.*; import com.webob

Need some help with fckeditor

2007-07-23 Thread Mike Bobkiewicz
Hi list, I can´t bring fckeditor and WO 5.3 together on my OS X 10.4 machine. I ´ve copied the fckeditor folder and added it to the projects webserver resources but anything I try just fails. Even the sample which works from the apache directory on the same machine doesn´t work. Maybe some

Re: [OT] Composing a web page out of multiple files

2007-07-23 Thread Gino Pacitti
This is a similar question but I have a main component that is the entry page for the site - it shows a repetition of product objects. The page needs to be seen as http://www.somedomain.com/index.html not as /cgi-bin/WebObjects etc... and the client does not like a redirect... Is there a

Re: [OT] Composing a web page out of multiple files

2007-07-23 Thread Miguel Arroz
Hi! We use server side includes all the time for that. Yours Miguel Arroz On 2007/07/23, at 07:35, Florijan Stamenkovic wrote: Hi all, I have a question about the-way-to-do-something in xhtml (strict). Without WO or any other such page composing tech. Is there a way to use a compon

Re: [OT] Composing a web page out of multiple files

2007-07-23 Thread James Cicenia
If you aren't running php or such... I have used javascript to do my includes and it seems to work fine. James Cicenia On Jul 23, 2007, at 1:35 AM, Florijan Stamenkovic wrote: Hi all, I have a question about the-way-to-do-something in xhtml (strict). Without WO or any other such page com

Re: Propagate primary key questions

2007-07-23 Thread James Cicenia
Well I was tired Anyway,,, I think EO was messing with my head. I thought for some reason I read that EO would create an eo automatically if it was mandatory and with propagate key. Well this was the first time I was trying to use that portion of EOModeler. It failed me miserably. Cou

File Download

2007-07-23 Thread WILLIAM GARNETT
Hello everyone; I need to make an XML file from my online database and be able to download it and have it saved on the user's disk. Can anyone tell me how this can be done please? Cheers, Bill. ___ Do not post admin requests to the list. They w