Re: Patch for Fluido 1.1

2012-01-27 Thread Łukasz Lenart
2012/1/26 Rene Gielen : > BTW, I'm still unsure whether the right announcement wouldn't be good to > re-add for our one or two most recent / prominent announcements - > especially regarding our latest critical security issues - nothing > mentioned on the frontpage, and I doubt people take time to v

Re: Patch for Fluido 1.1

2012-01-27 Thread Christian Grobmeier
Hey all, I agree, Maurizios branching suggestion is very good. I never mind SVN branches after I had lost a whole night of merging with 4 collegs (and one computer :-)). I will create and commit it to there then. 2012/1/27 Łukasz Lenart : > 2012/1/26 Rene Gielen : >> BTW, I'm still unsure whether

Re: Plugins Recap

2012-01-27 Thread Łukasz Lenart
2012/1/26 Maurizio Cucchiara : > The answer should be *all of them*. My guess is that due to > some configuration errors, the apidocs folder for the javatemplate plugin > is not generated. > The only plugin which is going to be deprecated is dojo plugin AFAIK. Dojo and codebehind will be removed a

Re: Struts 2 Components

2012-01-27 Thread Johannes Geppert
I agree to Martin, there are enough Component Frameworks available. That's one point I personally like on Struts2, that all view Logic is in my JSP/Fremarker/Velocity Template. I know Wicket Apps which have really nice and clear looking HTML Files, but the Java Files are bloated and looks dirty ha

Re: Struts 2 Components

2012-01-27 Thread Christian Grobmeier
Hello folks, thanks for all your insights and sharing the "old stories". It was not my intention to make S2 to some kind of Wicket-Clone. Now, after I have thought a bit more about what I wanted to gain, I think the "components" I speak of are more or less components like we already have with S2 t

Re: Struts 2 Components

2012-01-27 Thread Dave Newton
That's what the jQuery tags do. Dave On Fri, Jan 27, 2012 at 1:06 PM, Christian Grobmeier wrote: > Hello folks, > > thanks for all your insights and sharing the "old stories". It was not > my intention to make S2 to some kind of Wicket-Clone. Now, after I > have thought a bit more about what I w

Re: Struts 2 Components

2012-01-27 Thread Christian Grobmeier
you mean the tags listed here? http://struts.apache.org/2.3.1.2/docs/tag-reference.html The are listing this btw too: http://struts.apache.org/2.3.1.2/docs/dojo-div.html which is pointing to the dojo plugin somehow On Fri, Jan 27, 2012 at 7:09 PM, Dave Newton wrote: > That's what the jQuery tags

Re: Struts 2 Components

2012-01-27 Thread Dave Newton
Those are Dojo tags, not jquery tags. Same difference--they make Ajax calls to Struts actions. Isn't that what you said you wanted? On Fri, Jan 27, 2012 at 1:15 PM, Christian Grobmeier wrote: > you mean the tags listed here? > http://struts.apache.org/2.3.1.2/docs/tag-reference.html > > The are l

Re: Struts 2 Components

2012-01-27 Thread Christian Grobmeier
On Fri, Jan 27, 2012 at 7:17 PM, Dave Newton wrote: > Those are Dojo tags, not jquery tags. Same difference--they make Ajax calls > to Struts actions. Isn't that what you said you wanted? well, in a way, yes. This would be the start of it. I thought more on complete forms, build as a js component

Re: Struts 2 Components

2012-01-27 Thread Johannes Geppert
That's exactly what I try to do with the Struts2 jQuery Plugin. http://code.google.com/p/struts2-jquery/ http://code.google.com/p/struts2-jquery/ Take a look at the Showcases to see which Components are already supported. http://www.weinfreund.de/struts2-jquery-showcase/index.action http://www