Following JSP scriplet is working fine
<%
float totalPaymentAmount = 0.0f;
List compItems = null;
compItems = costDistForm.getCompleteItems();
Iterator it = compItems.iterator();
while (it.hasNext())
{
ItemCostRowForm row = (ItemCostRowForm)it.next();
float payAmountSort = row.getPayme
Following are the differences Will this make any difference
struts-logic.tld file in struts.jar file
1.0
1.1
struts-logic.tld file under WEB-INF folder
1.2
1.1
Mad Shop <[EMAIL PROTECTED]> wrote:
Hi Leon,
I just now verified that the tld files i.e.,
storage and computations and for presentation?
regards
Leon
On 8/9/07, Mad Shop wrote:
> Thanks Leon,
>
> Big Decimal is our project requirement. Looks like the tld files under my
> WEB-INF directory are not correct. Can you please let me know the compatable
> nested tld files for struts
nfiguration.
apparently your weblogic server isn't properly configured which log to
use with commons-logging adaptor.
On 8/9/07, Mad Shop wrote:
> I have following scenario.
>
> I have getExSummary() method in exForm which returns a arraylist of A object.
> How to use logic:iterate tag t
ied to use double instead?
Leon
On 8/9/07, Mad Shop wrote:
> Following is my actual code
>
>
>
>
>
> Greater Equal 1000
>
>
>
>
>
>
> This is working for all the values greater and equal to 1000 but it also
> works for all the values less than 1
I have following scenario.
I have getExSummary() method in exForm which returns a arraylist
of A object. How to use logic:iterate tag to print all the values
which methods in A object.
getACount(),getBCount() are methods in A object.
I tried following tag, which is not wor
Following is my actual code
Greater Equal 1000
This is working for all the values greater and equal to 1000 but it
also works for all the values less than 1000, which it should not. Can you
h
I have following scenario.
I have getExSummary() method in exForm which returns a arraylist of A
object. How to use logic:iterate tag to print all the values which methods in
A object.
getACount(),getBCount() are methods in A object.
I tried following tag, which is not wor
8 matches
Mail list logo