Problem with Spring plugin

2009-04-30 Thread yarongolan
Hi, I'm having some problems using Struts2 and the Spring plugin using Tomcat. I'm using Struts 2.1.6 (and its appropriate plugin) and Spring Framework 2.5.6.SEC1 (spring.jar). When I try to add the listener to web.xml like so: org.springframework.web.context.ContextLoaderListener

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: 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

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

2009-03-27 Thread yarongolan
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 to do so? I've tried the common "\" in the properties file, but s:text only returns the first line in that case.