Re: DOJO in struts2

2008-12-03 Thread Faraz Ali
Yes its working now. Thank you very much. On Tue, Dec 2, 2008 at 4:11 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/2 Faraz Ali <[EMAIL PROTECTED]>: > > My struts version is struts 2.0.11.2. > > > > Below is my decorators.xml file: > > > > > > > > /styles/* > > /scripts/* > > /images/*

Re: DOJO in struts2

2008-12-02 Thread Lukasz Lenart
2008/12/2 Faraz Ali <[EMAIL PROTECTED]>: > My struts version is struts 2.0.11.2. > > Below is my decorators.xml file: > > > > /styles/* > /scripts/* > /images/* > > > /* > > You should add also this: /*ajax=true* /scripts/dojo/* /struts/dojo/* /resources/*

Re: DOJO in struts2

2008-12-01 Thread Faraz Ali
My struts version is struts 2.0.11.2. Below is my decorators.xml file: /styles/* /scripts/* /images/* /* And below is my web.xml: sitemesh com.opensymphony.module.sitemesh.filter.PageFilter struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* sitemesh /* On Tue,

Re: DOJO in struts2

2008-12-01 Thread Lukasz Lenart
2008/12/1 Faraz Ali <[EMAIL PROTECTED]>: > yes, i added this. Struts 2 version? How did you map filter? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: DOJO in struts2

2008-12-01 Thread Faraz Ali
yes, i added this. On Mon, Dec 1, 2008 at 7:23 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/1 Faraz Ali <[EMAIL PROTECTED]>: > > Whenever i used any of the struts2 UI tag (with theme="ajax"), nothing > is > > rendered on the browser. And when i looked into the view source, there is > >

Re: DOJO in struts2

2008-12-01 Thread Lukasz Lenart
2008/12/1 Faraz Ali <[EMAIL PROTECTED]>: > Whenever i used any of the struts2 UI tag (with theme="ajax"), nothing is > rendered on the browser. And when i looked into the view source, there is > lot of javascript code which is referring DOJO. How to add DOJO support in > struts2? What need to downl

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)