
|
If you were logged in you would be able to see more operations.
|
|
|
OGNL
Created: 28/Jun/07 02:07 AM
Updated: 30/Jun/07 02:42 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.7
|
| Fix Version/s: |
2.7.1
|
|
|
Environment:
|
Used in Tapestry 4.1.2 on Windows XP and Java 5
|
|
|
The following expression fails:
"ognl:components.productSaleTable.tableRow.totalPriceInCent / 100.0"
It throws the error: Caused by: compile error: ) is missing
This one also fails:
"ognl:ordersPerShopLoop.index % 2 == 0"
It throws the error: Caused by: compile error: invalid types for ==
|
|
Description
|
The following expression fails:
"ognl:components.productSaleTable.tableRow.totalPriceInCent / 100.0"
It throws the error: Caused by: compile error: ) is missing
This one also fails:
"ognl:ordersPerShopLoop.index % 2 == 0"
It throws the error: Caused by: compile error: invalid types for ==
|
Show » |
|
If you have more exact object type information(and one of the sample values perhaps) - I can probably nail it but just don't have enough information yet.