| General Attributes for Image Tag |
| Attribute Name |
Mandatory/Optional |
Description |
| field |
Mandatory |
Name of associated getter and setter on form bean |
| default |
Optional |
default image to be displayed. |
|
| Events |
| Event Name |
Description |
| No Events |
|
Overview
This is a widget for displaying an image on a screen that will have image
location value populated from the form bean. If an image value isnt set
a default one will be displayed
|
|
In Browser

|
|
JSP Code
| <Portlet:Image field="image" default="defaultImage.jpg"
/> |
|
|
How they work:
This widget creates an image on a screen. The image src is populated
from the form bean, by specifying the field.
|
Overview
This is a widget for displaying an image on a screen that will have image
location value populated from the form bean.
|
|
In Browser

|
|
JSP Code
| <Portlet:Image field="image" />
|
|
|
How they work:
This widget creates an image on a screen. The image src is populated
from the form bean, by specifying the field.
|