Compiling Eclipse 3.4 WOLips projects with Linux results in errors

2008-10-24 Thread Helmut Schottmüller
Hi all, I'm trying to move to Eclipse 3.4 and the new WOLips build system. This works fine on my mac but not on my Linux deployment machine. I exchanged the woproject.jar on the Linux machine with the one from the Eclipse 3.4 plugins folder (replaced it in my ant/lib directory). I created a

Re: WYSIWYG editors

2008-10-22 Thread Helmut Schottmüller
Hi Amadeo, the API docs are documented very well. There is also the Project Wonder Confluence Wiki at http://wiki.objectstyle.org/confluence/display/WONDER/Home and to see AjaxInPlace in action just install the AjaxExample app which comes with Project Wonder. You'll find examples for almost

Re: WYSIWYG editors

2008-10-22 Thread Helmut Schottmüller
Same thing. Use wonder AjaxInPlace plus one of the described WYSIWYG editors. The only tricky thing is getting the editor working with the Ajax Request. You have to make sure that it initializes correctly. Helmut Am 22.10.2008 um 10:34 schrieb Amedeo Mantica: no, I'm not looking for wysiwyg

Re: WYSIWYG editors

2008-10-21 Thread Helmut Schottmüller
Hi Amedeo, for my applications I use the FCKEditor if I need a WYSIWYG editor (see http://www.fckeditor.net/). It integrates smoothly with WO. If you like, I have a small ERXFCKEditor component which I could give to you. With TinyMCE I had problems with the integration since it uses a lot

Re: mod_rewrite and AjaxUpdateLink drives me crazy

2008-10-20 Thread Helmut Schottmüller
appens there... Best, Helmut Am 20.10.2008 um 19:28 schrieb Chuck Hill: Try adding this to your Session constructor: NSLog.out.appendln(new RuntimeException("Session created here")); Chuck On Oct 18, 2008, at 8:15 PM, Helmut Schottmüller wrote: Hi folks, I am successfully using

mod_rewrite and AjaxUpdateLink drives me crazy

2008-10-18 Thread Helmut Schottmüller
Hi folks, I am successfully using my Wonder app with Tomcat 5.5 and Apache mod_rewrite in Apache 2.2. I added a rewrite rule to shorten my URL and in order to get this work with session cookies, I return "/" in domainForIDCookies of my subclasses session and subclassed ERXWOServletContext t

_rewriteURL, Tomcat and AjaxUpdateLink

2008-10-15 Thread Helmut Schottmüller
Hi, I still have some problems with my tomcat deployment and the rewritten URL's. I used Lachlans patch to force tomcat to use the _rewriteURL method in my application class. This works perfectly fine. I also changed the session cookies to use the root "/" dir to store the cookies have an

Re: _rewriteURL is not called in Tomcat Deployment

2008-10-15 Thread Helmut Schottmüller
Cool, thanks Mike! Regards, Helmut Am 15.10.2008 um 15:09 schrieb Mike Schrag: I use setStoresIDsInCookies(true) and the cookie containing the session is now stored in the original root path of my application but the URL is rewritten so it seems that the browser is not able to retrieve th

Re: _rewriteURL is not called in Tomcat Deployment

2008-10-15 Thread Helmut Schottmüller
at 9:10 PM, Helmut Schottmüller wrote: I am trying to rewrite my ERXApplication URL's in my Tomcat deployment with mod_rewrite and I want to overwrite the _rewriteURL method in my ERXApplication baseclass. When I test my application on my local machine with directconnect everything

Re: _rewriteURL is not called in Tomcat Deployment

2008-10-15 Thread Helmut Schottmüller
Hi Lachlan, great and thanks a lot! Regards, Helmut Am 15.10.2008 um 13:46 schrieb Lachlan Deck: (this is a Wonder question) On 15/10/2008, at 9:10 PM, Helmut Schottmüller wrote: I am trying to rewrite my ERXApplication URL's in my Tomcat deployment with mod_rewrite and I wa

_rewriteURL is not called in Tomcat Deployment

2008-10-15 Thread Helmut Schottmüller
Hi, I am trying to rewrite my ERXApplication URL's in my Tomcat deployment with mod_rewrite and I want to overwrite the _rewriteURL method in my ERXApplication baseclass. When I test my application on my local machine with directconnect everything works fine and _rewriteURL is being calle

Re: Ajax loading with subcomponents

2008-10-02 Thread Helmut Schottmüller
appropriate ERXResponseRewriter methods to insert javascript, css, etc. in head. On Oct 2, 2008, at 5:55 AM, Helmut Schottmüller wrote: Hi, is there an existing solution by now to support the loading of subcomponent resources in the head after an AJAX request? I need the appendToResource

Ajax loading with subcomponents

2008-10-02 Thread Helmut Schottmüller
Hi, is there an existing solution by now to support the loading of subcomponent resources in the head after an AJAX request? I need the appendToResource code of my subcomponent executed e.g. when a TabbedPanelTab changes. Regards, Helmut ___ Do n

How to expand a set of nodes automatically in AjaxTree

2008-09-01 Thread Helmut Schottmüller
Hi, I would like to store the last state of my AjaxTree to recreate it with the same collapsed/expanded nodes as before. I've overwritten the setExpanded method of the AjaxTreeModel class to store all expanded tree nodes in a session. When the page is reloaded, I want to expand the nodes fr

Unicode problems compiling Wonder on Linux

2008-07-01 Thread Helmut Schottmüller
Hi, I like to compile Wonder on my Linux deployment system directly from svn. It works fine but I get some character encoding warnings like [wocompile] /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/ extensions/foundation/ERXFile.java:28: warning: unmappable character for encod

Re: postgresql and 'text' prototype

2008-07-01 Thread Helmut Schottmüller
Hi, Am 01.07.2008 um 18:28 schrieb Mike Schrag: But why are you using TEXT types for small text fields like firstname. Correct me if I'm wrong but I assume that you have much more performance and indexing power if you use varchar instead. from pg manual: "Tip: There are no performance dif

Re: postgresql and 'text' prototype

2008-07-01 Thread Helmut Schottmüller
Using a StringColumn is not working. You should use table.newColumn("c_firstname", java.sql.Types.LONGVARCHAR, 0, 0, 0, false, ""); This works for me. But why are you using TEXT types for small text fields like firstname. Correct me if I'm wrong but I assume that you have much more perfo

Re: Code question

2008-06-30 Thread Helmut Schottmüller
Hi Kevin, this will work but it's not good code style because the parser cannot parse the HTML file correctly. It would be better to use something like: instead of the whole If the URL in your Dreamweaver MM_openBrWindow call is variable, then you may create the whole onMouseDown string i

Re: Error when trying to use ERTaggable Framework

2008-06-29 Thread Helmut Schottmüller
Hi Guido, yes, but in this case it was easier to use the global keys for both of my models. Thanks anyway! Helmut Am 28.06.2008 um 20:19 schrieb Guido Neitzer: On 28.06.2008, at 06:54, Helmut Schottmüller wrote: Alright, to answer myself: By default the ERTaggable framework uses its

Re: Error when trying to use ERTaggable Framework

2008-06-28 Thread Helmut Schottmüller
Alright, to answer myself: By default the ERTaggable framework uses its ERTaggable model and the associated model config. You have to overwrite the model config in your Properties file using the dbConnect...GLOBAL keys. H. Am 27.06.2008 um 18:35 schrieb Helmut Schottmüller: Hi, I tried

Error when trying to use ERTaggable Framework

2008-06-27 Thread Helmut Schottmüller
Hi, I tried to use ERTaggable framework for one of my models. I am using the "magic" way with database migration. But when I start my app, the migration fails: un 27 18:23:17 WOSupportManager[] (ERXNSLogLog4jBridge.java:43) WARN NSLog - A fatal exception occurred: Failed to migrate

Re: ExcelGeneration: How?

2008-05-31 Thread Helmut Schottmüller
ple app in /ExcelGeneration/Examples? Cheers, Anjo Am 31.05.2008 um 11:48 schrieb Helmut Schottmüller: Dear folks, can anyone supply me with a little "Hello World" component to use the ExcelGeneration or just give me the idea what I have to do? The only thing I found is Anjo's com

ExcelGeneration: How?

2008-05-31 Thread Helmut Schottmüller
Dear folks, can anyone supply me with a little "Hello World" component to use the ExcelGeneration or just give me the idea what I have to do? The only thing I found is Anjo's comment on how to change the response header for excel files. I don't want to go back to plain POI if there's somethin

Is it possible to create Wonder-style getters in Eclipse?

2008-05-19 Thread Helmut Schottmüller
Hi, does anyone know a trick how to convince Eclipse to create the Wonder- style getters (e.g. attribute() instead of getAttribute()) with "Source / Generate Getters and Setters"? It is possible to set the comments and the body in the preferences but not the function call itself... :-( Since

Re: [Wonder-disc] Help getting started with Wonder AJAX

2008-05-15 Thread Helmut Schottmüller
Hi Thomas, have you had a look at the Ajax Examples Application provided with Wonder? It's definitely worth a look. I learned most of the Ajax stuff by going through these examples. Am 15.05.2008 um 09:35 schrieb Thomas: I'm trying again to use AJAX in one of my applications. I'm using th

Re: [OT] WOWODC Outing

2008-05-14 Thread Helmut Schottmüller
...and it was only half the mail. I definitely would like to see Alcatraz but the evening tours are starting a 4:20 / 5:10 and my grandmother always told me not to start drinking beer before sunset :D It's a 20 Minutes walk to the Chieftain, so I see no problem. Or was that meant for the wee

Re: [OT] WOWODC Outing

2008-05-14 Thread Helmut Schottmüller
Hmmm, right after heating-up the beer discussion :D That's a sign... But Alcatraz sounds fine for me too. Am 15.05.2008 um 06:21 schrieb Chuck Hill: I was thinking of an outing here: http://www.thechieftain.com/ On May 14, 2008, at 4:05 PM, David LeBer wrote: Hey Folks, I'm arriving in SF

Re: fckeditor and DirectConnect

2008-05-13 Thread Helmut Schottmüller
().request()); String rootDir = new File(url).getParentFile().getPath(); return rootDir + "/"; } On Mon, May 12, 2008 at 1:09 PM, Helmut Schottmüller <[EMAIL PROTECTED]> wrote: Hi, maybe very stupid but when I try to integrate the fckeditor

