| Author |
tag attributes shortcut
|
Phil Chuang
Ranch Hand
Joined: Feb 15, 2003
Posts: 251
|
|
Is there a way to do some kind of shortcut attribute passing? Let me give you an HTML example: So if I wanted to pass along a boolean value in this way, is it possible? Instead of could I do ?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
No. JSP custom tags must follow strict XML rules. That means no "shortcuts". In fact, in xhtml your td tag would need to be written as <td nowrap="true">. I code this way for completeness even when coding the page as HTML4. bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: tag attributes shortcut
|
|
|