2. jsp:setProperty name="" property="*" equiv for servlet coderanch.comI've written this method to put in the "bean" class. (not tested yet) Just to see if anyone has any comments. public void loadFromRequest(HttpServletRequest req) { Enumeration enum = req.getParameterNames(); String name; String[] values; int i = 0; while (enum.hasMoreElements()) { name = (String)enum.nextElement(); values = req.getParameterValues(name); for (i = 0; i < values.length; i++) { try { java.lang.reflect.Method method = ... |
3. jsp:setProperty - setting all properties coderanch.comHi, I've been working with Java just over a year, and now I'm just starting using taglibs while I'm trying to learn Stuts. I'm working on a WebLogic 8.1 server. I've created a bean called "CaseInfoJavaBean" and it implements Serializable. It contains 6 member variable, all are Strings. My Action class creates a CaseInfoJavaBean object and sets it as a session ... |
4. beat problem with jsp:setProperty property="*" coderanch.comMy JSP has the following line at the top: |
5. Using jsp:setProperty to set indexed properties coderanch.com |
6. about "jsp:setProperty properties=*" coderanch.com |