Re: using YUI with struts 2

2008-01-21 Thread ravi_eze
thanks a ton jayson. i may require it later, shall check it then:) Jayson Joseph Chacko wrote: > > Hi Ravi, > > Here is an example which uses YUI along with JSON to create a menu in > Struts2. You might find it useful. > http://www.struts2.org/creating-a-cascading-application-menu-using-strut

Re: using YUI with struts 2

2008-01-21 Thread Ted Husted
Does this count as being documented * http://struts.apache.org/2.x/docs/ajax.html or do we need something more specific? -Ted. On Jan 20, 2008 5:56 AM, ravi_eze <[EMAIL PROTECTED]> wrote: > > hi Jeromy Evans, > Thanks for the quick reply. The YUI is working with the html tags also. I > dont kn

Re: using YUI with struts 2

2008-01-20 Thread Jayson Joseph Chacko
Hi Ravi, Here is an example which uses YUI along with JSON to create a menu in Struts2. You might find it useful. http://www.struts2.org/creating-a-cascading-application-menu-using-struts2-and-yui Regards, Jayson On Jan 20, 2008 4:26 PM, ravi_eze <[EMAIL PROTECTED]> wrote: > > hi Jeromy Evans,

Re: using YUI with struts 2

2008-01-20 Thread ravi_eze
hi Jeromy Evans, Thanks for the quick reply. The YUI is working with the html tags also. I dont know if this is documented anywhere; any how thanks for the help :-) Jeromy Evans - Blue Sky Minds wrote: > > Hi Ravi, > > YUI doesn't require any specific tags. AFAIK, they're all plain old > va

Re: using YUI with struts 2

2008-01-19 Thread Jeromy Evans
Hi Ravi, YUI doesn't require any specific tags. AFAIK, they're all plain old valid html. It can't get much better than that. ie. this is a TabView: Tab One Label Tab Two Label Tab Three Label Tab One Content Tab Two Content