Re: Exception in saveChanges(): rowDiffsForAttributes - snapshot does not contain value

2007-02-24 Thread Wolfram Stebel
t anymore) by doing >> ec.unlock(); ec.lock(); immediately before ec.saveChanges();. My >> guess is that this allows the snapshot to get updated. I suspect >> there is still a race condition in there where the a refreshing >> fetch is done on the download load while saveCh

Re: daylight saving time problem

2007-01-28 Thread Wolfram Stebel
Am 27.01.2007 2:47 Uhr schrieb "Pascal Robert" unter <[EMAIL PROTECTED]>: > Well : > > Code example and downloadable project corrected on > 2007/02/16 > < > > It's not only WO who have a problem with time :-) It starts in the morning and does not end in the evening... It's simply not en

Re: ANN : WebObjects Dinner in Sydney

2007-01-25 Thread Wolfram Stebel
Am 25.01.2007 4:09 Uhr schrieb "Andrew Lindesay" unter <[EMAIL PROTECTED]>: > Hello; > > To coincide with Apple's "Leopard Tech Talk" in Sydney, Andrew > Lindesay and Michelle Parker are organising a dinner for folk who are > in Sydney at the time and are working with WebObjects application- > se

WOLips and EOGenerator

2006-08-27 Thread Wolfram Stebel
Hi all, I also try to make the great EOGenerator running with WOLips/Eclipse 3.2. Are there any tips already posted or might somenone of you tell how to? I know there is the button in the WOLips perspective and i can add my EOModel, but where should the .eogen file be located, when is it executed.

Folder structure with Eclipse

2006-08-27 Thread Wolfram Stebel
Hi all, My WO project has grown in the last years and it is not structured to well, with packages etc. I'm coming from a Xcode project with lots of nested folders for WebComponents as well as for java files. Now i want a clear folder structure in Eclipse too. What is a clever "refactoring" for i

Moved to WOLips, problem with CVS

2006-08-27 Thread Wolfram Stebel
Hi all, i successfully moved to eclipse with wolips. Thanks to mdimension for the tutorial how to do it! Now i'm gona setup CVS. I use it with CVL on localhost at the moment. Now i tried the settings: Eclipse preferences for CVS: Ext connection mode:CVS_RSH = ssh, CVS_SERVER /usr/bin/cvs CVS set

Re: Thoughts on WOFoundation

2006-08-20 Thread Wolfram Stebel
Am 20.08.2006 9:18 Uhr schrieb "James M. Terry" unter <[EMAIL PROTECTED]>: See also thread: Re: whywebobjects.org - WWDC followup [and URLs], Lets Start doing it Se also last mail from Don Guernsey <[EMAIL PROTECTED]> at "WebObjects Foundation" thread. James, would you tie all them together? Th

Re: whywebobjects.org - WWDC followup [and URLs], Lets Start doing it

