Re: D2W: Reading custom rule values in a custom property-level component

2012-06-07 Thread Paul Hoadley
Hi David, On 08/06/2012, at 8:39 AM, David Holt wrote: > My understanding of the docs is that you can use these ERDCustomComponents > WITHOUT a d2wContext. > > "This is achieved by pulling values first from the bindings, then from the > d2wContext and finally from an "extraBindings" binding."

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Stavros Panidis
Thanks of your reply. I am just looking for a way to implement dependent WOPopupButton lists or 'New option' dialog in a WOPopupButton. Is there any suggestion ? Stavros On 7 Ιουν 2012, at 7:19 μ.μ., ISHIMOTO Ken wrote: > Hi, > > There is one Problem in the way how JQueryMobile works. > > O

Re: WOInject: harmed twice by classloader manipulation

2012-06-07 Thread Henrique Prange
Hi Joseph, On 06/06/2012, at 04:04, Joseph Pachod wrote: > Hi all > > We've been using WOInject for a few months and encountered two issues > due to the classloader manipulation done at startup (the one to enable > interception through javassist, in the WOInject class). > You're not alone. I'v

Re: D2W: Reading custom rule values in a custom property-level component

2012-06-07 Thread David Holt
Hi Paul, I don't have a lot of time to respond, but some thoughts are: My understanding of the docs is that you can use these ERDCustomComponents WITHOUT a d2wContext. "This is achieved by pulling values first from the bindings, then from the d2wContext and finally from an "extraBindings" bin

D2W: Reading custom rule values in a custom property-level component

2012-06-07 Thread Paul Hoadley
Hello, This question is languishing at the end of my thread on another topic, so I'll just drag it out into its own thread. Say I have just made a custom property-level component by extending ERDCustomComponent. I want to be able to read a value for a custom key that I've set in the rules. I

Re: WO & HL7

2012-06-07 Thread Larry Mills-Gahl
Another vote for HAPI. I've got some custom code consuming HL7 from the time before HAPI (also known as the un-HAPI time ... well, ok, it's only know as that to me ... and really only in this message I suppose) but I've been looking at a recent integration path with Camel and their (relatively)

Re: WO & HL7

2012-06-07 Thread Michael Schmiedgen
Hi Calven, Anyone worked with HL7? Any advice using it with Webobjects? I use HAPI, that was mentioned in another post above. I use it stand alone, without WO. It is a nice API and should integrate well into other environments. Cheers, Michael -- ___ Michael Schmi

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread ISHIMOTO Ken
Hi, That's true for the most part. The next ERModernJQuery Library will work nice with Ajax Framework. We can speak about that at WOWODC maybe. Ken On 2012/06/07, at 17:24, Amedeo Mantica wrote: > I don't use the ERJQuerymobile, but I guess you cannot use > AjaxUpdateContainer and AjaxObserv

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread ISHIMOTO Ken
Hi, There is one Problem in the way how JQueryMobile works. One of the nice but big problems are, that JQueryMobile is calling every Page (via Link) via Ajax. That means, if you have other Pages with other Javascript Code the Javascript Libraries never get loaded. JQueryMobile is very closed

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
no, ognl will not interfere Regards Amedeo On 07/giu/2012, at 18:00, Johan Henselmans wrote: > > Op 7-jun.-2012, om 17:24 heeft Amedeo Mantica het volgende geschreven: > >> I don't use the ERJQuerymobile, but I guess you cannot use >> AjaxUpdateContainer and AjaxObserve fields because they re

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Johan Henselmans
Op 7-jun.-2012, om 17:24 heeft Amedeo Mantica het volgende geschreven: > I don't use the ERJQuerymobile, but I guess you cannot use > AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype and > Scriptaculous > > You should not mix ERJQueryMobile with the "legacy" Ajax stuff

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Amedeo Mantica
I don't use the ERJQuerymobile, but I guess you cannot use AjaxUpdateContainer and AjaxObserve fields because they rely on Prototype and Scriptaculous You should not mix ERJQueryMobile with the "legacy" Ajax stuff Amedeo On 05/giu/2012, at 18:15, Stavros Panidis wrote: > Hello list, > > I am

WO and IPv6

2012-06-07 Thread Amedeo Mantica
Not really important, but I did some test... Actually I'm having no issues running WO app on IPv6 Regards Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Un

Re: WO & HL7

2012-06-07 Thread David Aspinall
I've been doing some HL7 work on iOS and although I have nothing specific for WebObjects, here are some comments and resources you might find helpful. - welcome to ACRONYM HELL If you thought programmers were bad for their own terminology, you have not seen anything. Health Informatics (HI) i

Re: WO & HL7

2012-06-07 Thread JR Ruggentaler
For parsing HL7 in my WO app I use HAPI. You can send and receive the HL7 messages from a direct action. The MSH segment field 5 (MSH-5) is usually used for identifying the source/security. Depending on the source of the HL7 data you may need a "message router/pro

Re: WO & HL7

2012-06-07 Thread Paul Yu
If HL7 is a markup language like HTML, XML, and others, than I would think using WO to create HL7 could just be putting the markup in the WO .html file and the generating the response as NSData and send it. Parsing HL7 would be you would take their HL7 java library and link it in and parse the

Re: WO & HL7

2012-06-07 Thread Calven Eggert
I will be doing two things: 1) receiving HL7 messages and parsing the data 2) creating and sending HL7 messages On 2012-06-07, at 9:30 AM, Paul Yu wrote: > What are you trying to do with HL7? > > -- > Paul Yu > Sent with Sparrow > > On Thursday, June 7, 2012 at 9:20 AM, Calven Eggert wrote:

Re: WO & HL7

2012-06-07 Thread Paul Yu
What are you trying to do with HL7? -- Paul Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, June 7, 2012 at 9:20 AM, Calven Eggert wrote: > Good morning, > > Anyone worked with HL7? Any advice using it with Webobjects? > > Calven > > > _

WO & HL7

2012-06-07 Thread Calven Eggert
Good morning, Anyone worked with HL7? Any advice using it with Webobjects? Calven ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscr

Re: D2W: Property level component for truncating a string?

2012-06-07 Thread Paul Hoadley
On 07/06/2012, at 6:50 PM, Mark Wardle wrote: > There is one that truncates a string. I'm away from computer so can't give > exact name. Something like Erxd2wDisplayLargeString ? Thanks Mark: ERDDisplayLargeString. I actually looked at that, and skipped over it because its Javadocs are empty.

Re: D2W: Property level component for truncating a string?

2012-06-07 Thread Mark Wardle
There is one that truncates a string. I'm away from computer so can't give exact name. Something like Erxd2wDisplayLargeString ? -- Dr. Mark Wardle Sent with mobile On Wednesday, 6 June 2012 at 04:30, Paul Hoadley wrote: > Hello, > > Is there a property-level component that will truncate a