Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Musachy Barroso
If you need to prevent the request you would need it. Topics have changed quite a bit between releases, if you are using 2.0.9, then the topic takes 3 parameters, and it is published before the request, after the request and when there is an error. http://struts.apache.org/2.x/docs/ajax-tags.html

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Well, it is on search.js line 206 ;) > > musachy > Ah, sometimes I'm blind. Firebug hide this info and I didn't take a closer look at my pastet content :-) On line 206 is this: // prevent refreshSelectedCustomer AJAX requests, if IpNbr is e

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Musachy Barroso
Well, it is on search.js line 206 ;) musachy On 8/30/07, Marc Eckart <[EMAIL PROTECTED]> wrote: > 2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > > > Any idea what "event" is referring to? > > > > musachy > > > > > No not really. How can I find out, which event is used? The dojo.js is not > r

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Any idea what "event" is referring to? > > musachy > > No not really. How can I find out, which event is used? The dojo.js is not really human readable...

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Musachy Barroso
Any idea what "event" is referring to? musachy On 8/30/07, Marc Eckart <[EMAIL PROTECTED]> wrote: > Hi, > > I have a struts div-Tag with: > > This refreshes a jsp when the refreshSelectedCustomer topic is published. If > this happens the sessionContext Action is called (As far as I understand it)

Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
Hi, I have a struts div-Tag with: This refreshes a jsp when the refreshSelectedCustomer topic is published. If this happens the sessionContext Action is called (As far as I understand it) In the selectedCustomer.jsp I have a href where I call a javascript which publishes the topic as well as a c