2006-08-19 Thread Wolfram Stebel
Hi list, Sorry for ignoring the tons of mails that have been spend on this and similar subjects since WWDC 2006 (i've read some of them, but the threads got longer and longer..., and less interesting [sorry]). I can see clearly that the community has to engage itself and i want to do my part and

Re: WWDC & XCode 3

2006-08-08 Thread Wolfram Stebel
Am 08.08.2006 0:57 Uhr schrieb "Randy Wigginton" unter <[EMAIL PROTECTED]>: > Not being at WWDC, I'm curious as to whether XCode 3 will support > WebObjects? > > Has anything at all been announced at WWDC, or are they maintaining > the grand tradition of ignoring WO? (Thinking of getting a WO AI

Re: WOFileUpload + WORepetition, how to?

2006-07-21 Thread Wolfram Stebel
Am 20.07.2006 18:43 Uhr schrieb "Miguel Arroz" unter <[EMAIL PROTECTED]>: > Hi! > >I have a WOrepetition on my page, that iterates and generates > something like this: > >-- > >Field 1: >Field 2: >File Upload: > >-- > >Field 1: >

Re: Stuck in chapter 3 of the Mendis book

2006-06-29 Thread Wolfram Stebel
Am 29.06.2006 8:57 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>: Hi Janine, (...removed some words about this book here...) Drop this book. That helped me. I used another beginners book instead, Visual Quickpro Guide WebObjects 5 (Josh Marker). It helped me a lot more. After this tr

Re: Relation oddity

2006-06-25 Thread Wolfram Stebel
lated object iterates > its relationships during a validation step - since you can be sure > all the relationships are right... > > Ken Appreciate your help Wolfram > > > On Jun 24, 2006, at 6:19 AM, Wolfram Stebel wrote: > >> Hi list, >> >> i have a hu

Relation oddity

2006-06-24 Thread Wolfram Stebel
Hi list, i have a huge data modell and allways use factory methods to create and init EO's. I'm using the defaultEditingContext. In some of the factory methods i assign a Division "d" to a (n:1) relation by the setter (Division is a derived class in a vertical inheritance). "d" is taken from pers

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread Wolfram Stebel
Am 25.05.2006 23:48 Uhr schrieb "David Haggerty" unter <[EMAIL PROTECTED]>: > We recently upgraded to 5.3.1 from 5.2.4 and are having problems with > WOActionURL. We use WOActionURL for Ajax and the & is adding the HTML > escape in 5.3.1 but never did this in 5.2.4. This is causing it to not > f

Re: Need help building an EOQualifier with session values

2006-05-22 Thread Wolfram Stebel
Am 22.05.2006 21:51 Uhr schrieb "Mike Schrag" unter <[EMAIL PROTECTED]>: Hello Mike, i dont think that that your arguments for "use always key path" are valid. I think there is a difference in calling "length" as a method on String instead of following a relation, a more important reason that "va

Re: method failed to update row

2006-05-20 Thread Wolfram Stebel
se_Objects/index.html > > This gives a couple of solutions to these "Optimistic Locking" > exceptions, including some sample code (note that there may be some > errors in the sample code, but I think they are pretty easy to find > and fix). > > On May 19, 2006, at 4:02 P

method failed to update row

2006-05-19 Thread Wolfram Stebel
Hi List, another problem i encounter today: i have two WO applications running, one uses objects from a sharedEditingContext for display only. In one method of this appication i added the following: ... EOEditingContext localEC = new EOEditingContext (); localEC.setSharedEditingContext ( null );

Re: cant analyse illegalstateexception SOLVED

2006-05-19 Thread Wolfram Stebel
key was actually causing the > problem or not. > > Dave > > > On May 17, 2006, at 12:09 PM, Wolfram Stebel wrote: > >> Hi List, >> >> i have a problem to analyse the following error: >> >> java.lang.IllegalStateException: A valid global ID

Re: Setting a Default toOne Relationship

2006-05-18 Thread Wolfram Stebel
Am 18.05.2006 23:06 Uhr schrieb "David Avendasora" unter <[EMAIL PROTECTED]>: > You see, I knew I was missing something obvious. And here I was > trying to override the setter for the relationship. Nothing like > trying to do it the hard way. And after all this good tips, you might think about fac

Re: AJAX WebObjects Integration

2006-05-18 Thread Wolfram Stebel
Am 18.05.2006 14:23 Uhr schrieb "Tokalak, Ahmet. D-IT2" unter <[EMAIL PROTECTED]>: > Hi, > > I want integrate AJAX in my WO apps, but i'm facing big problems. The > biggest problems i see is the stucture of a WO application. > > Has anybody gained experience of WO-AJAX integration ? (I wanna w

Re: SQL error on saving changes

2006-05-17 Thread Wolfram Stebel
Am 17.05.2006 16:15 Uhr schrieb "Anjo Krank" unter <[EMAIL PROTECTED]>: >> INSERT INTO PHOTO(CREATION_DATE, USER_ID, UNIQUE_NUMBER, THUMBNAIL, >> PHOTO_ID, IS_DELETED) VALUES (1.283486E+8, 2, 8, 'qraaa000', 16423, 0) > > Your creationDate seems to be a BigDecimal? How about printing it out? > >

cant analyse illegalstateexception

2006-05-17 Thread Wolfram Stebel
Hi List, i have a problem to analyse the following error: java.lang.IllegalStateException: A valid global ID could not be obtained for entity named Class_Hour, relationship named location_Rooms, primary key dictionary {fk_location_room = 5; fk_class = 26; } Stack: EODatabaseContext.java5062

Re: NSTimestampFormatter DECREMENTING 'day' on each pass

2006-05-16 Thread Wolfram Stebel
Am 16.05.2006 0:37 Uhr schrieb "WebObjects" unter <[EMAIL PROTECTED]>: > I did scour the archives before asking - all roads lead to the same > unanswered question... How is an EOF attribute like " serverTimeZone = GMT;" > set? Doc of EOAttribute: " The handling of dates assumes by default that bo

Re: WOUnitTest pattern?

2006-05-13 Thread Wolfram Stebel
rectActions - Fifth to test the robustnes of DA's to wrong input (When someone creates it's DA-calls manually) Am i wrong? Regards Wolfram > > Cheers, Anjo > > Am 13.05.2006 um 16:23 schrieb Wolfram Stebel: > >> Hi all, >> >> is there some nice pattern

