Issue 230: htmlColumn href needs incrementor
Status:  Invalid
Owner: ----
Closed:  Mar 2011
Reported by msuni...@gmail.com, Nov 18, 2009
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.


Nov 18, 2009
Project Member #1 jeff.johnston.mn@gmail.com
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.
Mar 9, 2011
Project Member #2 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: Invalid