Re: D2W and ERAttachment

2012-12-16 Thread Flavio Donadio
David and James, Thanks a lot for the help. I'll have a look into that later. I shouldn't have tried to code this morning. Regards, Flavio On 16/12/2012, at 13:31, David Holt wrote: > http://wiki.wocommunity.org/display/documentation/ERModernLook > > Sent from my iPad > > On 2012-12-16, at

Re: D2W and ERAttachment

2012-12-16 Thread David Holt
http://wiki.wocommunity.org/display/documentation/ERModernLook Sent from my iPad On 2012-12-16, at 7:05 AM, Flavio Donadio wrote: > Hello, people! > > > Coding hung over on a sunday... Trying to use ERAttachment with a D2W app, > but I can't find a foolproof tutorial on the web. Drunken styl

Re: D2W and ERAttachment

2012-12-16 Thread James Cicenia
The properties file is your friend: Read this: http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/er/attachment/package-summary.html You would make a relationship from image to erattachment, set your properties correctly, and then set your rules for an upload component. On D

D2W and ERAttachment

2012-12-16 Thread Flavio Donadio
Hello, people! Coding hung over on a sunday... Trying to use ERAttachment with a D2W app, but I can't find a foolproof tutorial on the web. Drunken style Google-fu at its best! I understand it should be really easy to use, but I can't quite understand what I have to do to use it. Just downloa

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:13, David Holt wrote: > No. > > Place ->>. XPlacePhoto <<- Photo -> ERAttachment Ah, got it. It's all working now. Thank you. — K.R.H. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: D2W And ERAttachment

2011-08-15 Thread David Holt
On 2011-08-15, at 2:04 PM, Kevin Hinkson wrote: > > On 15 Aug 2011, at 17:00, David Holt wrote: > >>> Hi, >>> I've implemented a D2W on an EOModel containing a Place EO with a flattened >>> to-many relationship to ERAttachment (Place >> PlaceERAttachment >> >>> ERAttachment). "Place" has seve

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:00, David Holt wrote: > See the thread called "ERAttachment... to-many and thumbs" from last week. Thanks. I'll try the 2011 threads. I saw the original 2010 ones but the followups for 2011 look very helpful. — K.R.H. ___ Do

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:00, David Holt wrote: >> Hi, >> I've implemented a D2W on an EOModel containing a Place EO with a flattened >> to-many relationship to ERAttachment (Place >> PlaceERAttachment >> >> ERAttachment). "Place" has several other properties so I created a new >> action in MenuHe

Re: D2W And ERAttachment

2011-08-15 Thread David Holt
Hi Kevin, On 2011-08-15, at 1:36 PM, Kevin Hinkson wrote: > Hi, > I've implemented a D2W on an EOModel containing a Place EO with a flattened > to-many relationship to ERAttachment (Place >> PlaceERAttachment >> > ERAttachment). "Place" has several other properties so I created a new action >

D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
Hi, I've implemented a D2W on an EOModel containing a Place EO with a flattened to-many relationship to ERAttachment (Place >> PlaceERAttachment >> ERAttachment). "Place" has several other properties so I created a new action in MenuHeader.java using EditPageInterface and the rule to enable a wi