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

Category: main tag library
Group: v 1.0-b3
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: fabrizio giustina (fgiust)
Summary: Column property not getting set correctly in html.

Initial Comment:
<dsp:column  property="city"  nowrap="true" />

The nowrap attribute get printed into the html as
nowrap="true" which html will ignore.  It should just
be nowrap.

Thanks

Nic Holbrook
[EMAIL PROTECTED]

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

>Comment By: fabrizio giustina (fgiust)
Date: 2004-05-20 23:29

Message:
Logged In: YES 
user_id=798060

please note that the nowrap attribute is deprecated:
http://displaytag.sourceforge.net/tagreference-displaytag-
12.html

the nowrap attribute has been fixed to always have 
a "nowrap" value, the correct one in xhtml format:
nowrap="nowrap".

This is not correct if you are not using a xhtml doctype. 
There are no plans to add plain html support since this 
attribute is deprecated and it will be removed soon after 1.0.

You can use "white-space: nowrap" in a css class or in 
the "style" attribute to have the same result.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to