Re: D2W app and date format problems

2012-06-29 Thread Tim Worman
Thanks David.Here is how an example attribute is modeled. The database is MySQL.On Jun 29, 2012, at 12:39 PM, David Holt wrote:20 : smartAttribute.className = 'com.webobjects.foundation.NSTimestamp' => formatter = "%b %d,%Y" [com.webobjects.directtoweb.Assignment]This is th

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Amedeo Mantica
I don't recall actually how does Ajax autocomplete is working. It uses the old scriptaculous autocomplete. I'll check on it. The old scriptaculous stuff should be thrown away. Sent from my iPhone On 29/giu/2012, at 17:46, Johnny Miller wrote: > OK. The component that was loaded through the

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
OK. The component that was loaded through the switch subclassed a component that subclassed ERXNonSynchronizingComponent. I changed synchronizesVariablesWithBindings to return true and it started working. Do you think it possible to make it work with a non-synchronized component? Thank you,

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
Hi,Yes it does.  If I look in Safari's web inspector I see something like this (see below).The form data looks right - it has the correct value that I typed in.  But the response is null and I don't see that it touches the handleRequest method of AjaxAutoComplete.Request URL:http://localhost/cgi-bi

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Amedeo Mantica
Does the JS resources get loaded ? Sent from my iPhone On 29/giu/2012, at 16:42, Johnny Miller wrote: > Hi, > > I'm working on a project where I'm emulating frame sets. I have various > editors that get loaded through a switch component depending on the selected > object's type. > > In one

AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
Hi, I'm working on a project where I'm emulating frame sets. I have various editors that get loaded through a switch component depending on the selected object's type. In one of the editors I'm using the AjaxAutoComplete component but it is not working :(. I can see from the web inspector th

Re: D2W app and date format problems

2012-06-29 Thread David Holt
20 : smartAttribute.className = 'com.webobjects.foundation.NSTimestamp' => formatter = "%b %d,%Y" [com.webobjects.directtoweb.Assignment] This is the default rule from ERDirectToWeb. Sounds like your dates are not displaying with that format either? How is the date being stored in the database?

Re: D2W app and date format problems

2012-06-29 Thread Jesse Tayler
ok, well, rules have to be either MORE specific or HIGHER priority of they are the same logic. without knowing the trouble, I would pick up the rule which is currently setting your date format, and copy it - if you can make it more specific, you're all set -- if you can't then raise the priori

Re: D2W app and date format problems

2012-06-29 Thread Tim Worman
Does anyone have any further troubleshooting suggestions for this? I can't seem to find any way around it. Tim UCLA GSE&IS On Jun 29, 2012, at 1:55 AM, Tim Worman wrote: > I tried that earlier too. I set the priority on my rule to 200. > > T > > On Jun 28, 2012, at 11:59 PM, Mark Wardle wro

Help! RE: Deadlock on Apache 2.2 Adaptor under high load

2012-06-29 Thread Brook, James
It's probably bad form to keep answering my own mails but no-one had anything to say about this. Are there still people on the list who are familiar with the adaptor internals? This problem is causing us a lot of pain in production. Does anyone use the MPM worker module with Apache or are we all

Re: Custom D2W Navigation

2012-06-29 Thread David Holt
Hi Dawn, On 2012-06-28, at 5:32 PM, Dawn Lockhart wrote: > I have extended ERXNavigationMenu to create a submenu as a drop down list > instead of tabs. When I select an item in the drop down, I set the new > navigation state in ERXNavigationManager.manager().navigationStateForSession If I reme

Re: Custom D2W Navigation

2012-06-29 Thread Jesse Tayler
It sounds like you are tripping an exception? being logged out reminds me of loosing your session which can happen with some exceptions. are you checking your output logs? CEO 415-990-9737 On Jun 28, 2012, at 5:32 PM, Dawn Lockhart wrote: > I have extended ERXNavigationMenu to create a s

Re: RHEL 6 High memory usage

2012-06-29 Thread Ron Lift
I found the cause of my problem. My laptop virtual machine only had one processor and Java SE6 the definition of a *"server-class* machine is one with at least 2 CPUs and at least 2GB of physical memory". Once I gave my virtual machine a second CPU, the ram usage more than doubled. Then I looked a

Re: D2W app and date format problems

2012-06-29 Thread Tim Worman
I tried that earlier too. I set the priority on my rule to 200. T On Jun 28, 2012, at 11:59 PM, Mark Wardle wrote: > Try setting a really high priority as a test. > > -- > Dr. Mark Wardle > Sent with mobile > > On Friday, 29 June 2012 at 03:55, Tim Worman wrote: > >> Hi all: >> >> I've go

Re: D2W app and date format problems

2012-06-29 Thread Mark Wardle
Try setting a really high priority as a test. -- Dr. Mark Wardle Sent with mobile On Friday, 29 June 2012 at 03:55, Tim Worman wrote: > Hi all: > > I've got the following rule in my user.d2wmodel file to try and clobber the > display of all dates in my ERModern D2W app. > > 100 : (smartAt