Re: How to make Struts2 action take only POST request

2009-03-28 Thread tatan123
Thank you for the info. It will be good like the spring controller, if the we can declaratively configure a Struts Action to take HTTP method... Kumar Mettu wrote: > > Nilay, > > As you can see Attributes for action from: >http://struts.apache.org/dtds/struts-2.0.dtd > There is no conf

RE: Any way to have multi-line text to be retrieved by s:text?

2009-03-28 Thread Martin Gainty
also good idea for language translation glad to hear that worked for you Martin __ Disclaimer and confidentiality note This message is confidential and may be privileged. If you are not the intended recipient, we kindly ask you to please inform the

RE: Any way to have multi-line text to be retrieved by s:text?

2009-03-28 Thread yarongolan
Solved by using: Thanks for the help! -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Sunday, March 29, 2009 12:06 AM To: Struts Users Mailing List Subject: RE: Any way to have multi-line text to be retrieved by s:text? Good Morning Yaron- did you get a chanc

Re: Global tag settings?

2009-03-28 Thread Dave Newton
carlo latasa wrote: So should I post this to : https://issues.apache.org/struts/secure/Dashboard.jspa ?? going once, going twice??? can anyone tell me where the defaults are even set? I've looked through the struts-core jar with no luck. Look through the tag templates. AFAIK there's no globa

Re: struts 2.1.6 verbose logging

2009-03-28 Thread Dave Newton
Musachy Barroso wrote: yeah I was thinking about that when I was writing that email, you out there Matt? :) I tweeted him and he said he might have to write a followup now ;) Dave - To unsubscribe, e-mail: user-unsubscr...@s

Re: [S2] How do I convert getText to a list for ?

2009-03-28 Thread Dave Newton
Burton Rhodes wrote: I know this is a simple one, but for some reason just can't crack it. I have a resource property like so: titleOptions=Mr.,Mr. & Mrs.,Mrs.,Ms.,Dr.,Dr. & Mrs.,Mr. & Dr.,Dr. & Dr. And then I have html like this: I've tried surrounding it by #{...} in several places but get

RE: Any way to have multi-line text to be retrieved by s:text?

2009-03-28 Thread Martin Gainty
Good Morning Yaron- did you get a chance to look at implementing wrapped text with struts textarea http://struts.apache.org/2.x/docs/textarea.html ? Martin __ Disclaimer and confidentiality note This message is confidential and may be privileged. If y

RE: Any way to have multi-line text to be retrieved by s:text?

2009-03-28 Thread yarongolan
Hey Pawel, Thanks for getting back to me. I guess I wasn't really clear about what I was hoping to achieve. Say I have a large chunk of text (consisting of multiple paragraphs) that I want to display in an HTML file. Of course, the length of it may differ for different crowds, as well as the cont

Re: Any way to have multi-line text to be retrieved by s:text?

2009-03-28 Thread Paweł Wielgus
Hi Yaron, why not use standard < BR > for that? best greetings, Pawel Wielgus. 2009/3/28, yarongo...@msn.com : > I'm interested in storing multi-line information that would later be > retrieved into s:text (for instance, text to be displayed in the "about us" > page in a site). > > Is it possible

Struts 2 - Dynamic form: submitting issues

2009-03-28 Thread Timmos
Hi, I figured out how to generate a form with dynamic length. The submitting part remains a bit tricky, but before you redirect me to OGNL / Type Conversion pages, I have to say I already read those articles. This is a part of my generated .jsp (the generate part - I won't include the Action cod