Right Way to use jQuery

2014-06-13 Thread Thomas Grass (01SoftwareSolutions)
Hello, is it possible to use jQuery instead of prototype with wonder? What is the right way to do this? I found this article: http://wiki.wocommunity.org/display/documentation/ERJQuery How do i tell my wonder-application to use just jQuery? Thanks Thomas -- Thomas Grass, B.Sc. |

WODirectConnect, AjaxUpdateLink. Weird.

2014-05-23 Thread Thomas Grass (01SoftwareSolutions)
Hi, this is the first time i used WODirectConnect on our Testserver. Everything works fine but using a AjaxUpdateLink would give no result (clicking on a AjaxUpdateLink do just nothing). The Javascript-Console of my Chrome browser has the following Error-Report for me: •

Re: Character Encoding of textfield

2014-05-14 Thread Thomas Grass (01SoftwareSolutions)
Hi Jens, i had the same problem yesterday! Your solution works for me also fine! :-) Thomas -- Thomas Grass, B.Sc. | 01SoftwareSolutions +49 (89) 41 41 41 03-0 off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbergstraße 8 | D-85748 Garching b München Am 14.05.2014 um 07:50

Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi to all, as i wrote last week in a mail to this mailing list i did a full webobjects-installation on a fresh Test-VirtualMachine Ubuntu-Server 12.04 with this Install-Guide: http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu Everything

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
Hi Pascal, this is the Output of ifconfig: root@virtualserverXY:~# ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:84

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
12.05.2014 um 11:22 schrieb Thomas Grass (01SoftwareSolutions) off...@01softwaresolutions.eu: Hi to all, as i wrote last week in a mail to this mailing list i did a full webobjects-installation on a fresh Test-VirtualMachine Ubuntu-Server 12.04 with this Install-Guide: http

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Thomas Grass (01SoftwareSolutions)
are talking about i get just nothing. Is there a way to get this working on the other machine? Thomas Am 12.05.2014 um 13:04 schrieb Fabian Peters lists.fab...@e-lumo.com: Sorry, that should have been modprobe -l '*loop*'. Am 12.05.2014 um 12:11 schrieb Thomas Grass (01SoftwareSolutions

Right Place for Applications

2014-05-08 Thread Thomas Grass (01SoftwareSolutions)
Hello WO-Experts, i did a deployment machine-installation on a fresh Ubuntu Server 12.04 with this installation guide: http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu JavaMonitor works fine on default port 56789. Now i want to

Connecting from other devices in same network

2013-11-29 Thread Thomas Grass (01SoftwareSolutions)
Hello WO-Community, i'm trying to run an WO-Application on my development-device (Mac OSX, 10.8.5) and test it from other devices (PC, iPad, and others). My Mac is in the same network as the other devices. It is not possible to reach the application (http://192.168.254.4:8094), neither from

Re: Connecting from other devices in same network

2013-11-29 Thread Thomas Grass (01SoftwareSolutions)
2013, at 10:45, Thomas Grass (01SoftwareSolutions) off...@01softwaresolutions.eu wrote: Hello WO-Community, i'm trying to run an WO-Application on my development-device (Mac OSX, 10.8.5) and test it from other devices (PC, iPad, and others). My Mac is in the same network as the other

Max Allowed Sessions

2013-07-10 Thread Thomas Grass (01SoftwareSolutions)
Hello Community, is there an easy way to handle maximum allowed sessions in a WO-Application/Wonder-Application? (e.g. max. 25 Sessions allowed, otherwise an exceptions page will displayed)? Thomas ___ Do not post admin requests to the list. They

Re: Inline Elements

2013-06-10 Thread Thomas Grass (01SoftwareSolutions)
13:48 schrieb Paul Yu p...@mac.com: Thomas If you want to use the testString as a variable, then it should be $testString Paul Sent from my iPad On Jun 9, 2013, at 7:05 AM, Thomas Grass (01SoftwareSolutions) off...@01softwaresolutions.eu wrote: Hello Community, i want to use

Re: Inline Elements

2013-06-10 Thread Thomas Grass (01SoftwareSolutions)
=$ component.inlineBindingSuffix= Then you'd use: wo:str value=$someVariable / or wo:string ... / See the pattern? I use the latter - and I suspect you do too, although I have seen the former around... /Thor On 10.6.2013, at 07:38, Thomas Grass (01SoftwareSolutions) wrote: Hi Paul, thank

Inline Elements

2013-06-09 Thread Thomas Grass (01SoftwareSolutions)
Hello Community, i want to use inline elements such like this: h1wo:string value=testString valueWhenEmpty = - //h1 But webobjects ignores such statements (there is no output and no error message). What must be set to use it? For some cases I don't want to use the default and write a WOD and a

Size of fetched array

2013-05-27 Thread Thomas Grass (01SoftwareSolutions)
Hello WO-Coders, I fetch objects with special bindings like the following example: [...] NSMutableDictionaryString, Object bindings = new NSMutableDictionaryString, Object(); if(selectedJob.description()!=null) bindings.setObjectForKey(selectedJob.description(), description);

DateFormat: Format for Time 24 Hours

2013-02-16 Thread Thomas Grass (01SoftwareSolutions)
Hello Community, i've a question concerning the right way to format time. I have a Time like 32:18:12 (32 Hours, 18 Minutes, 12 Seconds). This time is stored within an NSTimestamp (after calculating something): NSTimestamp timeToDisplay = new NSTimestamp(timeAfterCalculation()); //e.g:

Re: Get framework name

2013-01-22 Thread Thomas Grass (01SoftwareSolutions)
/webobjects-dev/office%4001softwaresolutions.eu This email sent to off...@01softwaresolutions.eu -- Thomas Grass | 01SoftwareSolutions off...@01softwaresolutions.eu | www.01softwaresolutions.eu Lichtenbergstraße 8 | D-85748 Garching b München ___ Do

Could not find the main class: =. Program will exit.

2013-01-21 Thread Thomas Grass (01SoftwareSolutions)
Hello, i'm developing a software with WebObjects and WOLips on MacOSX. (Java 1.6). I checked out this project on my Linux-PC (Ubuntu Mint, OpenJDK 1.6). When i want to run the project in the Linux-PC i get the following error: Exception in thread main java.lang.NoClassDefFoundError: = Caused

Re: Could not find the main class: =. Program will exit.

2013-01-21 Thread Thomas Grass (01SoftwareSolutions)
was it, maybe subversive did wrong things. ;) Thomas Am 21.01.2013 um 20:39 schrieb Chuck Hill: Try deleting the launch configuration and then Run As... WebObjects application. That may fix it. Chuck On 2013-01-21, at 8:57 AM, Thomas Grass (01SoftwareSolutions) wrote: Hello

Sorting to many relationship

2012-10-12 Thread Thomas Grass (01SoftwareSolutions)
Hi WO-Developers, i've an EO OpDay with an relationship to many OpHour's. In use i am able to call an array of OpHour's with the following command: aOpDay.ophours() This works fine, but i need to have the OpHour's sorted by special attributes. Is there a nice way to do this, without creating

WORequest, Logging IP-Addresses

2012-09-06 Thread Thomas Grass (01SoftwareSolutions)
Hi WO-Developers, i have a question concerning logging IP-Addresses of users. I have to log from which IP-Adresses users are using my WO-Application. To do this, i found a short script: http://en.wikibooks.org/wiki/WebObjects/Web_Applications/Development/Tips_and_Tricks The method

Re: WORequest, Logging IP-Addresses

2012-09-06 Thread Thomas Grass (01SoftwareSolutions)
Hi to all! Thank you very much. Worked perfectly! Am 06.09.2012 um 13:39 schrieb Pascal Robert: Le 2012-09-06 à 07:21, Thomas Grass (01SoftwareSolutions) off...@01softwaresolutions.eu a écrit : Hi WO-Developers, i have a question concerning logging IP-Addresses of users. I have