Re: anybody get to work dojo in struts 2.0.14 or 2.1.2

2009-01-10 Thread Dave Newton
TomazM wrote: For now time I think that struts2 is no use in web 2.0 frameworks, it is shame. I use S2 w/ the included Dojo (although not much) in S2.0/S2.1, and, more frequently, with jQuery. I know of several people using YUI. Are you having a specific issue? Dave --

anybody get to work dojo in struts 2.0.14 or 2.1.2

2009-01-10 Thread TomazM
I think that feature as ajax in web 2.0 framework should be commitment. But in examples /struts2-showcase2.x doesn't work in no browser. For now time I think that struts2 is no use in web 2.0 frameworks, it is shame. - To unsub

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread Dave Newton
--- On Sun, 10/12/08, kay2008 <[EMAIL PROTECTED]> wrote: > thanks, i just solved my problem. I just found pulled > in a default CSS stylesheet and dojo for me maybe i can safely remove > it if that's all it does That should work fine, you can either pull in the stylesheet manually or just skip

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread kay2008
thanks, i just solved my problem. I just found pulled in a default CSS stylesheet and dojo for me maybe i can safely remove it if that's all it does -- View this message in context: http://www.nabble.com/how-to-remove-dojo-in-struts-2.0.11.2-tp19941708p19941952.html Sent from the S

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread Mead Lai
ttp://www.nabble.com/how-to-remove-dojo-in-struts-2.0.11.2-tp19941708p19941708.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For

how to remove dojo in struts 2.0.11.2

2008-10-12 Thread kay2008
I wonder how struts2 import dojo for me, is that a built-in part, can i turn if off in some configration file? -- View this message in context: http://www.nabble.com/how-to-remove-dojo-in-struts-2.0.11.2-tp19941708p19941708.html Sent from the Struts - User mailing list archive at Nabble.com

Re: dojo in struts

2007-12-31 Thread Dave Newton
--- harpreet1433 <[EMAIL PROTECTED]> wrote: > Bassicaaly I want to know how to implement dojo on jsp page in struts 2 Have you read either the Dojo or S2 Ajax tag lib documentation? d. - To unsubscribe, e-mail: [EMAIL PROTECTED

dojo in struts

2007-12-31 Thread harpreet1433
Thanks -- View this message in context: http://www.nabble.com/dojo-in-struts-tp14556234p14556234.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Problem with Dojo in Struts 2

2007-01-04 Thread Musachy Barroso
ripts" to "true", in the submit tag, you can put a javascript section in the returned page, and it will be executed, like: makeWidgets(); There is an example if this in showcase, in the remote div section. regards musachy André Faria wrote: I have a problem with Dojo in Str

Re: Problem with Dojo in Struts 2

2007-01-04 Thread André Faria
u set "executeScripts" to "true", in the submit tag, you can put a javascript section in the returned page, and it will be executed, like: makeWidgets(); There is an example if this in showcase, in the remote div section. regards musachy André Faria wrote: I have a prob

Re: Problem with Dojo in Struts 2

2007-01-04 Thread Musachy Barroso
have a problem with Dojo in Struts 2. When the page loads a method dojo named makeWidgets is called, that method searchs for the dojo widgets and attach the necessary events to dojo listeners. Example: Div 1 href="%{ajaxTest}"/> the ftl adds some dojo notations dojoType, etc... T

Problem with Dojo in Struts 2

2007-01-04 Thread André Faria
I have a problem with Dojo in Struts 2. When the page loads a method dojo named makeWidgets is called, that method searchs for the dojo widgets and attach the necessary events to dojo listeners. Example: Div 1 href="%{ajaxTest}"/> the ftl adds some dojo notations dojoType, etc.