[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

jsp output for excel

Asked by lachmann in Java Server Pages (JSP), Microsoft Excel Spreadsheet Software, Java Standard Tag Library (JSTL) & Server Tags

Tags: jsp variable excel

I have some .jsp code that generates output to excel.

I am having a problem accessing some of the variables.

I get values for p.reportItemKeyId and p.reportItemKeyValue

But I get nothing from the p.totalCreditAmountMonth* variables

The reportItemKeyId and reportItemKeyValue variables are of type String and the totalCreditAmountMonth* variables are type double if that matters.

Any ideas?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<c:forEach items="${resultsByBranch}" var="p">
  <tr>
    <td>${p.reportItemKeyId} - ${p.reportItemKeyValue}</td>
     <td><fmt:formatNumber type="currency" value="${p.totalCreditAmountMonth1}" currencySymbol="$"/></td>
      <td><fmt:formatNumber type="currency" value="${p.totalCreditAmountMonth2}" currencySymbol="$"/></td>
      <td><fmt:formatNumber type="currency" value="${p.totalCreditAmountMonth3}" currencySymbol="$"/></td>
      <td><fmt:formatNumber type="currency" value="${p.totalCreditAmountMonth4}" currencySymbol="$"/></td>
 
   </tr>
</c:forEach>
[+][-]10/26/09 11:10 AM, ID: 25665002Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/26/09 11:34 AM, ID: 25665265Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/26/09 07:56 PM, ID: 25668825Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/28/09 07:06 AM, ID: 25683343Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/28/09 06:01 PM, ID: 25689778Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625