WOUnitTest for relations

2006-05-13 Thread Wolfram Stebel
Hi again, i try to create an object hierarchy in the test editing context. the factory methods below set up the relations as required. then i delete the root object from the ec. I want to see, that the delete rule "cascade" realy does a cascaded delete! i thought, i could test the remaining conte

WOUnitTest pattern?

2006-05-13 Thread Wolfram Stebel
Hi all, is there some nice pattern how to test DirectActions with unit testing? The "problem" starts with how to call the direct actions with parameters from unit test. Any help is appreciated! regards Wolfram ___ Do not post admin requests to the l

Re: Help on big relationship

2006-05-12 Thread Wolfram Stebel
Am 12.05.2006 22:11 Uhr schrieb "Kieran Kelleher" unter <[EMAIL PROTECTED]>: > OK, I've seen how to deal with this in the past somewhere on a WWDC > video or something, but for the life of me I cannot find the approach > right now and I am under the crunch to get this done. > > I have DataList ob

Re: Https post but a http response?

2006-05-05 Thread Wolfram Stebel
Am 05.05.2006 16:45 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>: > YES! That caused me a bit of embarrassment and a few hours of > debugging... though I did learn a lot about Display Groups. Sometimes the worst things are usefull... > > Always last!! That depends on the method you over

Re: Https post but a http response?

2006-05-05 Thread Wolfram Stebel
Am 05.05.2006 7:35 Uhr schrieb "Dave Elsner" unter <[EMAIL PROTECTED]>: > Hi, > > I'm trying to make a login form using HTTPS (from Chucks book page > 102) So that the username and password are sent encrypted. > I need the response page to be a normal HTTP page is this possible? how? > > I've tr

Re: EOModeler SQL generation

2006-05-04 Thread Wolfram Stebel
Am 04.05.2006 9:06 Uhr schrieb "Dave Elsner" unter <[EMAIL PROTECTED]>: > Thanks Sacha and Art. > > This is what I expected (i.e copy EOModelers SQL, paste it into a > text editor). I was just hoping there would be a nicer way incase I > need to do it multiple times. Use WODBUpdate, so you alway

Re: What is the best way and where to create my array...

2006-05-03 Thread Wolfram Stebel
Am 03.05.2006 15:45 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>: Hi James, > Hello - > > Here is my issue with a new site I am developing. > > I have multiple lists on a page. However, in the wrapper there is a pull > down that can will act as a filter. The pull down should be in a fo

Re: Scheduled WOApps not scheduled, Barbarian Solution

2006-04-28 Thread Wolfram Stebel
Am 27.04.2006 19:05 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: > > On Apr 27, 2006, at 12:37 AM, Wolfram Stebel wrote: > >> Hi List, >> >> i have a WOApp running in 7 instances. Each night i scheduled one >> of them to >> rest

Scheduled WOApps not scheduled

2006-04-27 Thread Wolfram Stebel
Hi List, i have a WOApp running in 7 instances. Each night i scheduled one of them to restart at 3AM. When i come to the server in the morning, one instance (the scheduled one) shows "refuse new session=ON" but there is no new log for the instance showing up after restart. So i suspect that the re

Re: Multiple relations for one foreign key?

