Eclipse Version: 3.4.1 and WOLIps

2009-02-16 Thread Rukmal Dias
Hi, I recently installed eclipse latest version and installed 'wolips' plugins. After that I started eclipse and selected the previous workspace that I used before. But now eclipse gives error such as 'The import com.webobjects cannot be resolved' etc. Previously (before install new eclipse an

Eclipse Version: 3.4.1 and WOLIps

2009-02-16 Thread Rukmal Dias
Hi, I recently installed eclipse latest version and installed 'wolips' plugins. After that I started eclipse and selected the previous workspace that I used before. But now eclipse gives error such as 'The import com.webobjects cannot be resolved' etc. Previously (before install new eclipse an

Eclipse + WOLips on Windows

2009-02-16 Thread amiel montecillo
Hi, I'm not sure if this is the right place to post this but I'm kind of at wits end on my problem. I am trying to setup my dev environment for webobjects on a windows xp machine (please don't ask why M$) with eclipse 3.4.1 and wolips nightly build. I also have setup WO framework 5.3.3 under c:\A

Re: where to put the css and JS

2009-02-16 Thread Kevin Windham
On Feb 16, 2009, at 12:49 PM, Gustavo Pizano wrote: Hello again, well Im still having some problems with a .css, Im doing the following: wo:ERXStyleSheet> but when I run the app it says : Unable to get contents of file '/Library/WebServer/Documents/cgi-bin/ WebObjects/niftyCorners.css' fo

Re: Migration/Frontbase Implementation Question

2009-02-16 Thread Kevin Windham
On Feb 16, 2009, at 8:37 PM, Chuck Hill wrote: On Feb 14, 2009, at 10:56 AM, Kevin Windham wrote: I was going through part two of the WO Podcast that David LeBer did, and I noticed a difference in the way his code worked with MySQL and mine worked with FrontBase. In the second migration

Re: Help with passing headers in the WORedirect

2009-02-16 Thread Chuck Hill
On Feb 13, 2009, at 12:11 AM, Freddie Tilley wrote: On 12 feb 2009, at 19:55, Chuck Hill wrote: On Feb 12, 2009, at 9:55 AM, Freddie Tilley wrote: I wish to pass some header variables to a redirect but I'm having some problems I'm trying to set the header as follows (I found this somewhere

Re: Component with bindings in dictionary.

2009-02-16 Thread Chuck Hill
On Feb 16, 2009, at 3:09 AM, lgazda wrote: Hi, I am trying to make something like this: I want to be able to switch dynamically components (base on some variables) in few places (on single site) and i don't want to use conditionals. My idea: I want to have component which extends for exa

Re: JDBC URL on a per session basis

2009-02-16 Thread Richard Stephens
Hi Chuck, Andrew, and Cheong, Thanks heaps for your advice. There won't be any objects in common between the sessions. I'm basically trying to avoid deploying a new version of the application for each customer. However after speaking with my colleagues we have decided that it will be eas

Re: Migration/Frontbase Implementation Question

2009-02-16 Thread Chuck Hill
On Feb 14, 2009, at 10:56 AM, Kevin Windham wrote: I was going through part two of the WO Podcast that David LeBer did, and I noticed a difference in the way his code worked with MySQL and mine worked with FrontBase. In the second migration there is a bit of code that adds some groups an

Re: ADC / WO after 5.4 and NDA

2009-02-16 Thread Mike Schrag
Where is possible to write about future WO version ? There are mailing lists for ADC members? If you're a member of the AppleSeed program, the AppleSeed forums is the place to discuss it. If you're not, I don't think there are any NDA-covered WO forums available. Definitely file radars. ms

Re: Updating WORequest form values in 5.4

2009-02-16 Thread Mike Schrag
Prior to WO 5.4 WORequest.formValues() returned a NSMutableDictionary object. You had to cast the returned object to NSMutableDictionary as WORequest.formValues() return type was declared to be NSDictionary. Technically speaking, you should not be doing this -- it's a violation of the API t

ADC / WO after 5.4 and NDA

2009-02-16 Thread Amedeo Mantica
Where is possible to write about future WO version ? There are mailing lists for ADC members? Regards Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubsc

Updating WORequest form values in 5.4

2009-02-16 Thread JR Ruggentaler
Prior to WO 5.4 WORequest.formValues() returned a NSMutableDictionary object. You had to cast the returned object to NSMutableDictionary as WORequest.formValues() return type was declared to be NSDictionary. In WO 5.4 the returned object is NSDictionary() not the subclass NSMutableDictionar

Re: JDBC URL on a per session basis

2009-02-16 Thread Chuck Hill
On Feb 15, 2009, at 2:19 AM, Andrew Lindesay wrote: Hello Richard; I've not done anything like this, but maybe you might be able to create a new model-group for each session somehow and then change the connection dictionary on the model in the model group, but I'm not sure on the mechani

where to put the css and JS

2009-02-16 Thread Gustavo Pizano
Hello again, well Im still having some problems with a .css, Im doing the following: but when I run the app it says : Unable to get contents of file '/Library/WebServer/Documents/cgi-bin/ WebObjects/niftyCorners.css' for uri: /cgi-bin/WebObjects/ niftyCorners.css I have the .css under Web

Component with bindings in dictionary.

2009-02-16 Thread lgazda
Hi, I am trying to make something like this: I want to be able to switch dynamically components (base on some variables) in few places (on single site) and i don't want to use conditionals. My idea: I want to have component which extends for example WOString and take one binding which is dic