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: 51 - 67 of 67
 
I get this error when I try to access my index.jsp page.  I'm using jstl, spring, hibernate and I'm a beginner - so please explain if you ask me a question. I know it will be hard to figur...
Hi Guys In the exception block I am trying to print the stack trace like this if (logger.isLoggable(Level.INFO)) {  logger.severe("Exception executed:" + exc.printStackTrace()); } B...
Hi Guys I have this code where I check if the data is null before doing date formatting. In addition I also need to check if the length is greater than 0. Would yoou guys know how I can do...
Hey folks, is there a way to extend the simpleDateFormatter to see something like this: today at 12:40 yesterday at 11:20 and if it's older than 2 days, he should display the regular d...
Hi All, I am having a application. It consists of two part 1)- UI Layer (Struts2) and 2)- Service layer Springs. Now i was running this application in Tomcat 5.0.3 without any prob...
Hi experts .. How can I change the aligment of values inside <html:select> of struts?? I want it right aligmnet!! but it doesn't have align or dir property!!
I populate the value to the file using Bean:write but that field is not enterable. How do i make set the field enterable? My code below:            <td width="200" align="left" style="fon...
Is it possible when using a select box to display form elements depending on which option was selected for example: <select> <option value="d1">Option One</option> <option value="d2">Option...
Hi there I have a jsp input field, and I need javascript to change the value inside the input field. Lets say that the input field has the default value of 3. Next to the input field wou...
Hi, I realize this request is basically impossible, but I'm still holding out hope.  Is there any way to use a taglib or some other tool in a jsp file so that I can include another jsp page...
Migrating our strurts application from WAS 5.0.4 to WAS 6.0 on windows 2000 server . Followed all the steps of migration , but during start up the struts.tld parsing gives an exception as stat...
Hi Iam using JSTL Format tag in my project. The following is the code snippet. <code>        <fmt:bundle basename="keystone/formLabels">                              <fmt:message key="msg1....
I have a question, who could tell me detailly what type is for in the following line? <logic:iterate id="item" name="userGroupsForm" property="availableUserGroups" indexId="i" type="com.*.d...
I have a JSP page that displays text and when somebody does this zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz...
I am getting following error in my application. I am using JSP and JSTL tags. I am using following jstl tag. <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> <h3>Validation error messag...
Hi, I've been using the displaytag taglib with no problems for almost a year now, but all of the sudden I'm getting this error message in my stderr.log file whenever I display a table using...
Hi Expert! I am having a table with 5 columns . In fist column i am displaying data with link on checking data in 4th column. If any value is present on fourth column i am displaying first co...