Re: Display String in line by line in s:textarea

2008-11-24 Thread Nils-Helge Garli Hegvik
Please ask user questions on the Struts user mailing list. The dev list is for the development of the Struts framework itself. Nils-H On Tue, Nov 25, 2008 at 7:29 AM, Nishna <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am getting string from database. I want to display the string line > by

Display String in line by line in s:textarea

2008-11-24 Thread Nishna
Hi All, I am getting string from database. I want to display the string line by line in my s:textarea. I am tried with \n between each statement in my string. But, still, it is getting displayed as continuous text. For example: I am having, String str="I like struts;

Re: ur.includeParams to none?

2008-11-24 Thread Musachy Barroso
That and the "validateAnnotatedMethodOnly" thing are very annoying. musachy On Mon, Nov 24, 2008 at 8:16 PM, James Holmes <[EMAIL PROTECTED]> wrote: > +1 > > On Sat, Sep 6, 2008 at 7:22 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > > > Anybody care if I change the default to "none"? I'm tired of p

Re: ur.includeParams to none?

2008-11-24 Thread James Holmes
+1 On Sat, Sep 6, 2008 at 7:22 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > Anybody care if I change the default to "none"? I'm tired of people > complaining about it because reading the documentation is too hard. > > Dave > > >

[ANN] Struts 2.0.14 GA release available

2008-11-24 Thread Rene Gielen
The Apache Struts group is pleased to announce that Struts 2.0.14 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed t

Re: Struts2's filter architecture vs. J2EE UserTransactions - problem with J2EE spec?

2008-11-24 Thread Gerhard Große
> Thanks for your feedback. So the general believe seems that this JEE restriction should not cause problems as long as transaction demarcation and access to transactional resources occurs in a single thread and in a single filter invocation (as opposed to filter does demarcation and servlet uses