Guest User

Untitled

a guest
Jul 24th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <%NameValue nV = new NameValue();
  2. nV = facetsInstance.getLookupValue("MCTR_LANG",(java.lang.StringpageContext.getAttribute("MCTR_LANG")).getValue();%>
  3.  
  4.  
  5. <select name="LangDB">
  6. <c:forEach var="i" items="${requestScope.MCTR_LANG}" varStatus="counter">
  7. <c:set><option value="Language"><%nV.getValue()%></option></c:set>
  8. </c:forEach>
  9. </select>
Add Comment
Please, Sign In to add comment