Re: Struts2 limitations with DOJO

2007-06-20 Thread Musachy Barroso
I'm not really sure about limitations, if you have specific questions, I could help. Just one word of advise, stay away from the datetimepicker tag until 2.1. regards musachy On 6/20/07, tom tom [EMAIL PROTECTED] wrote: Hi, Can someone let us know the limitations of using DOJO library with

Re: Struts2 limitations with DOJO

2007-06-20 Thread tom tom
When it comes to custom widgets, what is the support from the S2 framework, what is the best way to access those via S2 Thanks --- Musachy Barroso [EMAIL PROTECTED] wrote: I'm not really sure about limitations, if you have specific questions, I could help. Just one word of advise, stay away

Re: Struts2 limitations with DOJO

2007-06-20 Thread Musachy Barroso
Struts doesn't add anything on top of dojo except for a few custom widgets (bind, and binddiv), an others that extend the dojo ones to add functionality (autocompleter, datepicker, timepicker, tree, treenode) musachy On 6/20/07, tom tom [EMAIL PROTECTED] wrote: When it comes to custom

Re: Struts2 limitations with DOJO

2007-06-20 Thread tom tom
What is the best way(best practice) to have the widgets that doesn't supported by the Struts2, Should I write a custom tag or call natively? --- Musachy Barroso [EMAIL PROTECTED] wrote: Struts doesn't add anything on top of dojo except for a few custom widgets (bind, and binddiv), an

Re: Struts2 limitations with DOJO

2007-06-20 Thread Musachy Barroso
There is a trade off, I guess, but using javascript directly, ala dojo will be easier. musachy On 6/20/07, tom tom [EMAIL PROTECTED] wrote: What is the best way(best practice) to have the widgets that doesn't supported by the Struts2, Should I write a custom tag or call natively? ---

Re: Struts2 limitations with DOJO

2007-06-20 Thread Li
If just for presenting data, so far as I tried, almost all dojo widgets can be used directly in the VIEW (eg. JSP pages) ... so it doesnt matter if S2 support or not ... On 6/21/07, Musachy Barroso [EMAIL PROTECTED] wrote: There is a trade off, I guess, but using javascript directly, ala dojo

Re: Struts2 limitations with DOJO

2007-06-20 Thread tom tom
Yes I agree but dont you think if we can provide a custom tag on top of the widget, it can be reused with minimal coding and also the better way to do it. e.g customized business widget which can be reused. Let me know your thougts as well. Thanks --- Li [EMAIL PROTECTED] wrote: If just for

Re: Struts2 limitations with DOJO

2007-06-20 Thread Li
Hi Tom, It would be ok to create custom tag and reuse them at many pages. So I guess you may have to deal with data in your tag handler, I am not sure how dojo can be combined with your tag handler effectively and make them S2 awareable. For me, widgets are just used for presenting data. I have

Struts2 limitations with DOJO

2007-06-19 Thread tom tom
Hi, Can someone let us know the limitations of using DOJO library with S2 provided AJAX features. What exactly these limitations are? Any references or articles would be advantageous. Thanks, Lalitha