Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread J Stephanos
ke the > example in AjaxExample2). Unfortunately the text triggers an immediate > search on the default string. Do you know if there is a way to disable that > behaviour so that the default text is just treated like a label and not > treated as content of the text field? > >

AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread J Stephanos
Wonder's AjaxAutoComplete works great - but is it possible to have the equivalent of a noDisplayString? Movie Name: [ enter a movie name here ] We'd like to provide some hint ("enter movie name here") to the user, to enter a movie name in the field. It should disappear when you start typing in

Re: WOSwitchComponent question

2009-07-13 Thread J Stephanos
ntName (which was getting executed twice). Refactored it. Things are fine again. :-) Thank you, for yet another insightful answer. --Jst On Mon, Jul 13, 2009 at 11:26 PM, Chuck Hill wrote: > > On Jul 13, 2009, at 5:49 PM, J Stephanos wrote: > > >> I am using a WOSwitch

WOSwitchComponent question

2009-07-13 Thread J Stephanos
I am using a WOSwitchComponent to select the relevant component to be displayed via hyperlinks. componentName is a method that returns the component name. * * On clicking the link for the first time, everything works great. Any subsequent clicks shows some odd behaviour - the componentName

EntityModeler - adding an entity index generates incorrect SQL for MySQL

2009-03-08 Thread J Stephanos
Once you add a index in EntityModeler (Entity Modeler/WOLips 3.4.5693) this is what is generated: CREATE INDEX stateCode_idx *FOR* State (stateCode); But the correct SQL for MySQL (5.1) is: CREATE INDEX stateCode_idx1 *ON* State (stateCode); After this manual correction, the index gets created

Re: EOQualifiers

2009-01-23 Thread J Stephanos
Try this: EOQualifier qualifier = ERXQ.between(articleDate, date1, date2); ERXQ requires Wonder though (ERExtensions). --JSt On Fri, Jan 23, 2009 at 2:41 PM, Amedeo Mantica wrote: > Hello, > > does anyone know hot to build a quelifier for looking up an item in a Date > range? > > I

Re: EOGenerator error - Invalid thread access

2009-01-08 Thread J Stephanos
Mike- That worked. Thnx! The error had nothing to do with the model. Your fix revealed the error to be "Path must include project and resource name." I cleaned up an incorrect entry I had made in the Configure Build Path --> Source. Removing that up took care of the problem. Thnx. --JSt On

Re: EOGenerator error - Invalid thread access

2009-01-07 Thread J Stephanos
Mike: | a fix is committed That means it will be available tomorrow after the next nightly build? Thnx for ur reply and fix. Twice restarted eclipse/wolips (3.4.1/5594) and ran just EOGenerator. This is the only stack trace I see in .metadata/.log and in the console logs. !SESSION 2009-01-07

EOGenerator error - Invalid thread access

2009-01-07 Thread J Stephanos
Using Eclipse 3.4 (5594) !MESSAGE An internal error occurred during: "Creating EOGenerator File ...". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access I am getting this error for a eomodel that loads ok in EOModeler and shows no verification failures. Running EOgenerator pops up the

Re: Backtracking error while using Wonder Ajax components

2008-11-25 Thread J Stephanos
t; > On Nov 24, 2008, at 2:52 PM, J Stephanos wrote: > > > Storing session IDs as cookies and then blocking cookies perhaps? >> >> The wosid is in the cookie file. And cookies are not being blocked. >> >> --JSt >> >> On Mon, Nov 24, 2008 at 1:27 PM, Ra

Re: AjaxExample2 - error

2008-11-25 Thread J Stephanos
id you import those too? Or did you > check out a binary version of the Wonder frameworks and installed them on > your computer? > Thanks > Ricardo > > > > On Nov 25, 2008, at 2:50 PM, J Stephanos wrote: > > Ricardo: > > > Were you able to run AjaxExample2

Re: AjaxExample2 - error

2008-11-25 Thread J Stephanos
e an ant build. Have to confess that I can't remember why I wanted it running from the command line. :-( Don't know if that answers your question. Hope it helps. --JSt On Tue, Nov 25, 2008 at 2:18 PM, Ricardo J. Parada <[EMAIL PROTECTED]> wrote: > > On Oct 12, 2008,

Re: Backtracking error while using Wonder Ajax components

2008-11-24 Thread J Stephanos
kies perhaps? > Ramsey > > On Nov 24, 2008, at 12:50 PM, J Stephanos wrote: > > >Are your Application and Session classes extending ERXApplication and > ERXSession? > > Yes I am extending ERXApplication and ERXSession. > > --JSt > > On Mon, Nov 24, 2008 at

Re: Backtracking error while using Wonder Ajax components

