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
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
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é
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.
---
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
---
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
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
7 matches
Mail list logo