Re: Dojo integration (was Re: 'Simulating' commandLink from Javascript')

2006-02-03 Thread Rogers Reilly
Martin Marinschek wrote: Our final goal is to get rid of prototype and use dojo instead as our base-library for AJAX. So we want to further AJAXify our component set with the help of dojo, and replace the existing implementations with dojo-functionality. Fantastic, thanks for the

Re: Dojo integration (was Re: 'Simulating' commandLink from Javascript')

2006-02-03 Thread Martin Marinschek
Yes, but that is all really in the beginning, currently. We well be working over the next few months on that. regards, Martin On 2/3/06, Rogers Reilly [EMAIL PROTECTED] wrote: Martin Marinschek wrote: Our final goal is to get rid of prototype and use dojo instead as our base-library for

Re: 'Simulating' commandLink from Javascript

2006-02-02 Thread Volker Weber
Hi Laurie, Laurie Harper wrote: Thanks for the response, but that's not what I'm trying to do. I don't need to locate and invoke an existing command link; I don't have a command link to invoke. I need to achieve the same effect as clicking a command link would give. In other words, I

Re: 'Simulating' commandLink from Javascript

2006-02-02 Thread Laurie Harper
Volker Weber wrote: Hi Laurie, Laurie Harper wrote: Thanks for the response, but that's not what I'm trying to do. I don't need to locate and invoke an existing command link; I don't have a command link to invoke. I need to achieve the same effect as clicking a command link would give. In

Re: 'Simulating' commandLink from Javascript

2006-02-02 Thread Mike Kienenberger
What about putting a command-link on your page and use style=display:none? -Mike On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Ryan Wynn wrote: On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I

Dojo integration (was Re: 'Simulating' commandLink from Javascript')

2006-02-02 Thread Rogers Reilly
Laurie Harper wrote: Hmm, OK, thanks; that makes sense. So, it's either time to start wrapping Dojo widgets with JSF components, or time to learn about Shale's remoting features ;-) Picking up on this- I'm just about to refactor two Dojo/JSP projects (one work, one personal) into

Re: Dojo integration (was Re: 'Simulating' commandLink from Javascript')

2006-02-02 Thread Martin Marinschek
Our final goal is to get rid of prototype and use dojo instead as our base-library for AJAX. So we want to further AJAXify our component set with the help of dojo, and replace the existing implementations with dojo-functionality. The problem with prototype is lacking namespacing... regards,

'Simulating' commandLink from Javascript

2006-02-01 Thread Laurie Harper
Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not sure if the JSF spec includes any specifics on client-side APIs.

Re: 'Simulating' commandLink from Javascript

2006-02-01 Thread Ryan Wynn
On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not sure if the JSF

Re: 'Simulating' commandLink from Javascript

2006-02-01 Thread Laurie Harper
Ryan Wynn wrote: On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not