chinese characters and bean tags

2005-12-14 Thread news
I have problem to show chinese characters stored in MySQL database with use of struts bean tag. Data is read out using Hibernate. When I call myHibernateObject.getMyProperty() method - everything works fine. But using does show text in this notation: &# &#. Same problem occurres when I use

Re: chinese characters and bean tags

2005-12-14 Thread news
>> I have problem to show chinese characters stored in MySQL database with >> use of struts bean tag. Data is read out using Hibernate. When I call >> myHibernateObject.getMyProperty() method - everything works fine. But >> using does >> show text in this notation: &# &#. Same problem occu

Re: chinese characters and bean tags

2005-12-16 Thread news
> [EMAIL PROTECTED] wrote: I have problem to show chinese characters stored in MySQL database with use of struts bean tag. Data is read out using Hibernate. When I call myHibernateObject.getMyProperty() method - everything works fine. But using does show text in

Re: chinese characters and bean tags

2005-12-18 Thread news
Hello Jose, exactly! This solves my problem. Fortunately I do not have so many chinese fields in my allplication. So it should not be complicated to close all possible security holes. Thanks a lot, Milan > Have you tried using filter="false"/>? > > filter="false" means the tag will not "escape"

Any common way to get back after login?

2004-09-15 Thread Java News
Hi, What is best method to get back to the previous page, after eg. login. All I thought so far is to set actual path in (if possible with JS), and use it to redirect in Action. But what if someone first use search form to get results of something, and after that he use login form - I can store so

Struts and html:base - hidding implementation

2004-09-23 Thread Java News
Hi, I don't understand one simple thing with - when I had read about Struts and JSTL help for them, I saw that it helps to hide implementation, so why I got such output: http://localhost:8180/struts_test/pages/Welcome.jsp";> form page which was called from browser as: http://localhost:8180/struts_

Tiles problem - how to put attr in right context

2005-09-30 Thread Java News
Hello, I have problem with putting attributes in right context - my tiles definitions look like: What I would like to achieve is: 1) I would like that .header attribute "title" was passed from .add_product.form, so i can have only one header definition and many rendering pages like .add_pr