RE: dojo version in struts 2

2008-01-23 Thread Dave Newton
t since Dojo 1.0 was released some months ago, and since it has many > advantages and improvements over 0.4, it would be a very very welcome > effort! > Thanks, > Yuval. > > -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 2

RE: dojo version in struts 2

2008-01-23 Thread Yuval Rotem
and improvements over 0.4, it would be a very very welcome effort! Thanks, Yuval. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 6:19 PM To: Struts Users Mailing List Subject: RE: dojo version in struts 2 --- ravi_eze <[EMAIL PROTECTED]

Re: dojo version in struts 2

2008-01-23 Thread Laurie Harper
The default reply to these question is always: you can use any Javascript library or framework you want, with any version of Struts, exactly as you would use it outside of Struts. Struts2 includes some tags and other convenience features which make a few basic Ajax-y things easy to do without

RE: dojo version in struts 2

2008-01-23 Thread Dave Newton
--- ravi_eze <[EMAIL PROTECTED]> wrote: > can we use dojo 1 in struts 2.0.9? Same answer, except that in 2.0.9 Dojo isn't a plugin. d. > newton.dave wrote: > > --- Mark Levitsky <[EMAIL PROTECTED]> wrote: > >> Can I work some how with struts 2 and with dojo 1.0 together (instead > >> the 0.4 ve

RE: dojo version in struts 2

2008-01-23 Thread ravi_eze
can we use dojo 1 in struts 2.0.9? newton.dave wrote: > > --- Mark Levitsky <[EMAIL PROTECTED]> wrote: >> Can I work some how with struts 2 and with dojo 1.0 together (instead >> the 0.4 version) > > You can use Dojo "raw" (i.e., not using the S2 tags), or you could get the > 2.1 source and

RE: dojo version in struts 2

2008-01-23 Thread Dave Newton
--- Mark Levitsky <[EMAIL PROTECTED]> wrote: > Can I work some how with struts 2 and with dojo 1.0 together (instead > the 0.4 version) You can use Dojo "raw" (i.e., not using the S2 tags), or you could get the 2.1 source and replace the Dojo plugin version with 1.0 and deal with any potential is

RE: dojo version in struts 2

2008-01-23 Thread Mark Levitsky
) -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 3:35 PM To: Struts Users Mailing List Subject: Re: dojo version in struts 2 --- Mark Levitsky <[EMAIL PROTECTED]> wrote: > Does any one knows when is struts 2.1 should be released

Re: dojo version in struts 2

2008-01-23 Thread Dave Newton
--- Mark Levitsky <[EMAIL PROTECTED]> wrote: > Does any one knows when is struts 2.1 should be released No, there is no timeline (in general) for Struts releases. > and do you know with what dojo version it will be released? As it stands it's using 0.4.mumble (0.4.3?), IIRC. d.