2006-04-13 Thread Wolfram Stebel
; an attribute. > > On Apr 13, 2006, at 9:03 AM, Wolfram Stebel wrote: > >> Hi list, >> >> is it possible to define more than one relation on the same FK-PK >> combination in EOModeller and will it work? >> I need an inner and an outer joined relation

Multiple relations for one foreign key?

2006-04-13 Thread Wolfram Stebel
Hi list, is it possible to define more than one relation on the same FK-PK combination in EOModeller and will it work? I need an inner and an outer joined relation between the same two tables, characterized by the same keys. TIA Wolfram ___ Do not p

Re: Download File Question for IE

2006-04-03 Thread Wolfram Stebel
Am 03.04.2006 4:38 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>: > Hello - > > Anyone knows why IE brings up a viewer vs. the regular Microsoft > Application? > In other words instead of downloading the file and launching EXCEL it > brings > up the EXCEL viewer instead. > > - James Cice

Re: URGENT issues with CLOSE_WAIT states

2006-04-03 Thread Wolfram Stebel
Am 03.04.2006 2:03 Uhr schrieb "Corin Lawson" unter <[EMAIL PROTECTED]>: > Thanks for the response... What major headache that bug is. I shall > upgrade rather than coming up with a creative workaround (I'd love > to, but I need a proper fix). > > I would like to know what kinds of limits there a

Re: WHChangeNotification Question

2006-03-31 Thread Wolfram Stebel
Am 31.03.2006 21:09 Uhr schrieb "Ken Anderson" unter <[EMAIL PROTECTED]>: > No, not really. I personally really like how lightweight > WHChangeNotification is. I'm using a modified version of it because > I already have a pub/sub system that my apps are participating in. > It really depends on y

Re: Passing values between elements

2006-03-29 Thread Wolfram Stebel
Am 29.03.2006 14:16 Uhr schrieb "Siegfried Makedanz" unter <[EMAIL PROTECTED]>: Besides all the good tips you already have: You might have a "onchange" handler on the first WOPopUpButton doing a "javascript:form.submit()", then updating the second listbox in the RR-loop depending on the selected v

Re: EOKeyValueQualifier not resolving vertical inheritance?

2006-03-15 Thread Wolfram Stebel
Am 14.03.2006 14:18 Uhr schrieb "Kieran Kelleher" unter <[EMAIL PROTECTED]>: Hello Kieran, > I had issues with EOQualifiers and inheritance hierarchies generating > bad SQL a few weeks ago and the solution (Chuck Hill responded I think) > was to stick with single table inheritance if you want re

Re: EOKeyValueQualifier not resolving vertical inheritance?

2006-03-15 Thread Wolfram Stebel
Am 14.03.2006 11:30 Uhr schrieb "Lachlan Deck" unter <[EMAIL PROTECTED]>: Hi Lachlan, Thanks a lot for your suggestions > Hi Wolfram, > > On 14/03/2006, at 7:11 PM, Wolfram Stebel wrote: > >> i create a complex query from user input via EOKeyValueQual

EOKeyValueQualifier not resolving vertical inheritance?

2006-03-14 Thread Wolfram Stebel
Hi List, i create a complex query from user input via EOKeyValueQualifier and other EOQualifiers. Absolutely fine is: EOKeyValueQualifier ( myAttributeName, mySelector, myComparedEO ); Also OK is it for a keypath to a non flattened attribute (lets say: "location.derivedClassAttribute", where loc

NSArray to NSData

2006-03-08 Thread Wolfram Stebel
Sorry for posting without ref. Hi all, i would like to store a NSArray with it's content into a blob (and restore it back from there too) in the database. I found that i need a NSData to put into the blob. Is there a receipe around how to make a NSData out of the NSArray easily? TIA Wolfram

webobjects-dev@lists.apple.com

2006-03-08 Thread Wolfram Stebel
Hi all, i would like to store a NSArray with it's content into a blob (and restore it back from there too) in the database. I found that i need a NSData to put into the blob. Is there a receipe around how to make a NSData out of the NSArray easily? TIA Wolfram

Re: mod_proxy question

2006-03-03 Thread Wolfram Stebel
h I believe > was part of your original question). > > Regards, > Mark > > On Mar 3, 2006, at 1:42 AM, Wolfram Stebel wrote: > >> Am 02.03.2006 23:25 Uhr schrieb "David Chaney" unter >> <[EMAIL PROTECTED]>: >> >>> Wolfam, >&

Re: mod_proxy question

2006-03-02 Thread Wolfram Stebel
Am 02.03.2006 23:25 Uhr schrieb "David Chaney" unter <[EMAIL PROTECTED]>: > Wolfam, > > Check out this site... pretty useful for this sort of thing: > http://www.jewelryluv.com/fashion/pageWithName/ModRewrite/ Sorry for beeing rebellious: Open www.webclubs.de and www.internetsports.de I

mod_proxy question

2006-03-02 Thread Wolfram Stebel
Hi gents, i already asked similar question to do a mod_rewrite... I want any incoming URL like "http://my.server.de/cgi-bin/WebObjects/myApp.woa/wa/myAction"; returned to the client as "http://my.server.de/"; Can i do this with: ProxyPassReversehttp://my.server.de/http://my.server.de/.*

Re: Number

2006-02-21 Thread Wolfram Stebel
Am 21.02.2006 11:08 Uhr schrieb "Jim Wong" unter <[EMAIL PROTECTED]>: > Hi: > > In java and C++, there's the ++, += operations. But in WO, when i > have a data type : > > public Number tmpCode > > how can i use tmpCode for things like tmpCode += 1; or tmpCode++ etc? You can't. Number is an Obje

Re: Problem with page encoding

2006-02-15 Thread Wolfram Stebel
Am 16.02.2006 6:06 Uhr schrieb "Peteris Krisjanis" unter <[EMAIL PROTECTED]>: > Hi! > > I have rather strange problem - my WO app when launched doesn't show > UTF-8 characters normally, except for those textual data who have been > taken from database (Postgresql, UTF-8). HTML is itself utf-8 (At

Re: Most efficient character parsing.

2006-02-15 Thread Wolfram Stebel
Am 15.02.2006 22:43 Uhr schrieb "Eric Stewart" unter <[EMAIL PROTECTED]>: > I've got a WOApp that needs to deal with 200 strings of approximately > 250-500 characters per string. > > I need to strip out all characters that are not ISO-8859-1 legal > characters. So basically any character that is

Re: Quick Image scale down

2006-02-14 Thread Wolfram Stebel
Am 14.02.2006 16:20 Uhr schrieb "Kieran Kelleher" unter <[EMAIL PROTECTED]>: > Can someone recommend the quickest (free) java api to implement a few > lines of code to just scale down an uploaded image to low > resolution/smaller-size. Users upload JPG artwork (about 4MB) for > postcard designs an

How many E-mails maximum?

2006-02-10 Thread Wolfram Stebel
Hi List, my WO-Application is able to send mails to an unrestricted amount of persons. It is not spamming i intent, but sometimes there are huge amounts of mails requested... :-) What is your experience how many mail recipients will pass through the layers (java.mail, mail server)? I have Odai

