Re: bean tag scope attribute in spring appcontext.xml

2010-01-26 Thread Rafał Krupiński
On 26.01.2010 18:19, nani2ratna wrote: Hi Guys, I came to know that there is a scope attribute that we need to consider if we manage all our actions through spring. default it is singleton. Means it will create only one instance. If we change scope = "prototype", it will create as many instance

bean tag scope attribute in spring appcontext.xml

2010-01-26 Thread nani2ratna
them from action classes. Can anybody please explain Thanks in advance RS -- View this message in context: http://old.nabble.com/bean-tag-scope-attribute-in-spring-appcontext.xml-tp27326363p27326363.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: Syntax assistance bean tag

2005-12-09 Thread Laurie Harper
Jim Reynolds wrote: Need a little help with syntax dilemma: I am iterating over a list like so: and creating And the problem is within the onclick event, I need to send another property from attributeBean to a handler. javascript:selectRadio(''); But no matter what I try, Try searching th

Syntax assistance bean tag

2005-12-07 Thread Jim Reynolds
Need a little help with syntax dilemma: I am iterating over a list like so: and creating And the problem is within the onclick event, I need to send another property from attributeBean to a handler. javascript:selectRadio(''); But no matter what I try,

Re: bean tag

2005-07-12 Thread Wendy Smoak
From: "temp temp" <[EMAIL PROTECTED]> > I would like to retrieve message from application > Resources property file and save it into a bean in a > jsp. > > writes to response . > But I want this value to be saved in a bean in page > scope can I do this. http://struts.apache.org/userGuide/strut

bean tag

2005-07-12 Thread temp temp
I would like to retrieve message from application Resources property file and save it into a bean in a jsp. writes to response . But I want this value to be saved in a bean in page scope can I do this. thanks & regards __

Re: Bean tag and session data issue

2004-09-11 Thread Bill Siggelkow
Sounds like you have made some great progress! Pat yourself on the back :) Langdon Stevenson wrote: Hi Bill Thanks to your advice once again I have solved what was a very simple problem. You suggestion of running the app with a debugger did the trick. It took me long enough to get the Tomcat 4.0

Re: Bean tag and session data issue

2004-09-11 Thread Langdon Stevenson
Hi Bill Thanks to your advice once again I have solved what was a very simple problem. You suggestion of running the app with a debugger did the trick. It took me long enough to get the Tomcat 4.0.6 / IDEA integration working. Initially it wouldn't find the servlets, but would find jsps. No id

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
My appology to the list. Outlook Express and a weak wireless connection confused me and I sent this message multiple times. Langdon > Hi Bill > > Indeed I do have scope set to "session" in struts-config.xml. - To unsubscribe,

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Hi Bill Indeed I do have scope set to "session" in struts-config.xml. When unit testing in debug through IDEA I can see the object in the session being populated step by step, however when I run the compiled web app under Struts with JWebUnit, or a browser, I get the problem. I am up against my

Re: Bean tag and session data issue

2004-09-08 Thread Bill Siggelkow
Are you setting scope="session" for the actions in your struts-config.xml? If so, I'd take it through a debugger. - Bill Siggelkow Langdon Stevenson wrote: Having overcome my validation problem with help from the list (thanks Bill) I now find myself banging my head against another wall. I now

Bean tag and session data issue

2004-09-08 Thread Langdon Stevenson
Having overcome my validation problem with help from the list (thanks Bill) I now find myself banging my head against another wall. I now have a multi-page form backed by an ActionForm and an Action that appears to work fine (stepping from one page to the next, accepting input, validating it, s

RE: how to print out html with bean tag

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Wednesday, August 18, 2004 1:11 PM To: [EMAIL PROTECTED] Subject: Re: how to print out html with bean tag Are you sure that these strings have not already been encoded

RE: how to print out html with bean tag

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of teknokrat Sent: Wednesday, August 18, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: Re: how to print out html with bean tag Ok, sorry, I am an idiot. In case any one else has problems with

Re: how to print out html with bean tag

2004-08-18 Thread teknokrat
Ok, sorry, I am an idiot. In case any one else has problems with this - RESTART TOMCAT! I don't know why , but after restarting tomcat (5.16) the tag works OK. Go figure. Kishore Senji wrote: http://marc.theaimsgroup.com/?l=struts-user&m=109164486002689&w=2 On Wed, 18 Aug 2004 16:06:16 +0100, t

Re: how to print out html with bean tag

2004-08-18 Thread Bill Siggelkow
Are you sure that these strings have not already been encoded with the character entities? teknokrat wrote: 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

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

Re: how to print out html with bean tag

2004-08-18 Thread Kishore Senji
http://marc.theaimsgroup.com/?l=struts-user&m=109164486002689&w=2 On Wed, 18 Aug 2004 16: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, ins

RE: how to print out html with bean tag

2004-08-18 Thread David Friedman
4 11:06 AM To: [EMAIL PROTECTED] Subject: how to print out html with bean tag 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

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