Re: fckeditor and DirectConnect

2008-05-12 Thread Helmut Schottmüller
it to your WebServer and passing in a base url instead, e.g. http://localhost/FCKEdtior. Gordon On 12-May-08, at 5:09 AM, Helmut Schottmüller wrote: Hi, maybe very stupid but when I try to integrate the fckeditor with DirectConnect, I have problems to set the oFCKeditor.BasePath property

Re: Migration and use of ERXJDBCUtilities.executeUpdate

2008-05-12 Thread Helmut Schottmüller
Hi Mike, thanks a lot for that hint. I will try this instantly. Best regards, Helmut Am 12.05.2008 um 15:52 schrieb Mike Schrag: which indicates that the primary key has already been used. Is it a "bad" practice to use the standard EO way to create my datasets in migration e.g. User user

Migration and use of ERXJDBCUtilities.executeUpdate

2008-05-12 Thread Helmut Schottmüller
Hi, I tried so set some default data into my tables in my migration classes using ERXJDBCUtilities.executeUpdate(database.adaptorChannel(), "INSERT INTO ...") like in the screencast example David LeBer provided (thanks David for these magnificent screencasts). My problem is that I am

fckeditor and DirectConnect

2008-05-12 Thread Helmut Schottmüller
Hi, maybe very stupid but when I try to integrate the fckeditor with DirectConnect, I have problems to set the oFCKeditor.BasePath property. How can I retrieve a working path from my WebServerResources directory? urlForResourceNamed seems to work on files only... Regards, Helmut smime.p7