2008-11-24 Thread J Stephanos
>Are your Application and Session classes extending ERXApplication and ERXSession? Yes I am extending ERXApplication and ERXSession. --JSt On Mon, Nov 24, 2008 at 12:31 PM, David LeBer <[EMAIL PROTECTED]>wrote: > > On 24-Nov-08, at 12:25 PM, J Stephanos wrote: > > Yo

Re: EOF - rows inserted in to database in random order on ec.savechanges()

2008-11-24 Thread J Stephanos
have a sample code fragment that illustrates this workaround? What I am doing hasn't changed the insert order. :-( --JSt On Fri, Oct 24, 2008 at 11:28 PM, Chuck Hill <[EMAIL PROTECTED]>wrote: > > On Oct 24, 2008, at 9:10 PM, J Stephanos wrote: > > When we do batc

Backtracking error while using Wonder Ajax components

2008-11-24 Thread J Stephanos
> > *You backtracked too far.* > The application backtracking limit of 30 has been exceeded. Here is the scenario: - I have a simple form with AjaxSubmitButton (*Choices* sub-component) - On submit it is to show 2 report formats. I use AjaxTabPanel to display the 2 report types. (*Rep

EOF - rows inserted in to database in random order on ec.savechanges()

2008-10-24 Thread J Stephanos
When we do batch inserts, the rows are inserted in random order instead of the order in which it is inserted in to the ec. How can we control to database insertion order? - create eo - insert in to ec - after doing about 20 inserts, we do ec.saveChanges() All rows are there in the database

Re: AjaxExample2 - error

2008-10-12 Thread J Stephanos
it button and make sure the WOOgnl framework is checked. > > > On Oct 12, 2008, at 8:06 PM, J Stephanos wrote: > >> When I try to run AjaxExample2, I get this error: >> >> AjaxExample2 >> Error: com.webobjects.appserver.parser.woml.WOMLTemplateParserException:

AjaxExample2 - error

2008-10-12 Thread J Stephanos
When I try to run AjaxExample2, I get this error: AjaxExample2 Error: com.webobjects.appserver.parser.woml.WOMLTemplateParserException: AjaxHeaderFooter: 3:36: wo:str {null={value=$^title}} has no WOElement Reason: wo:str {null={value=$^title}} has no WOElement What is the problem here? AjaxE

WOLips shortcuts ??

2008-07-02 Thread J Stephanos
Some of the WOLips shortcuts are not working for me anymore. Content assist works ok (Cmd-Space). But nothing else seems to work. BTW, it all used to work fine. I must have changed some Eclipse preference somewhere but cannot figure out what I changed. :-( Using Eclipse 3.3.2, WOLips 3.4.5282

Re: AjaxTabPanel Tabs - looking for a way to use images as tabs

2008-06-25 Thread J Stephanos
24, 2008 at 9:12 PM, Chuck Hill <[EMAIL PROTECTED]> wrote: > > On Jun 24, 2008, at 6:04 PM, David LeBer wrote: > >> >> On 24-Jun-08, at 8:43 PM, Chuck Hill wrote: >> >>> >>> On Jun 24, 2008, at 1:29 PM, J Stephanos wrote: >>> >>&g

AjaxTabPanel Tabs - looking for a way to use images as tabs

2008-06-24 Thread J Stephanos
I have been trying get a different look for the tabs in AjaxTabPanel (ProjectWonder) by replacing the tabs with my own images (of tabs). With the CSS (id) selector on each tab I can sort of do that but the problem is with the *name* binding. >From the code: / * @binding name required, String

Entity Modeler SQL Generation - differences between WO 5.3 and 5.4

2008-04-15 Thread J Stephanos
When I use Mike's WO53 -> WO54 script (See http://lists.apple.com/archives/Webobjects-dev/2007/Oct/msg00357.html) to switch between 5.3 and 5.4, here are the differences seen in Entity Modeler when used to Generate SQL: MySQL 5.0.51a Eclipse 3.3.1.1 WOLips 5085 with WO 5.3 ---

Pure EOF example - that works WOLips, anyone?

2008-03-24 Thread J Stephanos
Does anyone have a working version of a pure EOF example, no web stuff, just a simple command line program to insert objects in to db? Have a 1 table/entity simple eomodel already. Need to load model (mysql db) and insert a few objects. Thanks much! -jst

MySQL 5.0.26 or 5.1.12 beta and WebObjects

2006-12-06 Thread J Stephanos
Does anyone on this list have any experience with the latest versions of MySQL and WebObjects. Based on the list postings, Frontbase and Openbase seem to be more popular. Any reason why people using WebObjects are staying away from MySQL 5 (w/ InnoDB)? Or is it just an incorrect perception on