You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Chris Perren <cp...@zerowait-state.com> on 2001/09/25 22:13:00 UTC

tags inside tags using the template taglib

The role instance variable of the Template object get set to <bean:write
name="user" property="role"/> which is not my expected behavior. I want to
set role variable from the User object role variable (in the session
variable). Any help is greatly appreciated...

Thanks Chris

<template:put name='admin' content='/adminbar.jsp'
    role='<bean:write name="user" property="role"/>' />