Re: mysql AUTO_INCREMENT

2008-10-06 Thread Kieran Kelleher
When we had this situation, we ended up making external apps do it the EO_PK_TABLE way. We logged the SQL to see exactly the statements EOF used to generate PKs and created a subroutine in the non-WebObjects app that used the same SQL pattern as EOF to get a PK from the EO_PK_TABLE. I forge

Re: mysql AUTO_INCREMENT

2008-10-06 Thread Jake Kauth
On Oct 4, 2008, at 4:58 AM, Q wrote: The reason that WO just doesn't work well with AUTO_INC is because it expects to be able to obtain an id for the EO BEFORE the insert is executed so that it can resolve temporary id's and any foreign keys in a transaction safe way. When you use AUTO_INC

Re: Incorrectly Parsed Form Values in WOContext

2008-10-06 Thread Joe Moreno
Q, Thanks. That did the trick. - Joe On Oct 5, 2008, at 22:23:49, Q wrote: If you want to supply a URL as a value like this you will need to URL escape it in your javascript first and then decode it in your code. On 06/10/2008, at 3:08 PM, Joe Moreno <[EMAIL PROTECTED]> wrote:

Re: Rapid Turnaround mode not working

2008-10-06 Thread John Huss
Yes, turning on PB.project building in the WOLips preference pane fixed this. Maybe this file should be put back into the New Project Wizard until it's really not needed anymore. Alternatively, maybe Wonder could add this to ERXApplication? public boolean _rapidTurnaroundActiveForAnyProject(