Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested JSTL / Tags Solutions: 26 - 50 of 67
 
I have a JEE application war that is inside of an ear file.  Let's call this application.war and application.ear.  This application is deployed under Weblogic Server 9.1 with a location of htt...
Im familiar with JSP but im struggling to pull off this OR statement in JSTL:                          <c:choose>                               <c:when test="${whatever}" || test="${whatever}">                                    Not linked                               </c:when>      ...
Hi guys I need to to round up my column in jstl. In my table i fetch three columns using a for loop. I need to round up the third column to two decimal places. Would anyone know how can i d...
In JSTL, is there a method to automatically escape HTML characters like é and ü when inserting text into a database (MS SQL Server 2005)? If I enter characters like this into a database, they ...
Hi All My problem is I want to display the tree similar to windows explorer.If the folder does not contain any sub  folders and it contains only documents ,the respective folder should not ...
JSTL Tag example to convert a String into lowercase in JSPs
Hi, I want to display the content of a clob in a jsf via jstl. I have a DB interface via JPA an modeled a DBSchema which a field contains XML (XMLType) Now I want to use a Bean to disp...
the server facing memory leak and cause the tomcat down. currently the server is running tomcat 5.5 and JSTL 1.1 the server is more to parsing the external XML which provided and show in TV l...
Hi, I have a List of String Objects coming from DB. I need to show a dropdown in the JSP using this List. How can I use the html:Select Tag for this in Sthe JSP. I am using struts frame wor...
Hello experts. I am having some issues with a JSP application and Web Logic on my local machine. When I deploy the application to Web Logic on a different server, I have no errors. However, w...
Hello, What is wrong with my sql:update statement? I keep getting the following error: exception org.apache.jasper.JasperException: Exception in JSP: /manager.jsp:58 55:             ...
Hi I want to do pagination in jsp this is a store locator user will enter zipcode and it will bring back values I need to show 10 rows per page and at the bottom it shows the foll...
I'm using JSTL to do database queries.  My server is Tomcat 5.5.x.  The JDBC pooling query handling looks something like this : <sql:query var='exploring' datasource='jdbc/pool' scope='reques...
I'm using NetBeans 5.5.1 IDE with Visual Web Pack (VWP) to develop a web application. The OS: Linux FC6, The Server: Sun Java System Application Server. One of my JSPs is to render a bar-char...
How to present users with status information while a complex or lengthy process is taking place: i.e displaying an animated GIF image while the server-side processing the search action using S...
<%=session.getAttribute("user-object")%> Giving me value but <c:out value="${sessionScope.user-object}"> giving me 0. Is there any other way in jstl to get correct value?
I am pulling id's and names from the database and now I want to populate a drop down  (select & option tags) with the values. I'd like to use the id as the value of each "option", and the ...
Hi, Can u show me how to customize struts2 tag. Ex: By default, when i put <s:textfield name="testing" /> inside my jsp page, an additional <tr>, <td> <div>, etc...  tag will be generat...
I've just started using Spring MVC together with EJB and JSP's. I have problems displaying the images in my jsp-pages. I'm not sure what causes this, but I've searched alot around for a soluti...
Hello, I need some help with JSTL. I am trying to get a small app running but have some problems. I have 3 files: add_sub_info.jsp, view_sub_info.jsp, view_missing_info.jsp The add_sub_info ...
Hi Expert, Can you please let me know, how to set the pagesize attribute of display:table (displaytag taglibrary) dynamically. My requirement is to change the pagesize based on a dropdown ...
Hey experts,   I want (using JSTL) a number to be formatted with the decimal point appearing as a comma instead of a dot; any help on how to do that??
Hi there, I am trying to use the display tag open source library to display a table and export the data to Excel. I am/have: - using Tiles - using displaytag-1.1.jar - set up the filter...
Can I use the display tag to do data binding? I need to display a list of users but I also want to display radio buttons and text fields that can be used to modify user properties.
I'm using JSTL to display information on my pages.  Some of the data needs to be truncated, but I need to do so without splitting a word.  I found a solution on how to do this in Javascript, b...