Re: Struts vs Other competitors

2009-07-25 Thread Musachy Barroso
dig around Matt Raible's blog/presentations, he has plenty of stuff related to that. musachy On Sat, Jul 25, 2009 at 10:19 PM, Ricardo Ramos wrote: > Hi! > > Can you guys point me to some literature debating Struts 1 vs. Struts 2  vs. > Asp.NET vs. JSF vs. etc..? > > The project on which I'm work

Struts vs Other competitors

2009-07-25 Thread Ricardo Ramos
Hi! Can you guys point me to some literature debating Struts 1 vs. Struts 2 vs. Asp.NET vs. JSF vs. etc..? The project on which I'm working on currently uses Struts 1 (+ Spring and Hibernate). Although I don't foresee a migration happening for the following years, it would be very interesting to

RE: Multi input tag?

2009-07-25 Thread Martin Gainty
can you define the inputtags you would expect containing object:..list?..collection?..array? outputtag which would receive the processed list..collection..array from inputtag thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de dé

Multi input tag?

2009-07-25 Thread Lee Clemens
Is there a tag in Struts 2.1.x where a user can enter a text value and have it added to a multiple text value field? This would be similar to a combobox, but allow for free-text entries to be made rather than multi-selecting values that are pre-populated. ---

OGNL?

2009-07-25 Thread Dale Newfield
Anyone ever fight this? I worked around it, but it sure seems annoying: 'Foo' + 1 => 'Foo1' 1+1 => 2 'Foo' + (1 + 1) => 'Foo11' As a friend described it: "parentheseis are priority... but only for the calculation, not the type." -Dale ---

Re: Data loading problem in select tag using ajax in struts2

2009-07-25 Thread Dave Newton
Same answer I gave you on JavaRanch. Dave sam.raghav wrote: Dear all, I am new to struts. I have some code like this. registration.jsp -- registrationInput.jsp struts.xml -- /registrationInput.jsp /registrationInput.jsp Problem is on validating r

Re: s2 and default locale/language

2009-07-25 Thread Marsman
No, I've removed this property and got the same behaviour. Even when I set this Struts configuration property to "en_US", the german language properties file has been taken! Only after setting Tomcat to "en_US" everything works as aspected... Is it possible you have the locale configured in