Re: _rewriteURL not firing

2011-02-26 Thread Jeff Schmitz
I'm not using a custom context, and ERXWOContext is in my classpath, but I did recently upgrade to the latest Wonder build. Jeff On Feb 26, 2011, at 1:58 PM, Lachlan Deck wrote: > On 27/02/2011, at 12:22 AM, Jeff Schmitz wrote: > >> Hello, >> I'm not sure exactly when, but somewhere along th

Re: [D2W] Conditionally changing property level components

2011-02-26 Thread Mike Gee
Solution works well in practice too!!! I was using the files from the zip but will now use the (updated) framework. Now that the update and refresh are working I am moving on to figuring out how to prevent the user from editing the updated value once set. Thanks again. Mike On 2011-02-26, a

Re: install with embedded frameworks

2011-02-26 Thread David LeBer
The WebServerResources.tar.gz archive should only contain the static web resources from the frameworks. See: On 2011-02-26, at 5:32 PM, John Baldwin wrote: > I am building my application and embedding frameworks. > > From w

Re: [D2W] Conditionally changing property level components

2011-02-26 Thread Ramsey Gurley
On Feb 26, 2011, at 3:25 PM, Mike Gee wrote: > Thanks for the components, Ramsey! > > Is there an easy way to drop the AjaxNotificationCenter onto an > ERMODWizardCreationPage without subclassing it (adding > aboveDisplayPropertyKeys). Or would having AjaxNotificationCenter extend > ERDCusto

install with embedded frameworks

2011-02-26 Thread John Baldwin
I am building my application and embedding frameworks. From what I see, all the frameworks are indeed embedded in the application. But core frameworks also are embedded in the WebServerResources bundle. Right now, in my project, the WebServerResources folder is empty. I'm confused about the We

Re: [D2W] Conditionally changing property level components

2011-02-26 Thread Mike Gee
Thanks for the components, Ramsey! Is there an easy way to drop the AjaxNotificationCenter onto an ERMODWizardCreationPage without subclassing it (adding aboveDisplayPropertyKeys). Or would having AjaxNotificationCenter extend ERDCustomEditComponent be the better way to go and include in disp

Re: _rewriteURL not firing

2011-02-26 Thread Lachlan Deck
On 27/02/2011, at 12:22 AM, Jeff Schmitz wrote: > Hello, > I'm not sure exactly when, but somewhere along the line the _rewriteURL > method in my Application class stopped firing. My Application class extends > ERXApplication and the signature of the overriding method is: > > public St

A couple of issues I've faced

2011-02-26 Thread John Baldwin
I'm not sure if I'm doing things incorrectly, but thought I'd share my experience to see if others can guide me. First, I reverse engineered from an existing database. It worked well, except the class name for the entities was com.webobjects.EOGenericRecord. That had me stumped for a bit, becau

_rewriteURL not firing

2011-02-26 Thread Jeff Schmitz
Hello, I'm not sure exactly when, but somewhere along the line the _rewriteURL method in my Application class stopped firing. My Application class extends ERXApplication and the signature of the overriding method is: public String _rewriteURL(String url) but when I put a breakpoint

Re: AMD and accessing the parent component

2011-02-26 Thread Stefan Klein
Am 26.02.11 04:29, schrieb Chuck Hill: On Feb 24, 2011, at 9:12 AM, Theodore Petrosky wrote: Thanks guys. now that it is working, I wanted to get an idea if this were the 'best' way to accomplish my end. I am presenting a table with things and I wanted to give some minor search capability. M