JSP General - Including Static Files
Interview Question Database For Software Developers
|
|
| Including Static Files | | How do I include static files within a JSP page? | | By: FYICENTER.com | Static resources should always be included using the JSP include directive.
This way, the inclusion is performed just once during the translation phase.
Do note that you should always supply a relative URL for the file attribute.
Although you can also include static resources using the action, this is not advisable
as the inclusion is then performed for each and every request.
| | ID: 193 | Rank: 1124 | Votes: 0 | Views: 57 | Submitted: 20070403 |
1142 :-) | | JComponent and Component | | Why does JComponent have add() and remove() methods but Component does not?... | | Submitted: 20070403 |
|
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|