1. JSP dynamic include and same method declaration stackoverflow.comI have on jsp page, which include dynamically other pages with | |||||||||
2. Dynamic includes vs. duplication of data coderanch.comHi all, I'm studying for my SCWCD test by making my study sheet as a web app. My main page shows each of the test objectives. At the top of the page is are "browse" and "print" links. "browse" means each objective is a link that will take you to a new page with information on that objective. "print" shows both ... | |||||||||
3. How can I assign a dynamic file value to the include directive? coderanch.com | |||||||||
4. Including a file dynamically coderanch.comGoing perhaps a little of the original point, but would you know the best way to provide a JSP name to a custom tag (via attribute or whatever) and then have the handler of the tag include (or even forward) to the named JSP. Would this even be a good idea or is it better to simply stick with | |||||||||
5. Dynamically include and show what's been selected in the last page coderanch.com | |||||||||
6. dynamically include HTML in JSP coderanch.comHi, I want to check the user and depending on the user, different page has to be included. Her is the part of code : <% if (user_id.equals("prthir")) <%@ include file = "/sps/rhs.html" %> else <%@ include file = "/sps/prthir_rhs.html"%> %> i don't know why some errors come out, is there any syntax problem? even if i use | |||||||||
7. Help on dynamically Including html files in JSP coderanch.com | |||||||||
8. Dynamic include file question coderanch.com | |||||||||
9. problem in including jsp file dynamically coderanch.comHi All, I have some problem in including a jsp file dynamically. please help me in solving it.... here is Admin.jsp >>>>>>>>>> <% String action=(String)request.getAttribute("action"); %>
|