1. How to import constants in a JSP page stackoverflow.comAre there any better ways to use constants in a JSP than:
Is there any downside to using these (outside of mixing code/content)?
Thanks!
|
2. jsp: page imports causing a syntax error stackoverflow.comI'm writing a jsp application, what i did so far was to include the classes i need and to write the string text:
|
3. Can i import my own jsp page into another jsp page..? stackoverflow.comi have prepared a a static html page using netbeans. Can i import that page into another page so as to not re-write the code again n again and then make the ... |