Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 263 Bytes

tag.attr.msg.md

File metadata and controls

11 lines (10 loc) · 263 Bytes

Msg: for Tag Attribute

You can not use msg tag in other tag's attributes. But you can use Msg: in this case.
<%@ taglib prefix="efw" uri="efw" %>
<body>
...
<efw:Part path="part.jsp" param1="msg:msg1" />		//or Msg:msg1 , MSG:msg1
...
</body>