Fwd: D2W Edit Lists as shown in WOWODC 09 talk

2009-09-27 Thread Daniel Beatty
Greetings Mike, Just made one discovery and wish it did not require me to have sunk to a state of stupidity. It turns out one mistake that I was making was in spacing within the quotes. Apparently, Rule Editor makes these space appear as literals and therefore yield some really weird res

Re: D2W Edit Lists as shown in WOWODC 09 talk

2009-09-27 Thread Daniel Beatty
Greetings Mike, Great to hear from you and questions abound. Are the the ERD2WEditToManyFault and ERD2WDisplayToMany* components all loaded by the default frameworks that come with the Wonder D2W project template? If I look at the Wonder API docs can I find out which framework a component

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

2009-09-27 Thread Matt Stokes
I have 2 tabs in Ajax TabPanel. On the first tab Text Hinter works, but when I click Tab #2, I do not get the text hints. What do I have to do to get this to work on all tabs. Matt On Mon, Sep 21, 2009 at 8:01 PM, getsharp wrote: > On 22/09/2009, at 6:08 AM, J Stephanos wrote: > > David: >

Re: D2W Edit Lists as shown in WOWODC 09 talk

2009-09-27 Thread Daniel Beatty
Greetings David, Want even more oddities. It yields a look up issue for ERD2WDisplayToManyList . By default, is it supposed to be in a special framework that needs to be added to the class path? Later, Dan On Sep 26, 2009, at 7:29 PM, David Holt wrote: Hi Daniel, Nice to see the D2W

Re: D2W Edit Lists as shown in WOWODC 09 talk

2009-09-27 Thread Mike Schrag
[Deprecated] Xalan: org.apache.xpath.operations.ERD2WEditToManyFault ignore this error ... it's an oddity of the OS X 1.6 JVM and is a red herring. the real error is that it just can't find the component you're referring to. ms ___ Do not post adm

Re: D2W Edit Lists as shown in WOWODC 09 talk

2009-09-27 Thread Daniel Beatty
Greetings David, I am now getting inconsistent behavior.It seems as though my copy of Eclipse, WOLips and Wonder can't determine whether to call ERD2WEditToManyFault from its correct path or from org.apache.xpath.operations. As a matter of fact, I get the following error: [Deprecated]

Re: HTTPS Connection

2009-09-27 Thread Ramsey Lee Gurley
Another good link you might want to check out, http://homepage.mac.com/kelleherk/iblog/C149402102/E773353034/index.html (^_^) Ramsey On Sep 21, 2009, at 11:41 AM, Kieran Kelleher wrote: Don't waste your time with WOHttpConnection. Use Apache HttpClient. http://hc.apache.org/httpclient-3.x/

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Mike Schrag
there's something wrong with your install ... this is not from the 3.5 build.xml template. i don't know how you managed to get this build.xml, but it's not the one that ships in 3.5. We don't have stdFrameworks and yours isn't evaluated properly because it has a WOLipsContext.getAntFolderNa

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
ops! I apologize

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Chuck Hill
On Sep 27, 2009, at 12:06 PM, Paolo Sommaruga wrote: Hi, here is woapplication task generated by a new wo application with eclipse 3.5 + wolips 3.5.5990 The woapplication task is more than this, it extends down to: Now I solved by copying the build.xml from a new application I jus

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
Hi, here is woapplication task generated by a new wo application with eclipse 3.5 + wolips 3.5.5990 Now I solved by copying the build.xml from a new application I just created with eclipse-jee-ganimede + wolips 3.4.5950 Not nice, but it seems that this workaround works. It seems that I

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread David Holt
Hello Paolo, When I do a search on this error, it seems to be created when the new build.xml is not copied into your application properly. Are you sure that you have the build.xml for an application in your application or did you maybe copy the framework build.xml in by mistake? They are

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Chuck Hill
It looks like you have an outdated XML file (yes, I know you just copied in a new one). What does the whole woapplication task look like? Chuck On Sep 27, 2009, at 11:14 AM, Paolo Sommaruga wrote: I removed stdFrameworks="false" but I have a lot of errors build.xml:63: There is no root

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
I removed stdFrameworks="false" but I have a lot of errors build.xml:63: There is no root named '/System' in [[ExternalFolderRoot: name = Project Local Frameworks; folder = null], [ExternalFolderRoot: name = External Build Root; folder = null], [ExternalFolderRoot: name = User Frameworks;

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Chuck Hill
On Sep 27, 2009, at 10:37 AM, Paolo Sommaruga wrote: Hi, I migrated a wo application from eclipse 3.3.x to eclipse 3.5 + wolips 3.5.5990 I replaced the build.xml file and the woproject folder with the one obtained from a new project created on purpose with eclipse 3.5 All works fine w

migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
Hi, I migrated a wo application from eclipse 3.3.x to eclipse 3.5 + wolips 3.5.5990 I replaced the build.xml file and the woproject folder with the one obtained from a new project created on purpose with eclipse 3.5 All works fine when one run the application within eclipse (incremental