Re: Many-to-Many inside same Entity

2006-02-07 Thread Wolfram Stebel
Am 07.02.2006 12:31 Uhr schrieb "Amedeo Mantica" unter <[EMAIL PROTECTED]>: > Hi, a question... how to implement this: > > Products entity... > > some product can be related to many other products... > > then I need to join in many-to-many the same entity... > > any suggestion? > > thanks > A

Re: ChangeNotification from dneumann

2006-01-26 Thread Wolfram Stebel
Am 26.01.2006 14:44 Uhr schrieb "Jerry W. Walker" unter <[EMAIL PROTECTED]>: Oh hell, Jerry, i'm so sorry, i was using the wrong link at wirehose, so that i only found the old implementation. Sometimes it helps reading... Thanks Wolfram > Hi, Wolfram, > > I was using Gary Teter's update to Da

ChangeNotification from dneumann

2006-01-26 Thread Wolfram Stebel
Hi List, once (when i was young :-) ) i picked up the ChangeNotification framework from dneumann (ChangeCathcer.java created by dneumann on Wed 21-Apr-1999 etc.) It is not pure WebObjects, it uses also some other classes like com.apple.cocoa.foundation.NSObject. Thats the easy case in porting it.

File upload as longresponse page

2006-01-21 Thread Wolfram Stebel
Hi list, is there any known implementation for a file upload with a long reponse page, giving feedback for the upload process? The reason i ask (and correct me when i'm wrong!): - browsers do not check the file size - browsers will time out in normal WOFileUpload on files to big - Sessions might

Re: MySQL in TIGER

2006-01-20 Thread Wolfram Stebel
ein Thread über geänderte Mysql Privilegien und dass > der Zugang über das Netz plötzlich inaktiv/aus war. Ich glaube man > musste im config-File was Network Connection erlauben und mysql neu > starten... > > Vielleicht hilft das was...? > > Viele Grüße &g

SOLVED: Re: Urgent: WO error after server update to 10.4.4

2006-01-16 Thread Wolfram Stebel
usste im config-File was Network Connection erlauben und mysql neu > starten... > > Vielleicht hilft das was...? > > Viele Grüße > > Ute > > Am Montag, 16.01.06 um 14:27 Uhr schrieb Wolfram Stebel: > >> Hi list, >> >> i update server to 10.4.4.

Re: Urgent: WO error after server update to 10.4.4

2006-01-16 Thread Wolfram Stebel
Am 16.01.2006 14:41 Uhr schrieb "Dev WO" unter <[EMAIL PROTECTED]>: Hi, Thanks für your answer! > Hi Wolfram, > could you past your connection dictionnary so we can have a look at it? >From the logs: [2006-01-16 16:20:13 CET] Didn't find any JNDI data source. [2006-01-16 16:20:13 CET] Using J

Re: Urgent: WO error after server update to 10.4.4

2006-01-16 Thread Wolfram Stebel
1_ci >> >> >> [mysql.server] >> basedir=/usr/bin >> >> --- >> >> Any tips? >> >> Please hurry :-) >> >> Wolfram >> >> >> ___ >> Do not post admin requ

