Re: Languages for WOResourceManager

2011-07-07 Thread Ramsey Gurley
I think it should work if you call setLanguage() on the direct action. Ramsey On Jul 7, 2011, at 7:26 PM, Pascal Robert wrote: > I'm adding an action to a WO app that is 100% DirectAction. That app have its > own subclass of WORequest, and when someone switch languages, we do: > > ((OSRequest

Re: Question about 1-to-many relationship

2011-07-07 Thread Ramsey Gurley
On Jul 7, 2011, at 5:09 PM, Ricardo J. Parada wrote: > Hi Ramsey, > > I did not know about ERXEOControlUtilities.editableInstanceOfObject(). It > seems to be doing some interesting stuff. :-) But it's not doing an > insertObject() if the eo is a new object. So if I try using > ERXEOContro

Languages for WOResourceManager

2011-07-07 Thread Pascal Robert
I'm adding an action to a WO app that is 100% DirectAction. That app have its own subclass of WORequest, and when someone switch languages, we do: ((OSRequest) _context.request()).setBrowserLanguages(val); Works fine for the localized strings (again, the app have its own method for localizati

Re: Question about 1-to-many relationship

2011-07-07 Thread Ricardo J. Parada
Hi Ramsey, I did not know about ERXEOControlUtilities.editableInstanceOfObject(). It seems to be doing some interesting stuff. :-) But it's not doing an insertObject() if the eo is a new object. So if I try using ERXEOControlUtilities.editableInstanceOfObject() then the problem comes back

Re: Question about 1-to-many relationship

2011-07-07 Thread Ramsey Gurley
Hi Ricardo, I've never had the problem you are seeing, but it sounds interesting. I see in ERXEOControlUtilities.editableInstanceOfObject that willRead() is called on the EO immediately after localInstance... it would be interesting to know if this solves the problem as well. Ramsey On Jul 7,

Re: Question about 1-to-many relationship

2011-07-07 Thread Ricardo J. Parada
I have the to-many delete rule set to "Cascade". I changed it to "No Action" but it was still misbehaving. BUT, I think I figured it out. Let me tell the whole story. :-) I inserted the document object into an editing context. This document has no children in the to-many relationship yet an

Re: woswitchcomponents

2011-07-07 Thread Ramsey Gurley
So, given a MyComponent like: Then fails, but Works? Ramsey On Jul 7, 2011, at 3:04 PM, Michael Gargano wrote: > hi, > > i'm using d2w and my wrapper page has a woswitchcomponent inside a > ccajaxt

Re: woswitchcomponents

2011-07-07 Thread Michael Gargano
not exactly. I'm using ermod. this whole thing is my wrapper. if I abandon ermod and just try sticking a erxd2wlist in there 9 records come back, but the console spews out null's and the page never displays. I think it has something to do with the woswitchcomponent, because when I take it ou

Re: woswitchcomponents

2011-07-07 Thread David Holt
So you're embedding D2W content as Ramsey presented in Montreal? On 2011-07-07, at 3:22 PM, Michael Gargano wrote: > sort of, but cut way down. :) I'm mixing d2w in my app and trying to > display different pageconfigurations in each tab. the problem is that i have > components for each tab a

Re: woswitchcomponents

2011-07-07 Thread Michael Gargano
sort of, but cut way down. :) I'm mixing d2w in my app and trying to display different pageconfigurations in each tab. the problem is that i have components for each tab and those components have some elements and then wocomponentcontenet. i was expecting the d2w content to show up there but

Re: woswitchcomponents

2011-07-07 Thread David Holt
Is this a roll-your-own version of ERXNavigationMenu?? On 2011-07-07, at 3:09 PM, David Holt wrote: > Hi Michael, > > On 2011-07-07, at 3:04 PM, Michael Gargano wrote: > >> hi, >> >> i'm using d2w and my wrapper page has a woswitchcomponent inside a >> ccajaxtabpanel. > > is this som

Re: woswitchcomponents

2011-07-07 Thread David Holt
Hi Michael, On 2011-07-07, at 3:04 PM, Michael Gargano wrote: > hi, > > i'm using d2w and my wrapper page has a woswitchcomponent inside a > ccajaxtabpanel. is this something in the tabpanel by default? > the component for the tab has a wocomponentcontent inside of it. this > doesn'

woswitchcomponents

2011-07-07 Thread Michael Gargano
hi, i'm using d2w and my wrapper page has a woswitchcomponent inside a ccajaxtabpanel. the component for the tab has a wocomponentcontent inside of it. this doesn't work, however. if i remove the woswitchcomponent and put the wocompoentcontent inside the tabpanel, d2w works just fine

Wonder Properties file: Model-Specific Connection Properties – what's working what's not

2011-07-07 Thread Lars Sonchocky-Helldorf
The following LDAP specific connection properties (like here: http://wiki.objectstyle.org/confluence/display/WONDER/Best+Practices-Properties+Files ) seem not to work: PosixProzess.URL=ldap://ldap.example.com/cn=groups,dc=jvm,dc=de?autoReconnect=true&useUnicode=true&characterEncoding=ISO-8859-1

Re: Question about 1-to-many relationship

2011-07-07 Thread Chuck Hill
Hi Ricardo, On 2011-07-07, at 1:52 PM, Ricardo J. Parada wrote: > Hi All, > > I feel odd asking this. It used to be that if I had a to-many relationship > named "foos" and the relationship was setup in the entity modeler to own the > destination objects, then removing objects from the relati

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Chuck Hill
Punch cards, I remember those well. Nothing like dropping a deck down the stairs for an impromptu puzzle. Did you ever read Nibble Magazine? That is where I got my start writing. :-) On 2011-07-07, at 4:08 PM, Paul D Yu wrote: > When I was in High School, my "computer" friends use to pro

