2008/5/19 Abbas Adel <[EMAIL PROTECTED]>: > isOpen is a variable in the page scope.
You got it wrong, then. <tiles:getAsString name="isOpen"> renders, as a string, the value of the Tiles attribute named "isOpen", not a page-scoped attribute rendered this way. You'd better use <c:out> tag or similar tags. Ciao Antonio
