Part IV Presentation of Mobile Content
Flattened Table
Image Courtesy of Openwave Systems Inc
Note: When multiple table-model tags are present, WebLogic Mobility Server uses the first
one who's where clause conditions match the requesting device.
An example of a more complex where condition can be seen in the following code block
where the table will be flattened even if the requesting device supports tables if the screen
width is less that 200 pixels wide. This would stop excessive wrapping of table data as the
device tries to render the table on the small screen.
<mm:table-model major="column" headlocation="1" bodylocation="*"
tabletype="normal" sdtransform="base-transform"
where="UAProf.BrowserUA.TablesCapable and UsableScreenWidth < 200"/>
title="..." (optional attribute)
If present, the value of this attribute forms the table title when used with the
tabletype="group" as can be seen in the preceding example where the title in the first frame in
is "My Table". If title is not present when tabletype="group" and a link name is required, the
keyword "Data" will be used instead.
BEA WebLogic Mobility Server User Guide - 103
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?