TagLib
Reference
tag libraries
Jaffa Tags
widgets
  • buttons
  • check box
  • date/time editbox
  • drop down
  • editbox
  • grid
  • image
  • label
  • lookup
  • radio button
  • table
  • text field
  • user grid
  • Layout Controls
  • folding section
  • Guards
  • component guard
  • function guard
  • Page Controls
  • header
  • form
  • footer
  • raise errors
  • Other Tags
    Struts
  • html
  • logic
  • bean
  • util
  • template
  • digester
  • JSTL
  • Sun Site
  • Taglibs
  • reference
  • widgets/image
    <Portlet:Image . . . compatability
     
    Overview

    This widget provides 2 variations.

    1. Default Image
    2. Image
     
    Sample
    <Portlet:Image field="image" />
     
    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
     
     
    Default Image top

    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.

     
    Image top

    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.



    index.html, Last Modified 28-Jun-2003 at 04:14:10pm