Re: AjaxAutoComplete

2023-11-12 Thread Stavros Panidis via Webobjects-dev
s-dev-ow...@lists.apple.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Webobjects-dev digest..." > > > Today's Topics: > > 1. Re: AjaxAutoComplete (D Tim Cummings) > 2. Re: AjaxAutoComplete (Samu

Re: AjaxAutoComplete

2023-11-11 Thread Aaron Rosenzweig via Webobjects-dev
a submit js function using an AjaxSubmitButton > - Use the created function in afterUpdateElement on AjaxAutoComplete. > > "addLigneAvecFormat" action = "$selectionnerProduit" /> > > > Regards, > > Samuel > > >> Le 10

Re: AjaxAutoComplete

2023-11-11 Thread Samuel Pelletier via Webobjects-dev
Hi, I managed to achieve your goal in my apps using this pattern : - Create a submit js function using an AjaxSubmitButton - Use the created function in afterUpdateElement on AjaxAutoComplete. Regards, Samuel > Le 10 nov. 2023 à 05:55, Stavros Panidis via Webobjects-

Re: AjaxAutoComplete

2023-11-11 Thread D Tim Cummings via Webobjects-dev
javascript in afterUpdateElement to update a different field which is in an AjaxObserveField. Regards Tim On 10/11/23 20:55, Stavros Panidis wrote: Tim, Sorry!. I could not put it to work. I am sure that I am making something wrong. My AjaxAutocomplete is class = "form-control&

AjaxAutoComplete

2023-11-10 Thread Stavros Panidis via Webobjects-dev
Tim, Sorry!. I could not put it to work. I am sure that I am making something wrong. My AjaxAutocomplete is And then I have a AjaxObserveField as follows Can you see what I am doing wrong? Stavros > On 9 Nov 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote: >

Re: AjaxAutoComplete

