Re: eclipse environment to explore the Struts2 sources and create fix patches

2008-04-17 Thread David Durham, Jr.
On Thu, Apr 17, 2008 at 2:20 PM, Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote: > My problem is when I want to see all projetcs inside Eclise, I alredy have > generated the Eclipse 'project files' using maven and try to open with > Eclipse, but eclipse allways crashes (it simply close). Yo

Re: Freekmarker vs. Velocity

2008-03-27 Thread David Durham, Jr.
On Thu, Mar 20, 2008 at 10:35 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > http://struts.apache.org/2.x/docs/freemarker.html > > I don't use either, but I've read various opinions that Freemarker is > much better than velocity, but this sounds like we think they're > comparable. Anyone got

Re: [S2] Code does not use generics too much

2008-03-06 Thread David Durham, Jr.
On Thu, Mar 6, 2008 at 2:42 PM, Brian Pontarelli <[EMAIL PROTECTED]> wrote: > You can't put things into Maps that have wildcards. The compiler > complains because Object really isn't '?'. Although most language > pragmatist would tell you it is. But the language zealots say otherwise, > and tho

Re: [s2]JQuery Plugin

2008-02-27 Thread David Durham, Jr.
On Wed, Feb 27, 2008 at 1:22 PM, David Durham, Jr. <[EMAIL PROTECTED]> wrote: > Or maybe the body could be the options map, which often includes > callback function. Is there a better forum for this discussion, or > is the struts-dev list the place? That doesn't make sen

Re: [s2]JQuery Plugin

2008-02-27 Thread David Durham, Jr.
On Wed, Feb 27, 2008 at 1:17 PM, David Durham, Jr. <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 12:57 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > > As I worked on a client's application, however, I realized that the tags > were > > almost useless t

Re: [s2]JQuery Plugin

2008-02-27 Thread David Durham, Jr.
On Wed, Feb 27, 2008 at 12:57 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > As I worked on a client's application, however, I realized that the tags were > almost useless to me, as everything was so specific that it was much, much > cleaner to simply write the JavaScript. I then changed the jQuer

Re: [s2]JQuery Plugin

2008-02-27 Thread David Durham, Jr.
Changing the subject: On Wed, Feb 27, 2008 at 11:54 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- "David Durham, Jr." <[EMAIL PROTECTED]> wrote: > > I'd definitely be interested in using a JQuery plugin for struts if it > > came out (has one alr

Re: [s2] Let's get out Struts 2.1.1

2008-02-27 Thread David Durham, Jr.
I'd definitely be interested in using a JQuery plugin for struts if it came out (has one already?). I've found the library to be very useful. The documentation is pretty good, though a little out of date wrt. some of the plugins (the UI ones notably, but they're getting a lot of dev work right no

Re: invent way to get dropdown data in JSP not using actions or taglibs?

2008-01-02 Thread David Durham, Jr.
> Three or four years ago, this issue with the view was discussed alot. There > was > talk of mechanisms termed 'view-controllers' and concepts such as 'view > logic'. Isn't this something that Tiles does pretty well? I haven't looked at Tiles 2, and I recall Tiles 1 required a little extra eff

Re: name inconsistency

2007-07-10 Thread David Durham, Jr.
On 7/10/07, David Durham, Jr. <[EMAIL PROTECTED]> wrote: My example is kind of weak because the argument to the style attribute could easily be conditionalized, thereby avoiding the id issue. Nonetheless, I think struts 2 tags should use something besides "id" across the board,

Re: name inconsistency

2007-07-10 Thread David Durham, Jr.
On 7/7/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: * Move "id" attribute to UIBean so it is in all UI tags * Remove "id" from tags that are neither UIBean nor ContextBean (like Property for example) I think this still leaves the issue with jspx. Say that I have the same html element within

Re: name inconsistency

2007-06-14 Thread David Durham, Jr.
On 6/14/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Also: action, date text Still a problem, IMO, because if you're someone that writes .jspx documents, you can only use a tag that uses id + value stack key combination in, at most, one place within a document, and still have a valid jspx.

Re: name inconsistency

2007-06-14 Thread David Durham, Jr.
On 6/13/07, Rene Gielen <[EMAIL PROTECTED]> wrote: I personally personally find the combination of a veeery common usecase. That said, I would be quite confused to have to write instead in future. Anyway, thanks for setting the ticket on hold for now - maybe we manage to get some more opinio