Re: WOLips questions

2017-10-02 Thread André Rothe
Thank you Paul, that was the information I was looking for. If both the DirectAction class name and Main class name are hard-wired without any property to configure another name, then I shouldn't change that in my project. Best regards André On 30.09.2017 02:45, Paul Hoadley wrote: > Hi André, >

Re: WOLips questions

2017-09-29 Thread Paul Hoadley
Hi André, On 29 Sep 2017, at 9:17 pm, André Rothe wrote: > I would like to know, where WebObjects defines, that the method > DirectAction.defaultAction() will be called? There the Main component will be > set as next (first) page, as I understand. The Main component is hard-wired (as a magic

Re: WOLips questions

2017-09-29 Thread Stéphan Mertz
Hello André, You should read : . https://wiki.wocommunity.org/display/documentation/Development-Direct+Actions . http://wocommunity.org/documents/javadoc/WebObjects/5.4.2/com/webobjects/appserver/WODirectAction.html

WOLips questions

2017-09-29 Thread André Rothe
Hi, I would like to know, where WebObjects defines, that the method DirectAction.defaultAction() will be called? There the Main component will be set as next (first) page, as I understand. Can I configure another name of the default DirectAction class in my project? Thank you Andre _

Re: WOLips Questions

2011-12-16 Thread Ramsey Gurley
On Dec 16, 2011, at 9:37 AM, Gino Pacitti wrote: > Thanks for that.. it resolved the first question but this: >> Press control-space again, and you get an autocomplete list of all your >> existing wod bindings. Start typing and the ones that don't match are >> filtered out of the list. > > Do

Re: WOLips Questions

2011-12-16 Thread Gino Pacitti
Thanks for that.. it resolved the first question but this: Press control-space again, and you get an autocomplete list of all your existing wod bindings. Start typing and the ones that don't match are filtered out of the list. Does not seem to work... do I have turn something on? Gino On

Re: WOLips Questions

2011-12-16 Thread Ramsey Gurley
On Dec 16, 2011, at 8:55 AM, Gino Pacitti wrote: > Sorry if this is somewhere obvious but how do modify this behavior in Eclipse > WOLips > > > I use the insert WOString into component view and it prints: > > > > How do I get it to be Type in and leave the cursor between the quote mar

WOLips Questions

2011-12-16 Thread Gino Pacitti
Sorry if this is somewhere obvious but how do modify this behavior in Eclipse WOLips I use the insert WOString into component view and it prints: How do I get it to be And if in the wod file... I saw in a WOCommunity movie a way to mouse over the work myName and a modal window appears a

Re: 2 WOLips Questions.

2008-02-11 Thread Pierce T. Wetter III
On Jan 27, 2008, at 7:07 AM, Jean-François Veillette wrote: subversion is a nice improvement over cvs, but if you are going to switch, now is the time to take a look at the other options ... Take a look at git (and/or mercurial) : http://www.kernel.org/pub/software/scm/git/docs/cvs-migration

Re: 2 WOLips Questions.

2008-01-27 Thread Guido Neitzer
On 27.01.2008, at 08:03, Mike Schrag wrote: My main problem with git is that the Eclipse plugins for it are not mature enough for production use (as of maybe a month or two ago). I'm WAY too spoiled by nice Eclipse version control plugins at this point :) Other than that, git is pretty sli

Re: 2 WOLips Questions.

2008-01-27 Thread Mike Schrag
My main problem with git is that the Eclipse plugins for it are not mature enough for production use (as of maybe a month or two ago). I'm WAY too spoiled by nice Eclipse version control plugins at this point :) Other than that, git is pretty slick. ms On Jan 27, 2008, at 9:07 AM, Jean-Fr

Re: 2 WOLips Questions.

2008-01-27 Thread Jean-François Veillette
subversion is a nice improvement over cvs, but if you are going to switch, now is the time to take a look at the other options ... Take a look at git (and/or mercurial) : http://www.kernel.org/pub/software/scm/git/docs/cvs-migration.html I think git's branching model is way better than the dire

Re: 2 WOLips Questions.

2008-01-26 Thread Louis Demers
Hi, On 26-Jan-08, at 22:08 , Drew Thoeni wrote: Does not sound stupid to me. Like I said, I'm an extreme newbie with SCM. CVS was the default, so I used it. can you point me to a good place to start with a "how-to" on subversion? The base for all svn is http://subversion.tigris.org/. An

Re: 2 WOLips Questions.

2008-01-26 Thread Drew Thoeni
Does not sound stupid to me. Like I said, I'm an extreme newbie with SCM. CVS was the default, so I used it. can you point me to a good place to start with a "how-to" on subversion? Drew On Jan 26, 2008, at 3:52 PM, Mr. Pierre Frisch wrote: I may be asking a stupid question, but why are you

Re: 2 WOLips Questions.

2008-01-26 Thread Mr. Pierre Frisch
I may be asking a stupid question, but why are you making you life miserable with cvs I would use subversion which is a drop in replacement for cvs and has some definite advantages. Beware of cvs and UTF-8 encoded files. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 26, 2008, at 11:27,

Re: 2 WOLips Questions.

2008-01-26 Thread Drew Thoeni
On the SCM, I'm using the default, CVS. It did work originally, and I am way newbie on CVS. Is there a way to just drop the EOModel from the CVS lib and reload from my machine? On the editors, I like the "close the window" approach. Thanks for the tip. Drew On Jan 26, 2008, at 9:39 AM, M

Re: 2 WOLips Questions.

2008-01-26 Thread Mike Schrag
1) When I use SCM and commit a project, the EOModel committed the first time, and I was able to retrieve it on another machine, but it no longer will upload (using Team>Commit...). It appears that Eclipse is not aware of changes in the EOModel (because the EOModel does not show up in the "c

2 WOLips Questions.

2008-01-26 Thread Drew Thoeni
After much prompting, finally changed from XCode to Eclipse. As many have stated, I wish I had done it earlier. But, the hassle of converting code and, more difficult, converting me, was over in a few days. Two questions though: 1) When I use SCM and commit a project, the EOModel committed