Re: maven-wolifecycle-plugin version 2.2.1 vs. 2.0.17

2011-07-07 Thread Henrique Prange
Hi Lars, Nice! :) Cheers, Henrique On 07/07/2011, at 17:35, Lars Sonchocky-Helldorf wrote: > > Am 07.07.2011 um 00:14 schrieb Henrique Prange: > >>> Any chance there will be an fixed version of the maven-wolifecycle-plugin >>> plugin sometime now? >>> >> >> I'm reorganizing the maven plug

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Paul D Yu
When I was in High School, my "computer" friends use to program on a TickerTape terminal. When I was at University, I programmed on a PDP11, my friends were still using punch cards. Alas, I never had that pleasure. My earliest Apple exposure was a Apple II 6502 assembler class. Paul On Jul

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Henrique Gomes
On Jul 7, 2011, at 6:08 PM, Amedeo Mantica wrote: > And also this thread has gone offtopic :-) That never happened before :-) When I see long threads I always hope they have gone off-topic, they become much more entertaining ;-) Henrique (That used 300bps modems to access the university VAXe

Re: Does the ERXStaticResourceRequestHandler work with those compressed jarred resources?

2011-07-07 Thread Lars Sonchocky-Helldorf
The JarResourceRequestHandler works like a charm despite being "very experimental". Lots of thanks for that! cheers, Lars Am 07.07.2011 um 00:49 schrieb Henrique Prange: > Hi Lars, > > And I've missed the link. > > [1]https://gist.github.com/1068523 > > Cheers, > > Henrique > > O

Re: maven-wolifecycle-plugin version 2.2.1 vs. 2.0.17

2011-07-07 Thread Lars Sonchocky-Helldorf
Am 07.07.2011 um 00:14 schrieb Henrique Prange: >> Any chance there will be an fixed version of the maven-wolifecycle-plugin >> plugin sometime now? >> > > I'm reorganizing the maven plug-ins on GitHub. I'll provide more details soon. Good to hear. For that and for the JarResourceRequestHandl

Re: Mobile Device site rewrite rule

2011-07-07 Thread David Holt
You might find this helpful: http://html5boilerplate.com/mobile/ On 2011-07-07, at 12:24 PM, Kieran Kelleher wrote: > Pascal, > > I am talking about layout/styling! > > Background: I have a crappy desktop table-based static layout done by a > "designer" using some Adobe auto-generated output

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Karl
I thought that we called those ‘tardii’ now. Karl On Jul 7, 2011, at 10:25 AM, Simon wrote: > my eldest son (6) finds it amazing that people used to have to find and then > stand in a "phone box" to make a call... > > simon > > On 7 July 2011 02:30, Joel M. Benisch wrote: > OK, so as I watch

Re: Mobile Device site rewrite rule

2011-07-07 Thread Kieran Kelleher
Pascal, I am talking about layout/styling! Background: I have a crappy desktop table-based static layout done by a "designer" using some Adobe auto-generated output from a few weeks ago. I added my jQuery logic and WO direct actions to that for the few small bits of "dynamic logic" needed by t

Re: Mobile Device site rewrite rule

2011-07-07 Thread Pascal Robert
Le 2011-07-07 à 14:53, Kieran Kelleher a écrit : > Does anyone have a comprehensive set of RewriteCond statements that I can > copy/paste for a mobile site rewrite rule? I guess the "mobile site" is using REST or DirectActions? If so, look at my ERRest slides (the Friday talk) for an example,

Mobile Device site rewrite rule

2011-07-07 Thread Kieran Kelleher
Does anyone have a comprehensive set of RewriteCond statements that I can copy/paste for a mobile site rewrite rule? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Question about 1-to-many relationship

2011-07-07 Thread Ricardo J. Parada
Hi All, I feel odd asking this. It used to be that if I had a to-many relationship named "foos" and the relationship was setup in the entity modeler to own the destination objects, then removing objects from the relationship would cause EOF to delete the objects from the database during saveCh

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Amedeo Mantica
And also this thread has gone offtopic :-) On 07/lug/2011, at 14.20, Joel M. Benisch wrote: > And engage an actual human operator to help you get it connected as well? > > Joel > -- > Joel M. Benisch CPCU, P

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Joel M. Benisch
And engage an actual human operator to help you get it connected as well? Joel -- Joel M. Benisch CPCU, President 973-992-6300 x303 PaperFree Corporation

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Kieran Kelleher
On Jul 6, 2011, at 9:30 PM, Joel M. Benisch wrote: > OK, so as I watch this conversation go by and smile a lot, I find myself > wondering > > We old folks sure did enjoy the ride during the period of great invention and > achievement we and our peers participated in. > > But I sit here wo

Re: training materials

2011-07-07 Thread Simon
yeah, we still send new recruits down for a week with paul. he's updated all the original apple documentation and now runs the whole course in eclipse / wolips. we've got hard copies of all those docs and they are really comprehensive. simon On 6 July 2011 19:14, Pascal Robert wrote: > Paul Ly

Re: Apple Representation On WebObjects-Dev Mailing List?

2011-07-07 Thread Simon
my eldest son (6) finds it amazing that people used to have to find and then stand in a "phone box" to make a call... simon On 7 July 2011 02:30, Joel M. Benisch wrote: > OK, so as I watch this conversation go by and smile a lot, I find myself > wondering > > We old folks sure did enjoy the