Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portal Framework Rendering
Tag writeAttribute


Description

This tag renders an attribute to a character ouput stream by assembling the name and value parameters into a form appropriate for the underlying rendering format. If any of the character output stream, the name, or both of the value parameters are null, nothing is rendered to the stream. If the default value exists when the value does not, then the default value is used instead.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.WriteAttribute
TagExtraInfo ClassNone
Body ContentJSP
Display NameWrite Attribute

Attributes
NameRequiredRequest-timeDescription
nametruetrue Name portion of name/value pair.
valuetruetrue Value portion of name/value pair.
defaultValuefalsetrue If value is null, defaultValue will be used. If both value and defaultValue are null, then nothing will be rendered.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.