I am trying to check a request attribute in a jsp to show/hide certain html. request.setAttribute(\"submitted\", \"true\");
I have tomcat6 and use open report application in it. when i export any report as excel or pdf, it doesn\'t support arabic language.
I have a database in which I need some IDs to be autoincremented, but I also need that ID that gets auto incremented to be the Foreign Key for another table. Is there a way to recover that number with
@RequestMapping(value = \"/user/search/{email}\") public String auditUseremail(@PathVariable(\"email\") String email,Map<String, Object> map) {
I would like to insert a call to a function to get a parameter for my JavaScript onclickfunction. What I would like to do is something like:
I have a jsp page in my project where user fills up the details for creating an account. when a user enters username and clicks on the check button, the button looks in the database if the same name
In my experience, it is rarely/never necessary to set scope=\"request\" on an EL variable. For example, I have a page that, given an item parameter, constructs a URL specific to that item based on it
I am working in a JSP file. In that I need to create one table with multiple rows onclick event. When I am trying the following code in IE7 and IE8, it is working fine. But when I am trying the same i
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
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.