I have a variable defined in tiles. I want to use that variable in JSP page. I tried using
<tiles:put name="title"><tiles:getAsString name="title" /></tiles:put>
but i am not able to assign the value in some var in jsp page. Depending on the variable i need to implement some logic in jsp page. How to do this?