On Fri, Aug 20, 2010 at 1:39 AM, Matthew Barrett wrote: > Has anyone tried using the full Dojo within Struts, rather than just the > historic built in tag libraries. >
Sure. It's just like using anything else without tag support; you use it as you would with any back end system. And personally, for all but the *completely* trivial cases, there's almost no advantage to using a tag-based library since you have to write the JavaScript either way. Dave