mgchetla / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

htmlColumn href needs incrementor #230

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am trying to add an incrementer in the column

<jmesa:htmlColumn property="1">
<a href="Order.do?idx=<%=i%">Edit</a>
</jmesa:htmlColumn>

I am getting the problem with expression .
JasperException: requests.jsp(63,106) Scripting elements ( &lt;%!, 
&lt;jsp:declaration, &lt;%=, &lt;jsp:expression, &lt;%, 
&lt;jsp:scriptlet ) are disallowed here.

What is the expected output? What do you see instead?
 should give the number

What version of the product are you using? On what operating system?
2.4.5

Please provide any additional information below.

Original issue reported on code.google.com by msuni...@gmail.com on 18 Nov 2009 at 6:39

GoogleCodeExporter commented 8 years ago
You should try Google'ing that. JMesa does not purposely do anything to disable 
them
so you just need to figure out why, by default, they do not work.

Original comment by jeff.johnston.mn@gmail.com on 18 Nov 2009 at 10:19

GoogleCodeExporter commented 8 years ago

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 8:16