Re: Question on addObjectToBothSidesOfRelationshipWithKey

2007-07-24 Thread Lachlan Deck
On 25/07/2007, at 5:57 AM, James Cicenia wrote: I checked the model "carefully"... the relationship from pn -- ndt is such where ndt uses vertical inheritance so has a qualifier in it. If you're using vertical inheritance the rule-of-thumb I found that works is: 'every non-class foreign

Re: Form values in URL?

2007-07-24 Thread Lachlan Deck
On 24/07/2007, at 1:54 AM, John Huss wrote: 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 : WO

Re: WXCheckboxList & deployment question - making jars from frameworks

2007-07-24 Thread D Tim Cummings
The following has worked for me to make jars of frameworks. (It doesn't work if there are other jar's in the Resources/Java directory) cp -R /Library/Frameworks/WOComponentElements.framework /Library/ WebObjects/lib/ mv /Library/WebObjects/lib/WOComponentElements.framework/Resources/ Java/WO

Re: WXCheckboxList & deployment question

2007-07-24 Thread Art Isbell
On Jul 24, 2007, at 1:29 PM, Chuck Hill wrote: No, I don't know how to make Xcode generate one of these jars, hopefully someone else will. I would try setting the BUNDLE_AS_JAR build setting in the top-level target (i.e., the target whose name is the project name) to "YES". Building the

Re: WXCheckboxList & deployment question

2007-07-24 Thread Chuck Hill
On Jul 24, 2007, at 4:14 PM, Randy Wigginton wrote: For my project I wanted to use the WXCheckbox element; so, I loaded the project into XCode, built the deployment version (which made / Library/Frameworks/WOComponentElements), added that framework to my project. Immediately, I noticed t

WXCheckboxList & deployment question

2007-07-24 Thread Randy Wigginton
For my project I wanted to use the WXCheckbox element; so, I loaded the project into XCode, built the deployment version (which made / Library/Frameworks/WOComponentElements), added that framework to my project. Immediately, I noticed the build never worked; it always gave an error that t

Re: Question on addObjectToBothSidesOfRelationshipWithKey

2007-07-24 Thread Chuck Hill
On Jul 24, 2007, at 12:57 PM, James Cicenia wrote: I checked the model "carefully"... the relationship from pn -- ndt is such where ndt uses vertical inheritance IME vertical inheritance is immediately suspect. It is the least used mapping for inheritance and the least efficient. I'd

Re: Question on addObjectToBothSidesOfRelationshipWithKey

2007-07-24 Thread James Cicenia
I checked the model "carefully"... the relationship from pn -- ndt is such where ndt uses vertical inheritance so has a qualifier in it. Though that should still be transparent.. or should I have reversed it where I do: ndt.addObjectToBothSidesOfRelationshipWithKey(pn ,"documentsTab"); t

Re: Question on addObjectToBothSidesOfRelationshipWithKey

2007-07-24 Thread Chuck Hill
On Jul 24, 2007, at 12:40 PM, James Cicenia wrote: I am doing something like this: PortfolioNotifications pn = (PortfolioNotifications) EOUtilities.createAndInsertInstance(ec, "PortfolioNotifications"); this.addObjectToBothSidesOfRelationshipWithKey(pn,"notification"); Notif

Question on addObjectToBothSidesOfRelationshipWithKey

2007-07-24 Thread James Cicenia
I am doing something like this: PortfolioNotifications pn = (PortfolioNotifications) EOUtilities.createAndInsertInstance(ec, "PortfolioNotifications"); this.addObjectToBothSidesOfRelationshipWithKey(pn,"notification"); NotificationDocumentsTab ndt = (NotificationDocumentsTab)

Re: Faxing from WO apps ?

2007-07-24 Thread David Haggerty
We decided to outsource the faxing to a hosted service. We use http://www.interfax.net/en/. They have a Java API. It's more expensive than setting something up ourselves (7 cents/page) but then we didn't need to worry about the setup and fax compatibility. David ___

Job Opportunity: Lead Architect / Director of IT

2007-07-24 Thread David Haggerty
I will be leaving YFU in a couple of weeks and they are looking for a replacement. We're a small WebObjects group so the Director of the department is more of a Lead Architect with managerial responsibilities. Youth For Understanding USA Information Technology Director Position available August

Re: Caching many to many

2007-07-24 Thread Chuck Hill
On Jul 24, 2007, at 3:11 AM, Ute Hoffmann wrote: Hallo, I use code like: aGruppe.jgruppeprodukts_produkt() to fill a Array with Objects. The Objects come from a flattened many to many realtionship. This works well, but when I add a new Element to the relationship the element will not sho

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

2007-07-24 Thread Guido Neitzer
On 23.07.2007, at 21:53, David Holt wrote: Your best bet now is to look at the D2W chapters in the WROX book and to track down the articles from Max Muller and read them. They ignore the web assistant altogether. And they do that for very good reasons. The web assistant screws your rule f

Re: Faxing from WO apps ?

2007-07-24 Thread Simon McLean
we use hylafax, currently via an email gateway but we are working right now on replacing that with the java API. hylafax is rock solid, regularly maintained and has the added advantage of superb commercial support from ifax solutions (ifax.com). we actually run hylafax with several USB mode

Faxing from WO apps ?

2007-07-24 Thread Pascal Robert
Hello fellow WO dudes, we are looking at solutions to fax PDF documents from a couple of WO apps and I was wondering if any of you is already doing that. So far, we looked or tried : - Hylafax. A old one, who is still alive. We found a Java library to connect to it, and so far it works

Re: Caching many to many

2007-07-24 Thread Daniele Corti
2007/7/24, Ute Hoffmann <[EMAIL PROTECTED]>: Hallo, I use code like: aGruppe.jgruppeprodukts_produkt() to fill a Array with Objects. The Objects come from a flattened many to many realtionship. Without know what this method do, I can't say what the problem can be, but try use ec.refreshAllOb

Caching many to many

2007-07-24 Thread Ute Hoffmann
Hallo, I use code like: aGruppe.jgruppeprodukts_produkt() to fill a Array with Objects. The Objects come from a flattened many to many realtionship. This works well, but when I add a new Element to the relationship the element will not show in the list. Question: Is there a way to get a r