https://issues.apache.org/bugzilla/show_bug.cgi?id=54314

--- Comment #4 from Sheldon Shao <xs...@ebay.com> ---
The JSP works very well on Jasper when without tagPlugins.
However JSP can't be compiled when with those jstl TagPlugins.

Here is the original tags,

                      <c:choose>
                         <c:when test="${iqModel.lotSize gt 0}">
                            <c:when test="${iqModel.remainQty eq
1}">${res:content2(res.content.global.ViewItemWeb.ItemQuantity.LmtlotAvailable,
quantityContentContract)}</c:when>
                            
<c:otherwise>${res:content2(res.content.global.ViewItemWeb.ItemQuantity.LmtlotsAvailable,
quantityContentContract)}</c:otherwise>
                         </c:when>
                        
<c:otherwise>${res:content2(res.content.global.ViewItemWeb.ItemQuantity.LmtQtyTxt,
quantityContentContract)}</c:otherwise>
                     </c:choose>


(In reply to comment #3)
> Your JSP is incorrect. You are not allowed to nest those tags that way.
> 
> Did you expect that to be allowed, or you do not like how this error is
> handled?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to