Javawebparts Ajaxparts: Using same Axis event multiple times in signle form.

Posted by Bloodboiler on Stack Overflow See other posts from Stack Overflow or by Bloodboiler
Published on 2010-06-02T07:39:09Z Indexed on 2010/06/02 7:43 UTC
Read the original article Hit count: 190

I'm using Javawebparts Ajaxparts and would like to use one axis event multiple times in a form.

Problem is that std:InnerHTML responseHandler takes its target html tag id in axis-config.xml so it seems impossible to reuse the definition when only thing that should change is the target tag id.

Is there a way to set responseHandler parameters on the the page where it is used (in asix:event tag or someting)?

© Stack Overflow or respective owner

Related posts about ajaxparts

Related posts about responsehandler