Re: Using localized strings in an AjaxGrid properties file?

2008-04-23 Thread Helmut Schottmüller
LANG.lproj directories and localized the column headers. Thanks a lot for your help. Regards, Helmut Am 23.04.2008 um 19:11 schrieb Chuck Hill: On Apr 23, 2008, at 7:31 AM, Helmut Schottmüller wrote: Hi folks, is it possible to use localization in the AjaxGrid properties file? I would l

Using localized strings in an AjaxGrid properties file?

2008-04-23 Thread Helmut Schottmüller
Hi folks, is it possible to use localization in the AjaxGrid properties file? I would like to add localized strings for the column titles of the grid and it would nice to do this in the properties plist. Maybe there is something like the formatterClass key to make this happen... If not, wou

Re: [Wonder-disc] AjaxUpdateContainer Problems

2008-04-23 Thread Helmut Schottmüller
Hi Paul, if you updated today, it may have something to do with the Ajax framework update Mike did yesterday. The framework now supports load- on-demand for Javascript dependencies. Maybe there are some side effects with the in place editor? Regards, Helmut Am 23.04.2008 um 13:07 schrieb Pa

Re: Extract the component name from a binding

2008-04-22 Thread Helmut Schottmüller
Hi Mike, thanks, especially for 4) Sometimes it's hard to identify the suitable component... regards, Helmut Am 22.04.2008 um 23:02 schrieb Mike Schrag: comp1, comp2, comp3 The name of the component is set via an AjaxUpdateLink to a binding "selectedComponent". Depending on the value of s