Urgent: WO error after server update to 10.4.4

2006-01-16 Thread Wolfram Stebel
Hi list, i update server to 10.4.4. Starting my applications in monitor results in : ... java.net.SocketException MESSAGE: java.net.ConnectException: Connection refused STACKTRACE: java.net.SocketException: java.net.ConnectException: Connection refused at com.mysql.jdbc.StandardSocketFact

Urgent: WO error after server update to 10.4.4

2006-01-16 Thread Wolfram Stebel
Hi list, i update server to 10.4.4. Starting my applications in monitor results in : ... java.net.SocketException MESSAGE: java.net.ConnectException: Connection refused STACKTRACE: java.net.SocketException: java.net.ConnectException: Connection refused at com.mysql.jdbc.StandardSocketFact

google component

2006-01-13 Thread Wolfram Stebel
Hi List, i have a small google search component that should crawl my website: http://www.google.com/search"; target="_blank"> http://www.webclubs.de";> http://www. webclubs.de" checked> The search component is only available and executed in my local environment but points to the live web

Re: Custom type EOModeler issue

2005-12-29 Thread Wolfram Stebel
Am 28.12.2005 19:23 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: Hi Chuck, thanks for this perfect support. Practical WO has been a little incomplete on this to get it working :-) > I think you are slightly mistaken. The stack trace indicates that > the problem happens during the takeVa

Custom type EOModeler issue

2005-12-27 Thread Wolfram Stebel
Hi list, Nice christmas? Hopefully. As a training session i created a custom data type " MyType": I created my own class MyType with the recommended methods (see below). In EOModeler i map MyType to: External type: varchar Type: Custom Width: 3 class: MyType factory method: va

Re: Overriding WODisplayGroup methods

2005-12-15 Thread Wolfram Stebel
Am 15.12.2005 21:19 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>: > Hi Art, > > Thanks. > > I tried changing the .woo file from > > class=MyDisplayGroup > > to > class=LocalizationCodePage.MyDisplayGroup > > as you mentioned, and my page still would not load. > > The error I rec

Re: WOConditional and WOCheckbox Display Problems

2005-12-13 Thread Wolfram Stebel
Am 13.12.2005 15:48 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>: > > Hi All - > > I have a form that contains a wopopup that uses on change to submit the > form. The form is refreshed and depending on the value of the wopopoup, > some wocheckboxes (wrapped in a woconditional) are

