Re: hi, I me a problem using Struts2 with Dojo, could any one kindly help me?

2011-05-25 Thread Dave Newton
I'd consider using Dojo without the tags, or perhaps wrapped in thin JSP-based tags. Dave On May 25, 2011 10:32 PM, xiaxia347work xiaxia347w...@163.com wrote:

Re: struts2 and dojo

2009-03-11 Thread Lukasz Lenart
2009/3/11 Mohan Radhakrishnan radhakrishnan.mo...@gmail.com: Are you supporting JQuery in the future ? There is work-in-progress on jquery-plugin I know I should be expecting only voluntary support from a open-source project. Will the developers who are still working on DOJO support in Struts

Re: struts2 and dojo

2009-03-11 Thread Wes Wannemacher
On Wednesday 11 March 2009 01:00:14 Mohan Radhakrishnan wrote: newton.dave wrote: pascal.gehr...@freenet.de wrote: So please don't say that dojo-support is deprecated. This is wrong. Dojo just has moved!! Dojo is most certainly deprecated: deprecated means that support still exists,

struts2 and dojo

2009-03-10 Thread fr Rouxel
Hi, how can I use dojo 0.9 or dojo 1.0 with struts2. I think struts 2 uses dojo 0.4 ? thanks -- View this message in context: http://www.nabble.com/struts2-and-dojo-tp22435740p22435740.html Sent from the Struts - User mailing list archive at Nabble.com

Re: struts2 and dojo

2009-03-10 Thread Struts Two
it is worth it as this offers you a lot of flexibility. --- On Tue, 3/10/09, fr Rouxel rouxe...@yahoo.com wrote: From: fr Rouxel rouxe...@yahoo.com Subject: struts2 and dojo To: user@struts.apache.org Received: Tuesday, March 10, 2009, 2:44 PM Hi, how can I use dojo 0.9 or dojo 1.0 with struts2

Re: struts2 and dojo

2009-03-10 Thread fr Rouxel
own javascripts to work with widgets or containers. I think it is worth it as this offers you a lot of flexibility. --- On Tue, 3/10/09, fr Rouxel rouxe...@yahoo.com wrote: From: fr Rouxel rouxe...@yahoo.com Subject: struts2 and dojo To: user@struts.apache.org Received: Tuesday, March 10

Re: struts2 and dojo

2009-03-10 Thread Lukasz Lenart
2009/3/10 fr Rouxel rouxe...@yahoo.com: and when struts 2 will integrate dojo 1.0? Support for Dojo was deprecated, some work is going on to integrate Struts2 with jQuery Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: Re: struts2 and dojo

2009-03-10 Thread pascal . gehring
Support for dojo was not deprecated!! It was bundled to a plugin and is called struts2-dojo-plugin-2.1.6.jar. You can use this tags with: %@ taglib prefix=sx uri=/struts-dojo-tags% and then use the tags with the prefix sx! This tags render an element on the frontend depending on which tag

Re: Re: struts2 and dojo

2009-03-10 Thread Lukasz Lenart
2009/3/10 pascal.gehr...@freenet.de: Support for dojo was not deprecated!! It was bundled to a plugin and is called struts2-dojo-plugin-2.1.6.jar. It was deprecated, there is no plans to upgrade Dojo to latest version, no plans to add new Dojo futures and so on... In such case support for Dojo

Re: struts2 and dojo

2009-03-10 Thread Dave Newton
pascal.gehr...@freenet.de wrote: So please don't say that dojo-support is deprecated. This is wrong. Dojo just has moved!! Dojo is most certainly deprecated: deprecated means that support still exists, but may, or will, stop being supported at some point in the future. Dave

Re: struts2 and dojo

2009-03-10 Thread Mohan Radhakrishnan
project. Will the developers who are still working on DOJO support in Struts tags suddenly stop working ? Has the bug fixing stopped ? -- View this message in context: http://www.nabble.com/struts2-and-dojo-tp22435740p2244.html Sent from the Struts - User mailing list archive at Nabble.com

Re: [struts2] Prevent dojo scripts from loading

2007-11-30 Thread Dave Newton
Don't include them? They come from the s:head/ tag. d. --- Marcos Mendonça [EMAIL PROTECTED] wrote: Hi Is there a way to keep dojo scripts from loading on a jsp? I have some pages where this scripts are not used, so for performance reasons I'd like to stop them from beeing loaded

[struts2] Prevent dojo scripts from loading

2007-11-30 Thread Marcos Mendonça
Hi Is there a way to keep dojo scripts from loading on a jsp? I have some pages where this scripts are not used, so for performance reasons I'd like to stop them from beeing loaded by the browser. Thanks. - To unsubscribe,