2023-11-09 Thread Jesse Tayler via Webobjects-dev
d > > "$theCustomerName" afterUpdateElement = "observe" /> > > Tim > > On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote: >> Hi, >> >> Is there any trick available to make AjaxAutoComplete field observable (by

Re: AjaxAutoComplete

2023-11-09 Thread D Tim Cummings via Webobjects-dev
Set parameter afterUpdateElement to "observe" and it will behave like it is in an AjaxObserveField "$theCustomerName" afterUpdateElement = "observe" /> Tim On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote: Hi, Is there any trick available to make

AjaxAutoComplete

2023-11-08 Thread Stavros Panidis via Webobjects-dev
Hi, Is there any trick available to make AjaxAutoComplete field observable (by AjaxAobserveField) ? Many thanks in advance for your help Stavros ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Ricardo Parada via Webobjects-dev
version 1.7 >> >> I believe wonder uses a more recent version, 1.7.3. We tried 1.7, 1.7.1, >> 1.7.2 and 1.7.3. >> >> I think all versions prior to 1.7.3 fix the display of AjaxAutoComplete. >> >> By the way, for us, the problem occurred outside ajax

Re: AjaxAutoComplete in AjaxModalDialog

2021-12-05 Thread Samuel Pelletier via Webobjects-dev
1.7 > > I believe wonder uses a more recent version, 1.7.3. We tried 1.7, 1.7.1, > 1.7.2 and 1.7.3. > > I think all versions prior to 1.7.3 fix the display of AjaxAutoComplete. > > By the way, for us, the problem occurred outside ajax modal dialogs too when > the page was s

AjaxAutoComplete in AjaxModalDialog

2021-12-03 Thread Samuel Pelletier via Webobjects-dev
Hi, I want to use AjaxAutoComplete inside AjaxModalDialog and usually, it works OK. A very strange problem occur when the main page is scrolled though, the selection choices are displayed with a vertical distance from the textfield that correspond to the vertical scroll of the main page bellow

Re: Safari ignores autocomplete="off" in AjaxAutoComplete component

2019-08-30 Thread Markus Ruggiero via Webobjects-dev
vices > with latest Wonder. > > The only problem I experience with AutoComplete is on iOS, the popup does not > appears at the field location. > > Samuel > > >> Le 29 août 2019 à 07:21, Markus Ruggiero via Webobjects-dev >> a écrit : >> >>

Re: Safari ignores autocomplete="off" in AjaxAutoComplete component

2019-08-29 Thread Samuel Pelletier via Webobjects-dev
ation. Samuel > Le 29 août 2019 à 07:21, Markus Ruggiero via Webobjects-dev > a écrit : > > Seems there is a big issue with Safari and AjaxAutoComplete. The textfield is > explicitly set to autocomplete="off" but Safari ignores this. So when the > user

Safari ignores autocomplete="off" in AjaxAutoComplete component

2019-08-29 Thread Markus Ruggiero via Webobjects-dev
Seems there is a big issue with Safari and AjaxAutoComplete. The textfield is explicitly set to autocomplete="off" but Safari ignores this. So when the user starts typing Safari OVERLAYS the autocomplete list from the component with its own autocomplete stuff making the component&

Re: AjaxAutoComplete

2015-02-13 Thread Timothy Worman
return "rowCheckbox_" + id(); } public String autoCompleteId() { return “rowAutoComplete" + id(); } Tim Worman UCLA GSE&IS > On Feb 13, 2015, at 1:25 PM, Louis Demers wrote: > > Hi, > > I successfully used AjaxAutoComplete in a

AjaxAutoComplete

2015-02-13 Thread Louis Demers
Hi, I successfully used AjaxAutoComplete in a few places in my app. I was able to get 2 AjaxAutoComplete to work in the same page but I get this “quouizy" feeling I did it wrong but got it working anyway. But now I’m trying to use it inside a wo:repetition and not getting any luck

AjaxAutoComplete in Tables

2014-05-08 Thread Tobias Janz
Hi all, i have a table with a loop for the line (tr). Each line displays one entity. I need to edit field of the entity directly in the table. One of this field is an AjaxAutoComplete. I so use this component in some other parts of my application and it works fine. But now in the table i have

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-28 Thread Theodore Petrosky
ept works. I have an app I can send you if you want. --- On Mon, 8/27/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: AjaxUpdateContainer and AjaxAutoComplete together? > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Monday, Au

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-27 Thread Pascal Robert
Hi Ted, Yes I did try to use AjaxUpdateTrigger but nothing get triggered even if my array indeed contains the two containers id. Are you using it with AjaxAutoComplete? > If I read this correctly, you are trying to update two containers? did you > see: AjaxUpdateTrigger > > ob

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Theodore Petrosky
trigger all of the other update containers to update, reflecting their new non-editable status. I have used this one with success. Ted --- On Thu, 8/16/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: AjaxUpdateContainer and AjaxAutoComplete together? > To: "Theodore P

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Pascal Robert
Le 2012-08-16 à 06:12, Theodore Petrosky a écrit : > Pascal, > > shouldn't the id agree: > > > >> > > observeFieldID="specName_field" /> > > I mean you are observing 'specName' not 'specName_field' It'

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Theodore Petrosky
l Robert > Subject: AjaxUpdateContainer and AjaxAutoComplete together? > To: "WebObjects Development" > Date: Tuesday, August 14, 2012, 10:09 AM > I'm trying to use AjaxAutoComplete > and two AjaxUpdateContainer together, but I have problems > doing so. What I want to achieve is

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-15 Thread Johnny Miller
Hi Pascal, Shouldn't the observefieldid = specName? Johnny Miller 808.661.7962 jlmil...@kahalawai.com www.kahalawai.com On Aug 14, 2012, at 4:09 AM, Pascal Robert wrote: > I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but > I have problems doing so

AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-15 Thread Pascal Robert
I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but I have problems doing so. What I want to achieve is that when an item from a list built by AjaxAutoComplete is selected, I want to display two attributes from the selected item. Problem is that I get this: août

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Amedeo Mantica
e: >> >>> Hi, >>> >>> I'm working on a project where I'm emulating frame sets. I have various >>> editors that get loaded through a switch component depending on the >>> selected object's type. >>> >>> In one of

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
a project where I'm emulating frame sets. I have various >> editors that get loaded through a switch component depending on the selected >> object's type. >> >> In one of the editors I'm using the AjaxAutoComplete component but it is not >> working

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
esources get loaded ?Sent from my iPhoneOn 29/giu/2012, at 16:42, Johnny Miller <jlmil...@kahalawai.com> wrote:Hi,I'm working on a project where I'm emulating frame sets.  I have various editors that get loaded through a switch component depending on the selected object's type.I

Re: AjaxAutoComplete not getting request

2012-06-29 Thread Amedeo Mantica
t; object's type. > > In one of the editors I'm using the AjaxAutoComplete component but it is not > working :(. I can see from the web inspector that the Ajax request is > getting made but if put a logging statement in the handleRequest method of > AjaxAutoComplete I ca

AjaxAutoComplete not getting request

2012-06-29 Thread Johnny Miller
Hi, I'm working on a project where I'm emulating frame sets. I have various editors that get loaded through a switch component depending on the selected object's type. In one of the editors I'm using the AjaxAutoComplete component but it is not working :(. I can see fr

Rép : Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Raymond NANEON
rom session().selectedMotCalefs property. You don't need to use "select" attribute. Simple code below using inline bindings:FarrukhOn 2011-10-13, at 11:04 AM, Raymond NANEON wrote:Hi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bin

Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Farrukh Ijaz
>> property. You don't need to use "select" attribute. Simple code below using >> inline bindings: >> >> > selection="$selectedItem" displayString="$item.propertyYouWantToShow" /> >> >> Farrukh >> >> On 2011-10-13,

Rép : Re: How to get selected Object of AjaxAutoComplete

2011-10-13 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 name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1"/>wo>Here is

Re: How to get selected Object of AjaxAutoComplete

2011-10-13 Thread Farrukh Ijaz
ave a lill' problem with AjaxAutoComplete. I am having difficult to get > the selected Object bind to selection attribute. > > Here is my HMTL code : > > "motClefsAutoComplete1"/> > > Here is WOD code : > > motClefsAutoComplete1 : AjaxAutoComplete { &g

How to get selected Object of AjaxAutoComplete

2011-10-13 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 name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu

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.motClefs

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
? > > public WOActionResults refreshPop2() { > if(session.getSelectedMotClefs() != null){ > > } > return null; > } > I meant the code on your Session.java where those methods are defined. > When I do selection in the AjaxAutoComplete, the method refre

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

2011-09-21 Thread Raymond NANEON
's the code for getSelectedMotClefs() ? public WOActionResults refreshPop2() { if(session.getSelectedMotClefs() != null){ } return null; } When I do selection in the AjaxAutoComplete, the method refreshPop2 run to get selectedObject pk. But my surprise is the selectedObject is always

Re: How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Henrique Gomes
ep 21, 2011, at 2:47 PM, Raymond NANEON wrote: > > >> >> 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. > >

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 :motClefsAutoComp

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 formVa

Rép : How to get SelectedObject from AjaxAutoComplete

2011-09-21 Thread Raymond NANEON
l,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 name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1"/>wo>Her

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 name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu

Réexp : How to get selected Object of AjaxAutoComplete

2011-09-16 Thread Raymond NANEON
Début du message réexpédié :De : Raymond NANEON Date : 14 sep 2011 à 07:15À : WebObjects webobjects-dev Objet : How to get selected Object of AjaxAutoCompleteHi All,I have a lill' problem with AjaxAutoComplete. I am having difficult to get the selected Object bind to selection attribute.Here

How to get selected Object of AjaxAutoComplete

2011-09-14 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 name = "autoCompAOF1"><webobject name = "motClefsAutoComplete1&qu

Re: AjaxAutoComplete ?

2011-03-30 Thread Theodore Petrosky
thanks, I searched on my HD for '.auto_complete' and I found similar CSS in the default_screen_stylesheet.css which is part of the ERModernDefaultSkin. It works, thanks again, Ted --- On Wed, 3/30/11, Joe Kramer wrote: From: Joe Kramer Subject: Re: AjaxAutoComplete ? To:

Re: AjaxAutoComplete ?

2011-03-30 Thread Joe Kramer
using an AjaxAutoComplete. I have it (almost) > working on an AMD but I must be missing some CSS as the auto complete text > is just floating over top of my other text (with a transparent background) > so it is impossible to read. > > the docs don't say anything about CSS neces

AjaxAutoComplete ?

2011-03-30 Thread Theodore Petrosky
anyone have an example of using an AjaxAutoComplete. I have it (almost) working on an AMD but I must be missing some CSS as the auto complete text is just floating over top of my other text (with a transparent background) so it is impossible to read. the docs don't say anything abou

Re: Ajaxautocomplete to one relationship

2009-10-01 Thread Mark Wardle
Thanks David. I guess there is an inherent lack of genericity here. -- Dr. Mark Wardle Specialist registrar, Neurology (Sent from my mobile) On 29 Sep 2009, at 20:42, David LeBer wrote: On 2009-09-29, at 3:07 PM, Mark Wardle wrote: Hi all. I'm successfully using ajaxautocom

Re: Ajaxautocomplete to one relationship

2009-09-29 Thread David LeBer
On 2009-09-29, at 3:07 PM, Mark Wardle wrote: Hi all. I'm successfully using ajaxautocomplete but that results in a string. Fine for subsequent searching. Is there a unified component that will handle setting a to one relationship with a drop down populated by autocomplete? Otherwise

Ajaxautocomplete to one relationship

2009-09-29 Thread Mark Wardle
Hi all. I'm successfully using ajaxautocomplete but that results in a string. Fine for subsequent searching. Is there a unified component that will handle setting a to one relationship with a drop down populated by autocomplete? Otherwise I'll see whether I can roll my own! Many tha

Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-27 Thread Matt Stokes
I have 2 tabs in Ajax TabPanel. On the first tab Text Hinter works, but when I click Tab #2, I do not get the text hints. What do I have to do to get this to work on all tabs. Matt On Mon, Sep 21, 2009 at 8:01 PM, getsharp wrote: > On 22/09/2009, at 6:08 AM, J Stephanos wrote: > > David: >

Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread getsharp
On 22/09/2009, at 6:08 AM, J Stephanos wrote: David: > Unfortunately the text triggers an immediate search on the default string. It doesn't in my case. It is working as expected for me per the AjaxTextHinter javadoc example. I experience the same behaviour as David. AjaxTextHinter d

Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread J Stephanos
>> On Sep 21, 2009, at 11:33 AM, J Stephanos wrote: >> >> Wonder's AjaxAutoComplete works great - but is it possible to have the >>> equivalent of a noDisplayString? >>> >>> Movie Name: [ enter a movie name here ] >>> >>> We'd like to pro

Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread David Holt
know if there is a way to disable that behaviour so that the default text is just treated like a label and not treated as content of the text field? On Sep 21, 2009, at 11:33 AM, J Stephanos wrote: Wonder's AjaxAutoComplete works great - but is it possible to have the equivalent

Re: AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread Kieran Kelleher
I believe AjaxTextHinter in Wonder/Ajax is what you want. On Sep 21, 2009, at 11:33 AM, J Stephanos wrote: Wonder's AjaxAutoComplete works great - but is it possible to have the equivalent of a noDisplayString? Movie Name: [ enter a movie name here ] We'd like to provide some hi

AjaxAutoComplete - is it possible to have the equivalent of a noDisplayString?

2009-09-21 Thread J Stephanos
Wonder's AjaxAutoComplete works great - but is it possible to have the equivalent of a noDisplayString? Movie Name: [ enter a movie name here ] We'd like to provide some hint ("enter movie name here") to the user, to enter a movie name in the field. It should disappear when

Re: AjaxAutoComplete list width

2009-04-09 Thread Ricardo J. Parada
AjaxAutoComplete renders? Right now it seems to always match the width of the text field. You can achieve it by tweaking css, eg: .auto_complete ul { width:150px; } I managed to write some JavaScript that sets the width of the text field to 40px. But when I start typing in that text field I want the

Re: AjaxAutoComplete list width

2009-04-07 Thread getsharp
On 08/04/2009, at 6:27 AM, Ricardo J. Parada wrote: Is there a way to set the width of the list of matches that an AjaxAutoComplete renders? Right now it seems to always match the width of the text field. You can achieve it by tweaking css, eg: .auto_complete ul { width:150px; } I

AjaxAutoComplete list width

2009-04-07 Thread Ricardo J. Parada
Is there a way to set the width of the list of matches that an AjaxAutoComplete renders? Right now it seems to always match the width of the text field. I managed to write some JavaScript that sets the width of the text field to 40px. But when I start typing in that text field I want

Re: AjaxAutoComplete and AjaxObserveField

2009-04-03 Thread Ricardo J. Parada
Thanks... I did not know I could use AjaxSubmitButton like that. If I understood correctly, you are using an AjaxSubmitButton with the functionName binding which causes the AjaxSubmitButton to become a javascript function instead of a button. Then from your AjaxAutoComplete you use the

Re: AjaxAutoComplete and AjaxObserveField

2009-04-03 Thread Ramsey Gurley
On Apr 2, 2009, at 7:22 PM, Ricardo J. Parada wrote: Hi, I have an AjaxAutoComplete. The user types something, the list of matches is displayed, then the user selects from the list and the selected item is entered in to the AjaxAutoComplete text field. Now, when the user tabs out of

AjaxAutoComplete and AjaxObserveField

2009-04-02 Thread Ricardo J. Parada
Hi, I have an AjaxAutoComplete. The user types something, the list of matches is displayed, then the user selects from the list and the selected item is entered in to the AjaxAutoComplete text field. Now, when the user tabs out of the AjaxAutoComplete text field I want the value of the

Re: AjaxAutoComplete

2009-03-25 Thread Ricardo J. Parada
It seems that the trick for making it look like a search field can be accomplished by simply wrapping the AjaxAutoComplete in a div like this: and then having a bit of javascript to find the input element inside the an element of class livesearch... and then just set the found

AjaxAutoComplete

2009-03-25 Thread Ricardo J. Parada
Can the AjaxAutoComplete be styled, i.e. if it accepted a class binding but I don't see one? Or maybe, instead of a text field could it be an input type="search" so that it looks like the Safari search field. I know that only works in Safari but still... it would be nice.

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