1. What's wrong isn't | |||||
2. Jsp scriplet with HTML tag in it in a loop stackoverflow.comIn my jsp code, all the div tags are inside nested-for loop ('for' writtem in scriptlet). Something like,
| |||||
3. Nesting jsp scriplet inside jsp: tags coderanch.com | |||||
4. Embedding a Tag in a scriplet coderanch.comHere's the scriptlet in question: <% int k = 0; while (k < customFieldNames.size()) { int z = k+1; String placeHolder = (String)request.getAttribute("USER_DEFINED" + z); out.println(" "); out.println(customFieldNames.get(k) + ": "); out.println(" | "); if (placeHolder != null) { out.println(""); } else { out.println(" | 5. Tags Not Scriplet coderanch.com6. jsp standard actions or tags instead of scriplet coderanch.com7. How to write custom Tags for the existing java scriplet in JSP page? coderanch.comHi, I have already an JSP page being existed and am in the process of re-writing the page with custom tags. I was privided a Java helper class and a JSP to re-write that. As, I am completely new to custom tags, I am scraping this message. If an one can help me out with atleast one example then it would ... |