jsp-tags
java.lang.NoClassDefFoundError: org/apache/commons/discovery/tools/DiscoverSingleton
I have create a registration form in jsp file with jsf and I try to connect it with a web service in order to pass through this the elements to a database.[详细]
2023-04-11 10:16 分类:问答Spring-Security 3.1 java.lang.ClassNotFoundException: org.springframework.security.taglibs.authz.AuthorizeTag
I just upgraded from Spring Security 3.0.5 to 3.1.0.RC3 N开发者_如何学编程ow, the following JSP code gives me java.lang.ClassNotFoundException: org.springframework.security.taglibs.authz.AuthorizeTag[详细]
2023-04-11 01:10 分类:问答Is there an ehcache jsp tag?
In a current project of mine, JSPs are getting huge (lots of jstl end el logic, no Java), and due to increasing traffic, caching on many levels has become a necessity. Some components need to be dynam[详细]
2023-04-09 03:42 分类:问答Custom JSP tag does not render dynamic body content
I have created a new JSP tag (in a Struts 1.2.9/Java 5/Tomcat 5.5 web application), which renders content within the tag body, when the logged-in user has one of the given roles.[详细]
2023-04-09 03:20 分类:问答jstl invalid prefix error
I am using similar piece of code in a jspx file <html xmlns:jsp=\"http://java.sun.com/JSP/Page\" xmlns:uikit=\"http://www.abc.net/ld/uikit\">[详细]
2023-04-07 11:39 分类:问答Using JSTL's formatDate function with a date represented in milliseconds
Normally I use the following to display a Date object in a JSP page: <fmt:formatDate value=\"${blogEntry.created}\"/>[详细]
2023-04-05 17:39 分类:问答Using JSP-Fragments outside of the tag where it was defined
I want to define a template using a JspFragment. That\'s why I created the following Tag class: public class CreateTemplateTag extends SimpleTagSupport {[详细]
2023-04-05 08:03 分类:问答Could not find the main class: org.netbeans.modules.web.project.ant.JspCSingle. Program will exit
I have tried again my jsp coding with taglid.This time round, everything seems to work except when I run it, the following error appears:[详细]
2023-04-04 22:32 分类:问答How to set value from<security:authentication/> to the parameter with <c:set>
I have a problem in my jsp page. I use Spring security and I need to get a name of the authentificated user, for this I use the next tag[详细]
2023-04-04 06:08 分类:问答how to load CSS file into jsp
I created a jsp page as follows: <%@ page contentType=\"text/css\" %> <html> <head> <title>Login page</title>[详细]
2023-04-03 23:19 分类:问答