Re: Fun with Primitives

2005-12-12 Thread Wolfram Stebel
Am 13.12.2005 6:00 Uhr schrieb "Owen McKerrow" unter <[EMAIL PROTECTED]>: > Hi All, > > I have a method that loops over a NSMutableDictionary by keyword, and > then uses that keyword as a key value path to set the value of an > object for another page to the value stored in the dictionary. > > F

Re: Storing tables in Application

2005-12-07 Thread Wolfram Stebel
Am 06.12.2005 22:48 Uhr schrieb "Jan Verrept" unter <[EMAIL PROTECTED]>: > In the Quickstart manual the Session is used to manage tables that > are more or less global to each session. > I have a few table's in my dbase that are global to the application. > They are used to populate WOPopupButtons

Re: CSV problem

2005-12-01 Thread Wolfram Stebel
Am 02.12.2005 0:48 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>: > My app generates CSV files from WORepetitions which open well via Excel > on the Mac but in Windows Excel it shows the source instead of opening > properly. > > On each string I set the escape HTML to NO and used the

Re: WO and Javascript

2005-11-29 Thread Wolfram Stebel
ascript aufrufen möchtest ist > WOActionURL Dein Freund. Du definierst die Action, die Du möchtest im > .wod und setzt die ActionURL an der Stelle in das Javascript, wo die > URL gebraucht wird. Muss man, glaube ich, im Source machen, > funktioniert aber gut. > > Ich hoffe das

Re: WO and Javascript

2005-11-29 Thread Wolfram Stebel
e > action (sever side). When the user clicks on the Delete button, the > JavaScript alert pops up. If the User clicks Yes, the server side > Delete action is called. If the user clicks No then nothing happens - > hence, the Delete action isn't called. > > Would that solutions

WO and Javascript

2005-11-29 Thread Wolfram Stebel
Hi list, after searching and testing a lot, i finaly have to ask: I have normal WOComponents using submit buttons for saving data etc. I want to validate via javascript that the user is sure to DELETE data. For this i created a javascript funtion that is bound to a delete buttons "onclick". So fa

Re: NSProperties order of priority (app/framework/command line)?

