| Author |
JSP Document
|
mo sayed
Ranch Hand
Joined: Jan 25, 2006
Posts: 88
|
|
What practical reasons are there for writing a jsp in jsp document form? Would you use this to enable your pages to be viewed on different platforms, eg mobile phone, pda etc.? TIA Mo
|
<a href="http://moongrails.blogspot.com/" rel="nofollow">grails</a>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
There isn't any. The document format is intended for internal use by the containers and for JSPs that are generated under machine control. Hand-coding this format is not intended.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
mo sayed
Ranch Hand
Joined: Jan 25, 2006
Posts: 88
|
|
|
Thanks for the reply
|
 |
 |
|
|
subject: JSP Document
|
|
|