Oh Thanks Antonio On Mon, May 19, 2008 at 11:28 AM, Antonio Petrelli < [EMAIL PROTECTED]> wrote:
> 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 >
