Bugs item #959659, was opened at 2004-05-24 19:33
Message generated for change (Comment added) made by moinsmoins
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=959659&group_id=73068

Category: main tag library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: greg (moinsmoins)
Assigned to: Nobody/Anonymous (nobody)
Summary: column title decorator ?

Initial Comment:
Hi,

Following this thread on the user-mailing list:
https://sourceforge.net/mailarchive/forum.php?thread_id=4581497&forum_id=28703
https://sourceforge.net/mailarchive/forum.php?thread_id=4581498&forum_id=28703

, I am still not convinced by the proposed solutions,
because these imply usage of jstl and/or struts, which
we don't use in our application.

So what I propose would be a simple ColumnTitleDecorator.
It could have an interface as simple as:
public interface ColumnTitleDecorator {
  public String getColumnTitle(String title);
}

where the title string passed to the method would be
the one set as blah in <display:column title="blah">.
This could also extend TableDecorator, as far as i'm
concerned. (since all our decorator classes extend from
a custom base one)

This would allow people to plug in whatever i18n system
they use, very easily.


If you guys like this but have no time to implement it,
I could probably find some time later this month or
somewhere in june to provide a patch for this.

Cheers,

greg

----------------------------------------------------------------------

>Comment By: greg (moinsmoins)
Date: 2004-06-10 20:12

Message:
Logged In: YES 
user_id=878994

somehow I submitted this to bugs. Can someone move it to
feature requests?
Any comments by the way? ;)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=959659&group_id=73068


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to