Re: YUI with Struts2

2009-03-13 Thread Dave Newton
Aram Mkhitaryan wrote: I want to have YUI rich components that are built from markup and dojo from struts for ajaxifying the application If you're already using YUI why not just use YUI all the way? I'd be wary of mixing two completely different, comprehensive JavaScript frameworks, although

Re: YUI with Struts2

2009-03-13 Thread Aram Mkhitaryan
Yes, I want to have YUI rich components that are built from markup and dojo from struts for ajaxifying the application i hope there is a solution for this, I really hope On Fri, Mar 13, 2009 at 5:07 PM, Musachy Barroso wrote: > you are trying to mix YUI and Dojo? > > musachy > > On Fri, Mar 13,

Re: YUI with Struts2

2009-03-13 Thread Musachy Barroso
you are trying to mix YUI and Dojo? musachy On Fri, Mar 13, 2009 at 8:46 AM, Aram Mkhitaryan wrote: > Hi All, > > I'm in a real truble, please help! > > I chose YUI (Yahoo UI) to use it's Layout, Menu, Tree, Tabs. > But I get problems when using Struts2's ajax tags from dojo plugin. > > The firs