Re: How do I change the classpath order?

2012-10-10 Thread Paul Hoadley
Hi Riccardo, On 10/10/2012, at 6:00 PM, Riccardo De Menna wrote: > The order I define in WOLips works fine in development but not in deployment > where I get a totally different setup. > Manually updating the classpath file every time I redeploy is not an option > and is prone to a lot of error

Re: Generate a pdf with multiple page - [RESOLVED]

2012-10-10 Thread Raymond NANEON
Hi, I think my problem is resolved. All works fine. Thanks a lot Envoyé depuis iCloud Le 9 oct. 2012 à 20:56, Theodore Petrosky a écrit : > I use JasperReports also but I pass in my EO and let the framework do its > magic. > > Ted > > --- On Tue, 10/9/12, Raymond NANEON wrote: > >> Fro

Trouble with ERXLocalizer and currencies

2012-10-10 Thread Lon Varscsak
Hey all, I'm working with an app that's setup to do two languages (English and Japanese) and am working on some code to localize currencies (just formatting). I've added a key to both the English and Japanese Localizable.strings files and reference those keys in numberformat declarations. This m

Re: Creating a Git Server

2012-10-10 Thread Ted Archibald
When I switched over to git, I had problems with git on my 10.5 server. According to my notes, installing via macports solved my problems. On Tue, Oct 9, 2012 at 1:30 PM, Roger Perryman wrote: > Can anyone confirm (or deny) that git 1.7.5.4 is the latest version that > works on OSX 10.5? I inst

WOLips default binding definitions

2012-10-10 Thread Johann Werner
Hi, in WOLips source code I found the definition file for the standard bindings of components like WOForm that have shortcut forms. For most of the bindings there is an attribute "passthrough" as in I could neither find information on the web nor WO documentation nor WOLips source code where

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
On 10/10/2012, at 13:59, programming...@mac.com wrote: > The problem is that you are setting up conditionally displaying different > sets of tabs, but then not providing the method in the session class to do > so. Since you are only using one set of tabs, you really don't need that line. > > If

Re: D2W - Problem with navigation

2012-10-10 Thread programmingosx
On 2012-10-10, at 7:48 AM, Flavio Donadio wrote: > On 10/10/2012, at 10:17, Theodore Petrosky wrote: > >> so it was not a 'virgin' new D2W app. > > Well... Depends on what you mean by "virgin"... :) I made just a couple > changes that shouldn't create serious problems, IMO. > > >> i would tr

Re: D2W - Problem with navigation

2012-10-10 Thread programmingosx
On 2012-10-10, at 7:48 AM, Flavio Donadio wrote:On 10/10/2012, at 10:17, Theodore Petrosky wrote:so it was not a 'virgin' new D2W app.Well... Depends on what you mean by "virgin"... :) I made just a couple changes that shouldn't create serious problems, IMO.i would try that. select new D2W wonder a

Re: How do I change the classpath order?

2012-10-10 Thread Michael Hast
I thought, as Paul pointed out, when one goes in Eclipse to [Project] > Build Path > Configure Build Path... > Order and Export and changes the order of the frameworks, it changes the order of the frameworks in the .classpath file for you. And when we do an ant build and looking in the ClassPa

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
Pascal, Maybe that's the problem. I'm gonna try it... Cheers, Flavio On 10/10/2012, at 11:57, Pascal Robert wrote: > > Le 2012-10-10 à 10:54, Flavio Donadio a écrit : > >> Pascal, >> >> >> Do you have something different on your configurations, maybe? My Eclipse >> preferences are prett

Re: D2W - Problem with navigation

2012-10-10 Thread Pascal Robert
Le 2012-10-10 à 10:54, Flavio Donadio a écrit : > Pascal, > > > Do you have something different on your configurations, maybe? My Eclipse > preferences are pretty much the defaults, except for the settings recommended > in the installation tutorial. I just enabled that "Automatically run >

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
Pascal, Do you have something different on your configurations, maybe? My Eclipse preferences are pretty much the defaults, except for the settings recommended in the installation tutorial. I just enabled that "Automatically run EOGenerator" setting... I noticed, in Eclipse preferences -> WOL

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
On 10/10/2012, at 10:17, Theodore Petrosky wrote: > so it was not a 'virgin' new D2W app. Well... Depends on what you mean by "virgin"... :) I made just a couple changes that shouldn't create serious problems, IMO. > i would try that. select new D2W wonder app. then run. do nothing else. do >

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
David, The exception says there's no method or member with that name... Strange... I'll try Theodore's tip and create a new project. Cheers, Flavio On 10/10/2012, at 10:24, David LeBer wrote: > There definitely looks like there is something missing in that tutorial. > > The session needs t

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
Theodore, This did the trick for EOModel class generation! Thanks! Cheers, Flavio On 10/10/2012, at 10:59, Theodore Petrosky wrote: > BTW, > > Eclipse => Preferences => WOLips => Build > > should have a check in Automatically run EOGenerator if you want automatic > generation of your mod

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
BTW, Eclipse => Preferences => WOLips => Build should have a check in Automatically run EOGenerator if you want automatic generation of your model. Ted --- On Wed, 10/10/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: Re: D2W - Problem with navigation > To: "Theodore Petrosky"

Re: D2W - Problem with navigation

2012-10-10 Thread Pascal Robert
Be aware that I wrote the tutorial, but I don't have D2W experience beside this tutorial and some fixes in an app. Maybe a D2W god could fix the tutorial if something is not working (but it did work for me). > Theodore, > > > Yes. I followed this tutorial: > http://wiki.wocommunity.org/displa

Re: D2W - Problem with navigation

2012-10-10 Thread David LeBer
There definitely looks like there is something missing in that tutorial. The session needs to return a value for "navigationRootChoice" - missing method maybe? D On 2012-10-10, at 8:39 AM, Flavio Donadio wrote: > Theodore, > > > Yes. I followed this tutorial: > http://wiki.wocommunity.org/

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
also, did you view the d2w podcasts? those tutorials are great. --- On Wed, 10/10/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: Re: D2W - Problem with navigation > To: "Theodore Petrosky" > Cc: Webobjects-dev@lists.apple.com > Date: Wednesday, October 10, 2012, 8:39 AM > Theodore

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
so it was not a 'virgin' new D2W app. i would try that. select new D2W wonder app. then run. do nothing else. do not add any other frameworks, nor models. it should work. --- On Wed, 10/10/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: Re: D2W - Problem with navigation > To:

Re: D2W - Problem with navigation

2012-10-10 Thread Flavio Donadio
Theodore, Yes. I followed this tutorial: http://wiki.wocommunity.org/display/documentation/Your+First+D2W+Project The only differences are: 1. I didn't use the EOModel from the framework created in the previous tutorial. I created a new model and migration and went on from there. The automat

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
do I understand you created a NEW wonder D2W app, did no editing and when you ran the app you received these errors? --- On Tue, 10/9/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: D2W - Problem with navigation > To: Webobjects-dev@lists.apple.com > Date: Tuesday, October 9, 2012,

Re: How do I change the classpath order?

2012-10-10 Thread Riccardo De Menna
Hi Paul, The order I define in WOLips works fine in development but not in deployment where I get a totally different setup. Manually updating the classpath file every time I redeploy is not an option and is prone to a lot of errors. There must be a way to act on the deployed classpath file?!?