yes

It does refresh the page, etc., just that the hyperlink doesn't fire the action that is bound to it.

James

On May 7, 2007, at 8:50 AM, Jean-François Veillette wrote:


Le 07-05-07 à 09:32, James Cicenia a écrit :
So after refactoring my code, I figured out how to use that component, get the url from it, and embed it in my javascript YUI Treeview. Everything seems to work great except for one big confusing problem.
My link's action binding isn't being fired.

When you say the action is not fired, do you mean that the browser send a request, the application respond, but somehow the action is not fired ?


Here is the scenario:

Page
        DocumentTree Component
                Node Component
                        NXDowloadComponent
                                NXHyperlink

So it all renders correctly and even the href that is generated sure looks correct. However, when I
click the hyperlink, it just won't fire its action method.

I doubled checked all the bindings. Is it because it is being rendered dynamically via javascript
at the browser level?

How  do you dynamically render the hyperlink at the javascript level ?

Its context / element id numbers must match an objet on the server side. It's probably that the hyperlink component doesn't recognize the context id as itself, and so doesn't invoke it's action binding.

Please, explain in more details what you have done in the nxhyperlink component and how you play with the url on the javascript side.

- jfv


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to