Extract the component name from a binding

2008-04-22 Thread Helmut Schottmüller
Hi, surely another stupid question but I am stuck and can't think straight... Maybe it's time to go to bed. Assume I have three components: comp1, comp2, comp3 The name of the component is set via an AjaxUpdateLink to a binding "selectedComponent". Depending on the value of selectedCompone

Re: Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
Hi Daniele, Am 15.04.2008 um 13:00 schrieb Daniele Corti: Well there is also the other use: each has a textfield with the order id, that allow the user to change it dinamically. look at this: http://www.rantsandraves.co.uk/images/rantpix/rant15/joomla.gif Yea, but then I don't need

Re: Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
(onUpdate != null) && (onUpdate.length() > 0)) { onUpdateBuffer.append(onUpdate); onUpdateBuffer.append(";"); } } else { onUpdateBuffer.append(" var parentOnUpdate = "); onUpdateBuffer.append("parentOnUpdate(co

Re: Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
Hi Daniele, Am 15.04.2008 um 12:13 schrieb Daniele Corti: Well, I think you should consider a way different of Sortablelist to reorder the list... try something like arrow up and down and textfield with the order (in Joomla Style if you know it). Or you can do two pages, one for reorder

Re: Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
Hi Daniele, Am 15.04.2008 um 11:53 schrieb Daniele Corti: Just to know, if you remove the "xyzUpdate()" function at the onUpdate event what happen? everything works as suspected. The problem is, I need the update of the AjaxSortableList because I have the following configuration: My L

Re: Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
after the position has been changed. Maybe the surrounding update container does something bad to the drag & drop initialization... Regards, Helmut Am 15.04.2008 um 11:20 schrieb Daniele Corti: 2008/4/15 Helmut Schottmüller <[EMAIL PROTECTED]>: Hi, I created an AjaxSortableL

Strange behaviour of AjaxSortableList

2008-04-15 Thread Helmut Schottmüller
Hi, I created an AjaxSortableList which I enclosed with an AjaxUpdateContainer (id="xyz"). To the onUpdate binding of the AjaxSortableList I bound "xyzUpdate()" to update the parent update container after the list has been changed. The strange behaviour is that when I change the position of

Re: Localize WOLips project

2008-04-13 Thread Helmut Schottmüller
Hi TIA, very simple and Apple Style as usual... Just add the language resources you need in your Resources folder. I for example have a German.lproj and English.lproj Inside these folders add your Localizable.strings file with the key- value-pairs for the localized strings (if you use Unico

Re: Apache 2.2 mod_WebObjects.so on linux

2008-04-10 Thread Helmut Schottmüller
I had no further problems. I compiled the Wonder Adaptor for Apache 2.2 with Ubuntu Gutsy. Just made the modifications in the make.config file (apxs2 path, APACHEINCLUDE_DIR, APACHEMODULE_DIR), make, make install, ready. I am using wotaskd and JavaMonitor on ubuntu. Which Linux are you runni

Re: ERXMigrationTable.newColumn does not set default value

2008-04-10 Thread Helmut Schottmüller
Hi Mike, in fact I am using 5.4. So what's the conclusion? Waiting for WO 5.4.2? Helmut Am 10.04.2008 um 14:50 schrieb Mike Schrag: I lied anyway ... I DID actually add it to PGSQL, but I was looking in the same wrong place that you were. FB PlugIn has two inner classes (the schemasync and

Re: ERXMigrationTable.newColumn does not set default value

2008-04-10 Thread Helmut Schottmüller
Hi Mike, I totally go straight with that. I simply need the default value to allow the migration to add a "null = false" field into a table with existing datasets. After the successful migration I run an update that fills the new field with real data. I already tried to add this feature t

Re: ERXMigrationTable.newColumn does not set default value

2008-04-09 Thread Helmut Schottmüller
Hi Mike, thanks for the info. I'll try my very best... Regards, Helmut Am 09.04.2008 um 19:38 schrieb Mike Schrag: I tried to update an existing Model (PostGreSQL) by adding a TEXT field which shouldn't be NULL. In the upgrade method I used table.newColumn("responsible", java.sql.Types.LONG

ERXMigrationTable.newColumn does not set default value

2008-04-09 Thread Helmut Schottmüller
Hi, I tried to update an existing Model (PostGreSQL) by adding a TEXT field which shouldn't be NULL. In the upgrade method I used table.newColumn("responsible", java.sql.Types.LONGVARCHAR, 0, 0, 0, false, "", "default"); to fill the new field with a default value "default" to deal with th

How to change the selection of AjaxSelectionList

2008-04-06 Thread Helmut Schottmüller
Hi, I tried to use AjaxSelectionList. Additional to the example in the AjaxExamples I like to add buttons to move elements up and down. Moving up I realised in the following way: "Move up" is bound to this method: int index = itemlist.indexOfObject(selectedItem);

Adaptor problems in Eclipse. No Instance Available

2008-04-02 Thread Helmut Schottmüller
Hi Group, since a few hours my WO httpd adaptor seems to be broken. I'm getting getting constant "No Instance Available" messages when I am trying to run my projects with webserver connect from Eclipse. I already checked the adaptor log file (enabled it with Debug in the .conf file) but not

Re: Deploying problems with WO 5.4/Wonder

2007-12-02 Thread Helmut Schottmüller
nd other standard WO frameworks, for that matter) are loaded after ERExtensions. At least this worked for me. I'm using WO5.4/Wonder on Leopard. Tom On Nov 30, 2007, at 11:49 AM, Helmut Schottmüller wrote: Nov 30 17:19:54 HspInfo[2001] (ERXNSLogLog4jBridge.java:41) WARN NSL

Re: Deploying problems with WO 5.4/Wonder

2007-11-30 Thread Helmut Schottmüller
Hi Mike, yes, I'm using the 5.4 build. Regards, Helmut Am 30.11.2007 um 17:55 schrieb Mike Schrag: Does anyone know what this could mean? I found a similar bug report in an earlier post ("WO 5.4 and Project Wonder") but there wasn't a solution offered since then (November 4). Are you usin

Deploying problems with WO 5.4/Wonder

2007-11-30 Thread Helmut Schottmüller
Hi, I tried to create a first simple project with WO 5.4 / Wonder in Leopard. I got used to the new JavaEOGenerator (great work!) and my project is running fine in Eclipse. When I deploy the project using the Ant Tools/Install menu in Eclipse the project will be deployed. The first proble

Re: WO command line application

2007-11-28 Thread Helmut Schottmüller
Hi Art, this is a very good hint! Thanks a lot. Regards, Helmut Am 28.11.2007 um 08:59 schrieb Art Isbell: On Nov 27, 2007, at 9:51 PM, Helmut Schottmüller wrote: I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a

WO command line application

2007-11-27 Thread Helmut Schottmüller
Hi, I want to build a WO command line application to use EOF to fill up some databases. This application should be called by a cron job. I think I have to use EOClientApplicationSupport... Does anyone know where I could find code examples on how to build a command line application with WO?

Re: How to set a higher response timeout?

2007-06-14 Thread Helmut Schottmüller
Site preferences in JavaMonitor but this has obviously no effect on Direct Connect. Any hints for Direct Connect settings? Regards, Helmut Am 14.06.2007 um 14:07 schrieb Helmut Schottmüller: Hi, I'm doing some very time intensive calculations for a database import. After 30 seconds, my brow

How to set a higher response timeout?

2007-06-14 Thread Helmut Schottmüller
Hi, I'm doing some very time intensive calculations for a database import. After 30 seconds, my browser window only shows "No instance available" and I'm getting a warning that there was an exception while sending response: java.net.SocketException: Broken pipe. Where can I set a higher r

Re: mod_WebObjects with 64Bit Linux RPM

2007-05-23 Thread Helmut Schottmüller
etc. :) HTH, Travis Ken Anderson wrote: I'm going to need this soon as well. What the simplest course? Joe Little wrote: Subject: Re: mod_WebObjects with 64Bit Linux RPM? To: " Helmut Schottm?ller " <[EMAIL PROTECTED]> Cc: webobjects-dev Apple On 5/15/07, Helmut

mod_WebObjects with 64Bit Linux RPM?

2007-05-15 Thread Helmut Schottmüller
Hi there, has anyone been successful compiled and installed mod_WebObjects on a 64 bit linux system using the system version of the httpd server? I am using fedora core 6 and I am getting a segementation fault when I try to restart the webserver with my compiled version of mod_WebObjects. I

Re: Writing IE specific code

2007-04-03 Thread Helmut Schottmüller
Hi Jean Pierre, use -WOIncludeCommentsInResponse true with your application, The WO leaves the comments in the response. Regards, Helmut Am 02.04.2007 um 17:55 schrieb Jean Pierre Malrieu: I know it is not recommended, but I am trying (for the first time) to write specific code for IE (wh

Re: CSS question and YUI

2007-03-29 Thread Helmut Schottmüller
Hi James, if that's the complete code, where is your treediv element in the body and where is your opening body tag? Without that it won't work :-) Regards, Helmut Am 29.03.2007 um 23:38 schrieb James Cicenia: Hello - I have been wracking my brain on why I am getting no output on this s

Re: Strange UTF-8 problems with DirectAction

2007-03-22 Thread Helmut Schottmüller
Hi Frank, my hero! Thanks for this hint. It works fine! Best regards, Helmut Am 22.03.2007 um 16:26 schrieb Ruenagel, Frank: Hi, we achieve this by overwriting performActionNamed() in DirectAction (or subclasses). If you do streaming of binary files (like word or excel) via DAs, the http-he

Strange UTF-8 problems with DirectAction

2007-03-22 Thread Helmut Schottmüller
Hi, I thought I've solved all my UTF-8 issues with WO but now I am confronted with another strange problem. I have a search form which is called by DirectAction. When I enter search text containing UTF-8 characters, the characters are corrupted. But I have done everything in the Application

Re: Access system properties as bindings?

2007-03-22 Thread Helmut Schottmüller
Timo Then you can e.g. do Am 22.03.2007 um 10:19 schrieb Helmut Schottmüller: Let's add I know that I am capable of encapsulating the System.getProperty method in a public method of my application or session object to access it as a binding value. What I want to know is: Is it possible to access

Re: Access system properties as bindings?

2007-03-22 Thread Helmut Schottmüller
(like the caret for a parent component) Regards, Helmut Am 22.03.2007 um 08:59 schrieb Helmut Schottmüller: Hi, Maybe this question is very stupid, but is there a direct way to access system properties as a binding value? System.Property. does not work... smime.p7s Description: S

Access system properties as bindings?

2007-03-21 Thread Helmut Schottmüller
Hi, Maybe this question is very stupid, but is there a direct way to access system properties as a binding value? System.Property. does not work... Regards, Helmut smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin reque

Re: DOM Level 3 and JavaXML.Framework

2007-03-16 Thread Helmut Schottmüller
Hi Daniele, Am 16.03.2007 um 09:29 schrieb Daniele Corti: 2007/3/15, Helmut Schottmüller <[EMAIL PROTECTED]>: Dear list, I'm trying to use DOM Level 3 in my WO classes (especially Element.setIdAttribute) but the JavaXML.Framework which is used by WO contains the old

DOM Level 3 and JavaXML.Framework

2007-03-15 Thread Helmut Schottmüller
Dear list, I'm trying to use DOM Level 3 in my WO classes (especially Element.setIdAttribute) but the JavaXML.Framework which is used by WO contains the old DOM Level 2 implementation of org.w3c.dom and it is always prior to the Java 1.5 Framework in the build path... Moving the Java 1.5

Anyone knows useful frameset component

2007-03-13 Thread Helmut Schottmüller
Dear list, I wonder if someone might know a useful frameset component for WO. Something like Eclipse help pages (http://help.eclipse.org) with buttons for frame resizing and a top bar to add some icons for user defined functionality... Regards, Helmut

AJAXTree vs. YUI tree

2007-03-11 Thread Helmut Schottmüller
Hi, I am planning to use an AJAX based tree component in my website because I have to maintain a very large tree ('bout 1.5 MB of data). I've had a look at the Wonder AJAXTree component which I find quite impressive but I haven't found a way to use individual images for my leafs/folders and

Validity Framework with multiple language resources?

2007-02-03 Thread Helmut Schottmüller
Hi, has anyone experience using the validity framework with multiple language ressources? If I use Validity Modeler, the error message is a simple string. Is there any intended behaviour to use language resources for a validity model? Best regards, Helmut smime.p7s Description: S/MIME

Re: Error opening a component in Eclipse

2007-01-31 Thread Helmut Schottmüller
Hi, yeah, Chuck is right. This happens when you have a component with the same name twice somewhere in your project. But if you remove everything from the duplicate component (.wo, .api and .class) you should be able to open the other component again. For me it worked. Regards, Helmut A

Re: Any way to make ERXLocalizer work with UTF-8?

2007-01-29 Thread Helmut Schottmüller
Hi Xavier, thanks for the hint. I already figured it out and it works fine. My first try with UTF-16 did not work instantly. I had to clean my project before the correct encoding was used. So I thought that there should be another solution. Regards, Helmut Am 29.01.2007 um 13:14 schrieb De

Any way to make ERXLocalizer work with UTF-8?

2007-01-26 Thread Helmut Schottmüller
Hi, is there any way to make ERXLocalizer work with UTF-8? I have my Localizable.strings files UTF-8 coded, but I didn't find a way to tell ERXLocalizer which encoding should be used. So all of my string bindings are corrupted if some special characters are used. Regards, Helmut smime.p7

Split install script

2007-01-24 Thread Helmut Schottmüller
Hi Group, does anyone have a working split install ant script (or something similar) for Eclipse or do I have to write one for my own? Regards, Helmut smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the lis

MySQL and automatical apostrophes escaping problem

2007-01-20 Thread Helmut Schottmüller
Hi, when I am using apostrophes in WOText fields, anything works fine when I write the content to the MySQL database but when I read data from the database, either the JDBC driver or EOF adds a double backslash before the apostrophe. Is there any switch to get rid of this annoying behavio

Re: WOFileUpload with UTF-8 forms

2007-01-17 Thread Helmut Schottmüller
was selected... I got this working correctly when I added - WOUseLegacyMultipartParser true as launch parameter. Regards, Helmut Am 16.01.2007 um 10:38 schrieb Helmut Schottmüller: Hi Matt, you can find a solution in an older posting of Chuck Hill (http:// www.wodeveloper.com/omniLists

Re: WOFileUpload with UTF-8 forms

2007-01-16 Thread Helmut Schottmüller
Hi Matt, you can find a solution in an older posting of Chuck Hill (http:// www.wodeveloper.com/omniLists/webobjects-dev/2003/September/ msg00455.html). In short: 1. overwrite takeValuesFromRequest in your multipart form component: public void takeValuesFromRequest(WORequest aRequest, WOCon

Wonder AjaxAutoComplete submits form

2007-01-08 Thread Helmut Schottmüller
Hi Group, I tried to use the AjaxAutoComplete component from Project Wonder 3.0. I modified the example and it seemed to work very good in my environment. But when I use the Component inside a WOForm I have the problem that pressing the enter key to complete the Autocompletion triggers a