Re: how to print out html with bean tag

2004-08-18 Thread teknokrat
6:06:16 +0100, teknokrat <[EMAIL PROTECTED]> wrote: I need to print out strings without having the html escaped i.e. i have embedded in some message and I want the browser to reat them as line breaks, instead i always get them displayed whether i have filter set to o

Re: how to print out html with bean tag

2004-08-18 Thread teknokrat
David Friedman wrote: Use a Bean:write with filter=false tag. Why did you write "on" and "off"? Are you giving those as your flags to the "filter" attribute? yes, i did use false , in fact what i have exactly is And it still converts to
--

how to print out html with bean tag

2004-08-18 Thread teknokrat
I need to print out strings without having the html escaped i.e. i have embedded in some message and I want the browser to reat them as line breaks, instead i always get them displayed whether i have filter set to on or off in thanks ---

Re: I have a form spread over several pages. The user fills out each section in progression. I am using a dispatch action and each page calls the same function i.e. processForm. I want struts to validate each submission but I cannot change the input page

2004-08-11 Thread teknokrat
Kataria, Satish wrote: I am suggesting that you should have a single action having a method for each of the page. This can be configured by using DispatchAction class and configured in struts-config.xml using the attribute "parameter" for finding which of the method to execute. I get you. This is w

Re: I have a form spread over several pages. The user fills out each section in progression. I am using a dispatch action and each page calls the same function i.e. processForm. I want struts to validate each submission but I cannot change the input page

2004-08-11 Thread teknokrat
documentation of using action scopped action form. Please revert in case of any problems. Thanks, Satish Kataria -Original Message- From: teknokrat [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 8:11 PM To: [EMAIL PROTECTED] Subject: I have a form spread over several pages. The user

Re: using tiles with dynamic links

2004-08-11 Thread teknokrat
Jim Barrows wrote: -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:33 PM To: Struts Users Mailing List Subject: Re: using tiles with dynamic links At 04:12 PM 8/10/2004, you wrote: But he used the keyword 'dynamic'. So presumably it's mor

using tiles with dynamic links

2004-08-10 Thread teknokrat
I wish to make some of my tiles return content from web pages outside my site i.e. kind of like using frames. can this be done with tiles? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

I have a form spread over several pages. The user fills out each section in progression. I am using a dispatch action and each page calls the same function i.e. processForm. I want struts to validate each submission but I cannot change the input page in the action ( I get configuration frozen thrown). I don't want to send the user back to the beginning page if they've only made a mistake in the last page so what am I to do?

2004-08-10 Thread teknokrat
I have a form spread over several pages. The user fills out each section in progression. I am using a dispatch action and each page calls the same function i.e. processForm. I want struts to validate each submission but I cannot change the input page in the action ( I get configuration frozen t