  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Struts2, tiles2 and character encoding problem | Struts2, tiles2 and character encoding problem 2007-02-07 - By Joe Germuska
Back TILES-28 (See http://LES-28.ora-code.com) should be resolved in the SNAPSHOT version you indicate, while the subsequent change (to the Taglib URI) hadn't been changed. I just deployed a 2.0-SNAPSHOT rather than let it hang on as something less clear going forward.
But back to your issue: it might seem that you've found a variation of the problem that was fixed in TILES-28 (See http://LES-28.ora-code.com) Make absolutely sure you don't have more than one version of the tiles-core JAR in your app, but assuming that you don't, we'll have to sniff around some more and figure out what might be different. You're doing the right kind of monitoring already -- what does Fiddler say if you get a conventional Struts result (ServletDispatcherResult) from your app? What about if you get a JSP directly from the app without going through Struts?
Joe
On 2/7/07, elin <elin.heinstedt@(protected)> wrote: > > > Thank you for your reply. > > I upgraded from struts 2.0.4 to 2.0.5 but with the same result. I use > maven > to build the project which gives me the tiles version > tiles-core-2 (See http://ore-2.ora-code.com).0-20070130.184344-3.jar. It seems to be the latest snapshot. > Is > this the version where the bug you mentioned is fixed? Or do you mean that > it is fixed in the next build? > > Monitoring the response with fiddler shows that there is no content-type > header. > > I use a tiles definition file and the insertAttribute tag to build the > tiles > result. > > Elin > -- > View this message in context: > http://www.nabble.com/Struts2%2C-tiles2-and-character-encoding-problem -tf3181491.html#a8841954 > Sent from the Struts - User mailing list archive at Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- Joe Germuska Joe@(protected) * http://blog.germuska.com
"The truth is that we learned from Jo?o forever to be out of tune." -- Caetano Veloso
|
|
 |