2005-11-29 Thread Wolfram Stebel
Am 29.11.2005 1:59 Uhr schrieb "Alan Ward" unter <[EMAIL PROTECTED]>: > > I thought it was 1, 4, 2, 3 (i.e. ~/WebObjects.properties has higher > precedence than > everything other than command line? > > No? > > Alan > > On Nov 28, 2005, at 5:53 PM, Chuck Hill wrote: > >> I have never used the

Re: SubComponents and Submits

2005-11-29 Thread Wolfram Stebel
Am 29.11.2005 1:50 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: > > On Nov 28, 2005, at 3:08 PM, Baiss Eric Magnusson wrote: > >> I have been unable to get the action method of a WOSubmitButton >> inside a SubComponent to get called. >> >> All I can get calls to in a SubComponent so far

Re: XServer TIger

2005-11-25 Thread Wolfram Stebel
Am 25.11.2005 14:58 Uhr schrieb "Helge Staedtler" unter <[EMAIL PROTECTED]>: > Try to have a closer look at /var/log /webobjects.log > this one should have perhaps some more useful information. > > perhaps it is just a problem with the user-rights. if you start it at the > command line is it the

Re: WODisplayGroup advice needed

2005-11-24 Thread Wolfram Stebel
Am 24.11.2005 18:55 Uhr schrieb "David LeBer" unter <[EMAIL PROTECTED]>: > > On 24-Nov-05, at 12:43 PM, Rick Innis wrote: > >> >> On Nov 24, 2005, at 12:19, David LeBer wrote: >> >>> Because you are using a WORepetion you really don't need to worry >>> about he WODisplayGroup at all at this po

CORRECTION: Re: More newbie questions

2005-11-16 Thread Wolfram Stebel
Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>: You already received valuable information on the other topics. > And finally, how can I do something like the WOExamples > WXCheckBoxList - I tried importing some of the frameworks in the > examples project, but couldn't ge

Re: More newbie questions

2005-11-16 Thread Wolfram Stebel
Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>: You already received valuable information on the other topics. > And finally, how can I do something like the WOExamples > WXCheckBoxList - I tried importing some of the frameworks in the > examples project, but couldn't ge

Correction to: using relations in repetitions

2005-11-10 Thread Wolfram Stebel
Correction to problem description: Hi all of you, i stepped into a problem more than once: I have a relation ( WRONG*** one-to-many ) many-to-many (maintained manually, not a join table) from A to B, called "Bs". I have an A in a component already shown. When i assign the relation "Bs" to t

using relations in repetitions

2005-11-10 Thread Wolfram Stebel
Hi all of you, i stepped into a problem more than once: I have a relation one-to-many from A to B, called Bs. I have an A in a component already shown. When i assign Bs to the list property of a repetition, it does not automatically feetch the values. Instead i have to do an A.Bs ().count () or s

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-27 Thread Wolfram Stebel
Hi Chuck and all other responders, Am 26.10.2005 17:06 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: > > On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote: ... As a result of all mails, i removed JMS and ERChangeNotification very fast from my project. >&

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-26 Thread Wolfram Stebel
Am 26.10.2005 14:03 Uhr schrieb "Jean-François Veillette" unter <[EMAIL PROTECTED]>: > I think the problem is with the configuration file. Yes > Somewhere under the ERChangeNotification directory, you should see a > sample configuration file that you should use (at least as a starting > point). Th

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-26 Thread Wolfram Stebel
rk is only for one EOF stack. > > maybe there is another solution than using this framework. Explain a > little bit why you want to use it, whats the problem with your > current app? > > regards, David > > > Am 26.10.2005 um 11:49 schrieb Wolfram Stebel: > >> Hi list

Configuring ERChangeNotification/JMS Help needed

2005-10-26 Thread Wolfram Stebel
Hi list, i have three apps i want to talk between using ERChangeNotification via jms. i already got jms installed (0.7.6.1 on OSX 10.4.2) and linked the framework into my apps. i have a startupitem and can do the administrative start/stop via "sudo SystemStarter start OpenJMS" etc. without any err

Re: where to download ERChangeNotificationJMS

2005-10-25 Thread Wolfram Stebel
; http://prdownloads.sourceforge.net/wonder/Wonder-src-2.0.zip?download > > Mirror: Düsseldorf > > HTH > > Ralph Whatever i downloaded before, it did not contain the source. Thanks to your link, i have them now! Wolfram Dipl. Inform. Wolfram Stebel, bugs&errors Flutgrabenstr

Re: where to download ERChangeNotificationJMS

2005-10-25 Thread Wolfram Stebel
Am 25.10.2005 12:16 Uhr schrieb "Ralph Scheuer" unter <[EMAIL PROTECTED]>: > Hi, > > Am 25.10.2005 um 11:39 schrieb Wolfram Stebel: > >> try to find and download ERChangeNotificationJMS, no luck yet. >> Can't get it from sourceforge because it is n

where to download ERChangeNotificationJMS

2005-10-25 Thread Wolfram Stebel
Hi list, try to find and download ERChangeNotificationJMS, no luck yet. Can't get it from sourceforge because it is not declared as a module... Any tips how and where to download? Wolfram ___ Do not post admin requests to the list. They will be igno

Re: Data inconsistency between WOApps

2005-10-17 Thread Wolfram Stebel
ts. If this fetchSpecification is defined in model - >> you should set this option. If you define this programmatically: >> fetchSpec.setRefreshesRefetchedObjects(true); >> >> Regards, >> Gennady >> On 17.10.2005, at 13:09, Wolfram Stebel wrote: >> >>>

Data inconsistency between WOApps

2005-10-17 Thread Wolfram Stebel
Hi List, i have two WOApps running on the same server. They access the same data base. One is the user application, the other is a admin application. When i change essential data in the admin application and do a saveChanges() on this data, it is not updated in the user application and the userapp

url issue on deployed WOApp

2005-10-16 Thread Wolfram Stebel
Hi list, i have one WOApp running under, lets say "http://www.a.de/";, which i drive on my xserve with a setup of the site: domain name = "www.a.de" ip="my.very.own.ip" port=80 w/o any special settings like aliases etc.. When i use the App it changes to something like "http://my.very.own.ip/cgi-b