[displaytag-user] Problems with UTF-8 and charset

2006-05-23 Thread Nenad Bosanac
Hi everyone! I have one problem that i cant resolve. I have two identical project one use displaytag and another not. In one that use displaytag i have problems with UTF-8 encoding. Everything is set to UTF-8 ,jsp files ,html,database evrything, but i when i try to show š,č,ć,ž,đ i got somthing

[displaytag-user] [displaytag - Help] Problems with UTF-8 and encoding

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3745930 By: boske3 Hi everyone! I have one problem that i cant resolve. I have two identical project one use displaytag and another not. In one that use displaytag i have problems with UTF-8 encoding.

[displaytag-user] [displaytag - Help] RE: Problems with UTF-8 and encoding

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746653 By: solanv check for the localization features. I think you can configure the encoding type in displaytag.properties file. __ You

[displaytag-user] (no subject)

2006-05-23 Thread John . Hamacher
Hello: I have a DisplayTable with a total of 17 entries and limited to 10 per page. Each row has a clikcable value see more info below the table. The problem is that if I click on a record on page 2, the table automatically goes back to page one. I want it to stay at page two. Any

[displaytag-user] Table page reverts to one

2006-05-23 Thread John . Hamacher
[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 05/23/2006 01:47 PM Please respond to displaytag-user@lists.sourceforge.net To displaytag-user@lists.sourceforge.net cc Subject [displaytag-user] (no subject) Hello: I have a DisplayTable with a total of 17 entries and limited to 10 per

Re: [displaytag-user] ajax and displaytag

2006-05-23 Thread Burgess, Benjamin
Why not put the display table in its own jsp. Then you make an ajax call to that jsp and dump the html into your div. Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Costa Sent: Tuesday, May 23, 2006 3:19 PM To:

[displaytag-user] List implementation questions

2006-05-23 Thread Chris Pat
Hi I am a newbiee trying to implement displayTag tag lib. I have put a List into the session and give it as the name of the table, but it doesnt see it. Do I have to sub-class one of their classes? How does that work if I am producing list from one of my actions? I

[displaytag-user] [displaytag - Help] RE: Problems with UTF-8 and encoding

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3747743 By: boske3 Hi thanks for your help and response I have set my localiyation but i think the problem is in log4j.jar. Because i try to remove all jar files from lib that are needed for displaylib and

[displaytag-user] [displaytag - Help] Bug?-Log4j.jar and displaytag library

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3747747 By: boske3 Hi I have set my localiyation in myproject and i have test it in my previous project without display tag library and it works fine. In my mnew project i use displaytag library and all jar

[displaytag-user] Bug?-Log4j.jar and displaytag library

2006-05-23 Thread Nenad Bosanac
Hi I have set my localiyation in myproject and i have test it in my previous project without display tag library and it works fine. In my mnew project i use displaytag library and all jar files from examples WEB-INF\lib folder. After some time of my testing i think the problem is in log4j.jar.