2009-05-07 10 views

答えて

2

JSPまたはJSTLに組み込まれているものはありませんが、request taglibにはisUserInRoleというタグが付いています。 Install taglibを使用し、このようなタグを使用します。

<req:isUserInRole role="admin"> 
The remote user is in role "admin". 
</req:isUserInRole> 
<req:isUserInRole role="admin" value="false"> 
The remote user is not in role "admin". 
</req:isUserInRole> 
関連する問題