Struts 1.1 bean:write problem

2004-05-21 Thread Arunkumar Sreedharan
Ref : msg71420 Hi, I suppose the proble is very simple, just add the following things to the web.xml and struts-config.xml In Web.xml application com.xyz.ApplicationResources add the above entry below action org.apache.struts.action.ActionServlet It is no

Re: Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
hi KulKarni Thanks for it It worked Cheers gary - Original Message - From: "Ravi Kulkarni" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 4:54 PM Subject: RE: Bean:write \problem

RE: Bean:write \problem

2003-12-02 Thread Ravi Kulkarni
u can try something like this : Thanks, Kulkarni -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: Struts Users Mailing List Subject: Bean:write \problem Hi All, I am trying to display the content to the front end user

Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
Hi All, I am trying to display the content to the front end user which contains some HTML TAGS. say i have into the database " HI I am bold tag" when i am tryiong to display the data using OR It is not letting the HTML TAGS to reflect instead it is dispaying the value same as above H

RE: bean:write problem with struts 1.1

2003-07-09 Thread Stephen Brown
9, 2003 5:08 AM > To: [EMAIL PROTECTED] > Subject: Re: bean:write problem with struts 1.1 > > > I'm running Weblogic 6.1 and have experienced exactly the > same problem. It > goes away if you change the returntype of the getter to a > String instead of > whatever you

Re: bean:write problem with struts 1.1

2003-07-09 Thread Linus Nikander
to solve the problem. > > I will try with another Server, like jboss and see... > > -Message d'origine- > De : David Jiao [mailto:[EMAIL PROTECTED] > Envoyé : mardi 8 juillet 2003 17:09 > À : Struts Users Mailing List > Objet : RE: bean:write problem with strut

RE: bean:write problem with struts 1.1

2003-07-08 Thread David Jiao
problem. > > I will try with another Server, like jboss and see... > > -Message d'origine- > De : David Jiao [mailto:[EMAIL PROTECTED] > Envoyé : mardi 8 juillet 2003 17:09 > À : Struts Users Mailing List > Objet : RE: bean:write problem with struts 1.1 > >

RE: bean:write problem with struts 1.1

2003-07-08 Thread Nicolas Seinlet
juillet 2003 17:09 À : Struts Users Mailing List Objet : RE: bean:write problem with struts 1.1 But I didn't specify any from my struts-config file. Do I have to include it anyway? On Tue, 2003-07-08 at 09:59, Nicolas Seinlet wrote: > >It kept throwing a > message: "org.apache.jasp

RE: bean:write problem with struts 1.1

2003-07-08 Thread David Jiao
But I didn't specify any from my struts-config file. Do I have to include it anyway? On Tue, 2003-07-08 at 09:59, Nicolas Seinlet wrote: > >It kept throwing a > message: "org.apache.jasper.JasperException: Cannot find message > resources under key org.apache.struts.action.MESSAGE". > > It seems

RE: bean:write problem with struts 1.1

2003-07-08 Thread Nicolas Seinlet
>It kept throwing a message: "org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE". It seems to be due to the the - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

bean:write problem with struts 1.1

2003-07-08 Thread David Jiao
Hello, I asked this question before. In my application, the bean:write doesn't work with numeric types after I update struts to 1.1. It kept throwing a message: "org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE". The whole exception messa

bean:write problem

2003-07-02 Thread Linus Nikander
I saw this problem was already posted earlier, but no solution was found. I've got the same problem but I might be able to supply you with a bit more information. This is my first ever attempt at using Struts so I can't say if this problem occurs in 1.0.x since I started with 1.1 right off the bat.

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Karr, David
Have we seen your web.xml and struts-config.xml file yet? > -Original Message- > From: Steve Raeburn [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 4:01 PM > To: Struts Users Mailing List > Subject: RE: Struts 1.1 bean:write problem > > Could you post the co

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Steve Raeburn
03 1:52 PM > To: Struts Users Mailing List > Subject: RE: Struts 1.1 bean:write problem > > > My initial guess was not because of the bean:write. But then I found out > the error only happens when I use the bean:write for a long type. > > I checked the log file and the only mess

RE: Struts 1.1 bean:write problem

2003-06-30 Thread David Jiao
My initial guess was not because of the bean:write. But then I found out the error only happens when I use the bean:write for a long type. I checked the log file and the only message there are the same as listed on the page. I am sure that it's the bean:write problem or has something to do

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Steve Raeburn
ng. Steve > -Original Message- > From: David Jiao [mailto:[EMAIL PROTECTED] > Sent: June 30, 2003 1:06 PM > To: [EMAIL PROTECTED] > Subject: Struts 1.1 bean:write problem > > > Hi, > > I developed my application using struts 1.0.2. Today I updated it to > struts

Struts 1.1 bean:write problem

2003-06-30 Thread David Jiao
Hi, I developed my application using struts 1.0.2. Today I updated it to struts 1.1 and found the following error messages (listed the end of this mail). I found the problem is in here. When property is a long (maybe numeric) value, it throws the exception. It's ok when the property is a string

RE: bean:write Problem

2003-06-26 Thread Bailey, Shane C.
happens it isn't set right. -Original Message- From: Mykola Ostapchuk [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:49 PM To: Struts Users Mailing List Subject: bean:write Problem Hello, I have a problem displaying data with bean:write tag. I simply want to show the list of

bean:write Problem

2003-06-26 Thread Mykola Ostapchuk
Hello, I have a problem displaying data with bean:write tag. I simply want to show the list of users. UserVO has property userCountry of type CountryVO. I populate bean "allUsers" and put it into request. On jsp page: When I'm only browsing this list - everything works OK! B

Re: bean:write problem

2003-02-06 Thread ashokd
MAIL PROTECTED]> To: "Struts UserForm" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 10:00 AM Subject: bean:write problem Hi all. How we can write a value in JspWriter using bean:write tag which is embedded in an object that stor

bean:write problem

2003-02-05 Thread George Jacob
Hi all. How we can write a value in JspWriter using bean:write tag which is embedded in an object that stored in a Vector. The vector is iterated by a logic:iterate tag. Pls help.. George