Re: Problem with Dojo in struts2

2009-01-29 Thread Srikanth Goud
atcher > > > > struts-cleanup > /* > > > > sitemesh > /* > > > >struts2 > /* > > > these are the available filters in web.xml > > Srikanth > --

Re: Problem with Dojo in struts2

2009-01-29 Thread Dave Newton
Srikanth Goud wrote: I am presently working on struts 2.0. Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on page. I have done like this:- In web.xml struts-cleanup org.apache.struts2.dispatcher.ActionContextCleanUp sitemesh

Re: Problem with Dojo in struts2

2009-01-29 Thread Jeromy Evans
On 29/01/2009, at 6:36 PM, Srikanth Goud wrote: Hi, I am presently working on struts 2.0. Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on page. Have a look at the source of the page to see what's rendered. Is it the page you expected and does it contain javascript

Problem with Dojo in struts2

2009-01-28 Thread Srikanth Goud
splayed on bowser. And i read about decorators.xml is it necessary? I am using tiles could u help me out from this problem. Srikanth. -- View this message in context: http://www.nabble.com/Problem-with-Dojo-in-struts2-tp21722133p21722133.html Sent from the Struts - User mailing list archive at

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

DOJO in struts2

2008-12-01 Thread Faraz Ali
Hi All, 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 download? If i need to download DOJO toolkit,

Re: Using DOJO in Struts2

2008-04-22 Thread Al Sutton
Users Mailing List" Sent: Tuesday, April 22, 2008 7:06 AM Subject: Re: Using DOJO in Struts2 Thanks Jeromy for the detailed Explanation you have mentioned the point on which we are also confused... we are on analysis phase of using any external ajax libraray with out coming struts2 base

Re: Using DOJO in Struts2

2008-04-22 Thread umesh awasthi
thks Jeromy for valuable feedback hope it will solve our purpose.. -S On 4/22/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: > > umesh awasthi wrote: > > > Thanks Jeromy for the detailed Explanation > > > > you have mentioned the point on which we are also confused... > > we are on analysis phase

Re: Using DOJO in Struts2

2008-04-22 Thread Jeromy Evans
umesh awasthi wrote: Thanks Jeromy for the detailed Explanation you have mentioned the point on which we are also confused... we are on analysis phase of using any external ajax libraray with out coming struts2 based applications I should mention here that there are other server-side framewo

Re: Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
Thanks Jeromy for the detailed Explanation you have mentioned the point on which we are also confused... we are on analysis phase of using any external ajax libraray with out coming struts2 based applications We have got lot of favourable comments for YUI over DOJO (Previously we haqve faced some

Re: Using DOJO in Struts2

2008-04-21 Thread tom tom
Hi, Instead of directly using DOJO 1.x, did you think about enhancing the ftl with a new theme type Thanks --- umesh awasthi <[EMAIL PROTECTED]> wrote: > Thanks Jeromy for the rply > we will try to impliment DOJO 1.x along with struts2 > > some point i want to confirm if u have any exp using

Re: Using DOJO in Struts2

2008-04-21 Thread Jeromy Evans
umesh awasthi wrote: Thanks Jeromy for the rply we will try to impliment DOJO 1.x along with struts2 some point i want to confirm if u have any exp using dojo with struts2 I don't use Dojo in any production applications any more. After getting advice from others I have moved entirely to YU

Re: Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
Thanks Jeromy for the rply we will try to impliment DOJO 1.x along with struts2 some point i want to confirm if u have any exp using dojo with struts2 1) IF we will replace the Struts2 ajax tag with dojo will there be any functional changes to struts2 lilke action automatically populate form bean

Re: Using DOJO in Struts2

2008-04-21 Thread Jeromy Evans
umesh awasthi wrote: Hi All, Our current version of Struts2 is using DOJO toolkit version 0.4.x(Correct me if i am wrong) Correct. Struts 2.0.x uses Dojo 0.4.0. Struts 2.1.x uses Dojo 0.4.3 at the moment. my point is as we have earlier experience of using DOJO with java (Not Struts2),we

Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
Hi All, We are using Struts2 for our development,currently we are using struts-2.0.11.1 As we know that struts2 is using DOJO toolkit internally for ajax support we have previously used DOJO toolkit for UI develoment and it is a gr8 toolkit for ajax based application,with the announcement of DOJO

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