Re: [displaytag-user] serious problem with apostraphe

2009-07-24 Thread abhishek reddy
hi mr.Ryan I have used column decorator, tell me how to escape the apostraphe in the column... I have tried the way suggested by *Naveen Namburi*, but it didnot worked ... Code: -- display:column value=${user.id} titleKey=user.id *escapeXml=true *headerClass=sortable

Re: [displaytag-user] serious problem with apostraphe

2009-07-24 Thread abhishek reddy
hi , finally i managed to make it work.thanks for the help On Fri, Jul 24, 2009 at 12:32 PM, abhishek reddy abhishek.c1...@gmail.comwrote: hi mr.Ryan I have used column decorator, tell me how to escape the apostraphe in the column... I have tried the way suggested by *Naveen

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread abhishek reddy
how many such decorators i have to write? I have some around 50 to 60 tables...do i need to write decorator for each table? 2009/7/22 Naveen Namburi naveennamb...@gmail.com Hi Abhishek, Please use decorator and format value in decorator: display:table class=displayTable

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread Mike McNally
We ran into this problem too. The Displaytag escapeXml attribute is too aggressive in its escaping - well, not too aggressive, just wrong for an HTML/XHTML output context. In my opinion it's a bug, plain and simple. There should either be different attributes for different sorts of escaping, or

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread abhishek reddy
hi, thanks for the reply how did you overcome this problem? On Thu, Jul 23, 2009 at 6:37 PM, Mike McNally emmecin...@gmail.com wrote: We ran into this problem too. The Displaytag escapeXml attribute is too aggressive in its escaping - well, not too aggressive, just wrong for an

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread Ryan Bloom
You should be able to do this with a single column decorator instead of a decorator per table. The column decorator is then attached to each column that has this problem. Ryan Ryan Bloom r...@rkbloom.net rbl...@gmail.com 2009/7/23 abhishek reddy abhishek.c1...@gmail.com writing decorator

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread Mike McNally
We patched the source. 2009/7/23 abhishek reddy abhishek.c1...@gmail.com: writing decorator class for each and every table is the only possible solution On Thu, Jul 23, 2009 at 6:49 PM, abhishek reddy abhishek.c1...@gmail.com wrote: hi, thanks for the reply how did you overcome this

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread Mike McNally
This is bug DISPL-387 in the Displaytag issue tracker. It's almost 3 years old!! 2009/7/23 Ryan Bloom rbl...@gmail.com: You should be able to do this with a single column decorator instead of a decorator per table.  The column decorator is then attached to each column that has this problem.

Re: [displaytag-user] serious problem with apostraphe

2009-07-23 Thread abhishek reddy
hi mr. Mike McNally, thanks for the replycan you please send me the patched source ? On Thu, Jul 23, 2009 at 7:05 PM, Mike McNally emmecin...@gmail.com wrote: We patched the source. 2009/7/23 abhishek reddy abhishek.c1...@gmail.com: writing decorator class for each and every table

[displaytag-user] serious problem with apostraphe

2009-07-22 Thread abhishek reddy
hi everyone, *Problem*: when the displaytag column contains apostraphe, it is displayed as *apos;* instead of ( ' ) how to overcome this problem? -- Abhishek -- ___

Re: [displaytag-user] serious problem with apostraphe

2009-07-22 Thread Naveen Namburi
Hi Abhishek, Please use decorator and format value in decorator: display:table class=displayTable name=requestScope.CouAppeal decorator=nj.lwd.courts.web.decorators.reftab.AppealDecorator requestURI=courtsonline.htm sort=list display:column property=link1 titleKey=appeal.label.code / and in