WebObjects position in Montreal (must speak French!)

2011-09-21 Thread Pascal Robert
My ex-employer is looking for a new WebObjects developer. They are located in Brossard (south shore of Montreal). You must speak and be able to read in French! If you know someone, they can have a look at the job posting here: http://oaciq.com/fr/offres-emploi/programmeur-analyste-0 Thanks. _

Re: Bundle loading during unit testing outside Eclipse

2011-09-21 Thread Chuck Hill
On 2011-09-20, at 10:08 PM, Paul Hoadley wrote: > On 21/09/2011, at 2:26 PM, Chuck Hill wrote: > If you cd WT2.woa ./WT2 does the app run and find any of the bundles? >>> >>> Yep, runs and finds them all. >> >> Wow. The only thing that I can think of right now is that it

Rép : Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
Hi, here are methods code source in my Session.java. I put all methods which is used in the AjaxAutoComplete :package utt.rec.projet.server;motClefsAutoComplete1 : AjaxAutoComplete { id = "auto1"; list = session.matchMotcClefs; value = session.motClefs; item = session.motClefsRepetition; displ

Re: ToOneRelationship and saveChange method

2011-09-21 Thread Jérémy DE ROYER [INGENCYS]
If I do as you wrote, I will have (I think) the same issue because I will have to use the addToCompaignRelationship method on contact that will add it to the 'saveChange' list, isn't it ? And if I brake the reverse link between contact and xxcampaigncontact that will avoid long save, WO wil com

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
On Sep 21, 2011, at 3:10 PM, Raymond NANEON wrote: > > Envoyé depuis iCloud > > Le 21 sep 2011 à 06:53, Henrique Gomes a écrit : > >> >> >> >> > selection = session.selectedMotClefs; >> >> How is that defined in your Session? >> I wonder why your are using the session at all. Why not a lo

Rép : Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
Envoyé depuis iCloudLe 21 sep 2011 à 06:53, Henrique Gomes a écrit : > selection = session.selectedMotClefs; How is that defined in your Session? I wonder why your are using the session at all. Why not a local variable on your WOComponent? > if (getSelectedMotClefs() != null) { What's the co

Re: AjaxModalDialog in iframe

2011-09-21 Thread Jérémy DE ROYER [INGENCYS]
Why not setting the ajaxmodaldialog in the top page (not in the frame) and using a javascript to dynamically change the href of the modal with a unique id (document.getElementById(myModalDialogId).href = [myFinalHref] ) I've made it once to avoid setting multiple ajaxmodaldialog in a page but I'

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
> selection = session.selectedMotClefs; How is that defined in your Session? I wonder why your are using the session at all. Why not a local variable on your WOComponent? > if (getSelectedMotClefs() != null) { What's the code for getSelectedMotClefs() ? HG On Sep 21, 2011, a

Rép : Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
Is the AutoComplete inside a form? Yes It's inside a form. Also, AjaxAutoComplete has both a value and a selection binding. You can use either of both. The value take the selection.attribute but I want the selection Only which is an Object to get his pk. here my WOD :motClefsAutoComplete1 : AjaxA

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
Is the AutoComplete inside a form? Also, AjaxAutoComplete has both a value and a selection binding. You can use either of both. HG On Sep 21, 2011, at 2:14 PM, Raymond NANEON wrote: > Help please, my project is stuck on this problem. > > When I use WORequest and use formValueForkey("autoCom

Rép : How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
Help please, my project is stuck on this problem.When I use WORequest and use formValueForkey("autoComp1") I get a String of a textField component . Where is the selectedMotClefs I chose to fill the field?ThanksEnvoyé depuis iCloudLe 21 sep 2011 à 03:05, Raymond NANEON a écrit :Hi All,I have a lil

Re: [ANN] New Framework : WOBarcode

2011-09-21 Thread ISHIMOTO Ken
I will make the some Page in English in a few days too.. I am playing around with wiki to figure out how it work. On 2011/09/20, at 19:32, Pascal Robert wrote: >> ... >> >> I will provide Sample and some more Code on the WebObjects Wiki here in >> Japan but we have to wait for our Wiki Server

Re: EOF Boot Camp and WOWODC 2012

2011-09-21 Thread James Cicenia
I always take a vacation end of June - July 10th ish. So please make it in August or September. Thanks James On Sep 20, 2011, at 2:26 PM, Pascal Robert wrote: > Ok, so some news about WOWODC 2012. Like I said before, we want to do a Boot > Camp before WOWODC. That boot camp would be all a

How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here is my HMTL code :  id = "searchForm">wo>Here is WOD code :motClefsAutoComplete1 : AjaxAutoCompl

Re: Cleanup of Jira for WOLips

2011-09-21 Thread Henrique Gomes
You can always uuencode the file an place it on the comments :-) I bet 90% of the members of this list would know what to do it . HG On Sep 20, 2011, at 11:39 PM, Ramsey Gurley wrote: > Good point. I didn't realize there was no way to attach files to an issue on > GitHub. Although, when I thi