Re: The WOCommunity slack channel

2016-09-07 Thread Benjamin Steiner
i’m interested as well, please add me > On 06 Sep 2016, at 14:01, Hugi Thordarson wrote: > > Hi all, > just wanted to remind you that Samuel Pelletier created a slack channel for > the WOCommunity. It’s a lovely little place for chatting about WO. Just let > us know if you’d like an invite so

loosing changed data in AjaxExpansion

2016-03-24 Thread Benjamin Steiner
Hi list, I’m working with an old application where we used an ERXCollapsibleComponentContent in a form to display some additional textfields and checkboxes if needed. Now i would like to replace them with an AjaxExpansion (for better usability), but there’s a problem now that if i change some

manually refreshing an AjaxTree

2016-03-02 Thread Benjamin Steiner
Hi list I’m working with an AjaxTree where i want to be able to add objects to the structure and immediately display them. At the moment, the tree only updates when i open or close a branch, now my question is if there is a way to manually update the tree while creating a new object (with the “

Re: Using ERXThreadStorage

2015-12-16 Thread Benjamin Steiner
end EOEditingContext to keep a reference to an user object and > override session.defaultEditingContext to initialize the ec with the current > user. > > > regards > > René > > > > >> Am 16.12.2015 um 10:07 schrieb Benjamin Steiner > <mail

Using ERXThreadStorage

2015-12-16 Thread Benjamin Steiner
Hi list, In our application, we keep the business-logic with the EO-model in a separate framework. Because some of the enterprise objects are region-specific, we need to get access to the logged in user(or its region, respectively) with a static method. The problem is that the user is stored in

Re: AjaxUpdateContainer Problem

2015-11-25 Thread Benjamin Steiner
Item"; > locked = true; >onClose = refreshContainer; > } > > > then in the java: > > public void refreshContainer() { > > AjaxUpdateContainer.updateContainerWithID("itemList", > context()); > > } > >&

AjaxUpdateContainer Problem

2015-11-24 Thread Benjamin Steiner
Hi list, I have a problem with getting an AjaxUpdateContainer to actually update. My idea is to have an AjaxUpdateContainer with a list of Items and an AjaxModalDialog to insert a new item into said list. At the moment my code looks something like this: HTML (LIST TO REFRESH)

Re: Documenting the EO Model

2015-11-12 Thread Benjamin Steiner
> > > > > > > > > > fork="true" > maxmemory="256m"> > > > > > > > > > > > > > > > > On 2015-11-06, 12:49 AM, > "webobjects-dev-bounces+chill=gevityi

Documenting the EO Model

2015-11-06 Thread Benjamin Steiner
Hi list, We are currently designing a quite complex EO Model, and there’s a lot to be documented. Does anyone have some advice on how to approach that on a large scale or is anyone using some Tools to do it? I’ve heard of program called “EO Model Doc”, but i don’t know how to get it or if it’s

Sending a POST request via HTTPS with WOHTTPConnection

2015-09-30 Thread Benjamin Steiner
Hi List At the moment, our application is sending a POST request with WOHTTPConnection. Now our customer wants us to send it via HTTPS. Is there a possibility to do that with WOHTTPConnection or are there any other ways to do it? Thanks, Beni Application application = (Application)Application.

Re: Consuming Web Services in Wonder

2015-09-04 Thread Benjamin Steiner
ith Axis2 and it wasn’t even validating XML. Apparently, Axis2 >> generated a wsdl defining a service with an input and an error. If I >> remember correctly, the only legal combos are input only, or >> input/output/error. My basic reaction to this was >> >

Re: Consuming Web Services in Wonder

2015-09-03 Thread Benjamin Steiner
gt; generate the basic service code. From the generated code you can invoke >> methods on the service. >> >> cheers, Fabian >> >>> Am 03.09.2015 um 14:42 schrieb Benjamin Steiner : >>> >>> Hi List >>> >>> We have the followin

Consuming Web Services in Wonder

2015-09-03 Thread Benjamin Steiner
Hi List We have the following situtation: Our Customer has an external Application that provides a Web Service. Our task is to get our Wonder application to upload data to said Web Service, which provided us with a WSDL-file. Is there anyone with experience who could give a crash course for tha