Re: fmt:message not using correct locale

2004-10-16 Thread Kumar V Kadiyala
Hi Martin, Thanks for the response. I think I understand what you're saying. I removed the from struts-config to ensure that struts is not loading my resources and I let jstl load the resources. I'm still seeing the problem where I have English followed by German in the language settings and

Re: fmt:message not using correct locale

2004-10-16 Thread Martin Cooper
On Sat, 16 Oct 2004 11:15:26 -0600, Kumar V Kadiyala <[EMAIL PROTECTED]> wrote: > Hi Martin, > > Thanks for the response. I use struts as the controller in my webapp (for > my Action classes). When you say struts and jstl should not be mixed are > you talking about the view? In my jsps I use jstl

Re: fmt:message not using correct locale

2004-10-16 Thread Kumar V Kadiyala
Hi Martin, Thanks for the response. I use struts as the controller in my webapp (for my Action classes). When you say struts and jstl should not be mixed are you talking about the view? In my jsps I use jstl and struts-el. This is where I should be sticking to one approach? I don't understand h

long sql string data displayed incorrectly from

2004-10-16 Thread helmutburri
Hi I have a mysql database that I is storing the data correctly however if that data is of type blob or text or mediumblob or any other large string object and I try to display that long string I get something like this: [EMAIL PROTECTED] or this [EMAIL PROTECTED] back on the this is the code