Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16371/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
Modified Files:
TacosComponents.java TacosComponents.xml
Log Message:
Added @tacos.* tags. They provide Ajax features to tapestry
Index: TacosComponents.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/TacosComponents.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TacosComponents.java 28 Nov 2005 17:37:22 -0000 1.1
--- TacosComponents.java 9 Dec 2005 14:44:15 -0000 1.2
***************
*** 16,21 ****
* @tapestry.page-specification description="Sample description for
SamplePage :-)"
*
! * @tacos.tree id="tree" content-provider="myContentProvider" value="myValue"
! * @tacos.tree id="tree2" content-provider="myContentProvider"
value="myValue" key-provider="myKeyProvider" state="myState" sorter="mySorter"
offset="myOffset" row-style="myRowStyle"
partial-block-class="myPartialBlockClass" link-listener="myLinkListener"
*
* @author p.dona
--- 16,77 ----
* @tapestry.page-specification description="Sample description for
SamplePage :-)"
*
! * @tacos.ajax-direct-link id="myAjaxDirectLink"
! * @tacos.ajax-direct-link id="myAjaxDirectLink2"
update-components="myupdateComponents" update-blocks="myupdateBlocks"
update-object="myupdateObject" listener="mylistener" action="myaction"
parameters="myparameters" direct="mydirect" effects="myeffects"
pre-effects="mypreEffects" status-element="mystatusElement" popup="mypopup"
stateful="mystateful" disabled="mydisabled" htmlid="myhtmlid" anchor="myanchor"
renderer="myrenderer"
! *
! * @tacos.ajax-field-observer id="myAjaxFieldObserver"
! * @tacos.ajax-field-observer id="myAjaxFieldObserver2"
update-components="myupdateComponents" update-blocks="myupdateBlocks"
update-object="myupdateObject" listener="mylistener" action="myaction"
parameters="myparameters" direct="mydirect" effects="myeffects"
status-element="mystatusElement" htmlid="myhtmlid" stateful="mystateful"
disabled="mydisabled" anchor="myanchor" renderer="myrenderer"
! *
! * @tacos.ajax-form id="myAjaxForm"
! * @tacos.ajax-form id="myAjaxForm2" update-components="myupdateComponents"
back-link="mybackLink" forward-link="myforwardLink"
update-object="myupdateObject" effects="myeffects"
status-element="mystatusElement" method="mymethod" success="mysuccess"
cancel="mycancel" refresh="myrefresh" listener="mylistener"
stateful="mystateful" direct="mydirect" delegate="mydelegate"
client-validation-enabled="myclientValidationEnabled" focus="myfocus"
! *
! * @tacos.ajax-link-submit id="myAjaxLinkSubmit"
! * @tacos.ajax-link-submit id="myAjaxLinkSubmit2" listener="mylistener"
action="myaction" parameters="myparameters"
update-components="myupdateComponents" back-link="mybackLink"
forward-link="myforwardLink" update-object="myupdateObject" effects="myeffects"
status-element="mystatusElement" disabled="mydisabled" selected="myselected"
tag="mytag" htmlid="myhtmlid"
! *
! * @tacos.ajax-submit id="myAjaxSubmit"
! * @tacos.ajax-submit id="myAjaxSubmit2" label="mylabel"
disabled="mydisabled" selected="myselected" tag="mytag" listener="mylistener"
action="myaction" parameters="myparameters"
update-components="myupdateComponents" back-link="mybackLink"
forward-link="myforwardLink" update-object="myupdateObject" effects="myeffects"
status-element="mystatusElement" htmlid="myhtmlid"
! *
! * @tacos.autocompleter id="myAutocompleter" list-source="mylistSource"
listener="mylistener" value="myvalue"
! * @tacos.autocompleter id="myAutocompleter2" list-source="mylistSource"
listener="mylistener" stateful="mystateful" direct="mydirect"
list-item-renderer="mylistItemRenderer" elementclass="myelementclass"
value="myvalue" disabled="mydisabled" display-name="mydisplayName"
translator="mytranslator" validators="myvalidators" htmlid="myhtmlid"
! *
! * @tacos.date-picker id="myDatePicker" value="myvalue"
! * @tacos.date-picker id="myDatePicker2" value="myvalue"
disabled="mydisabled" include-week="myincludeWeek" icon="myicon"
display-name="mydisplayName" translator="mytranslator"
validators="myvalidators" htmlid="myhtmlid"
! *
! * @tacos.dialog id="myDialog"
! * @tacos.dialog id="myDialog2" hidden="myhidden"
! *
! * @tacos.drop-target id="myDropTarget" drag-source-link="mydragSourceLink"
! * @tacos.drop-target id="myDropTarget2" accepts-tag-type="myacceptsTagType"
drag-source="mydragSource" drag-source-element="mydragSourceElement"
drag-source-class="mydragSourceClass" drag-source-tag="mydragSourceTag"
drag-source-link="mydragSourceLink" insert-drag-source="myinsertDragSource"
on-drag-over="myonDragOver" on-drag-out="myonDragOut" on-drop="myonDrop"
! *
! * @tacos.editor id="myEditor" value="myvalue"
! * @tacos.editor id="myEditor2" listener="mylistener" stateful="mystateful"
direct="mydirect" items="myitems" element="myelement"
template-tag="mytemplateTag" value="myvalue" disabled="mydisabled"
! *
! * @tacos.fisheye-list id="myFisheyeList" source="mysource"
! * @tacos.fisheye-list id="myFisheyeList2" item-width="myitemWidth"
item-height="myitemHeight" item-max-width="myitemMaxWidth"
item-max-height="myitemMaxHeight" orientation="myorientation"
effect-units="myeffectUnits" item-padding="myitemPadding"
attach-edge="myattachEdge" label-edge="mylabelEdge" break-on="mybreakOn"
source="mysource" value="myvalue" index="myindex"
! *
! * @tacos.floating-pane id="myFloatingPane"
! * @tacos.floating-pane id="myFloatingPane2" min-height="myminHeight"
min-width="myminWidth" has-shadow="myhasShadow" has-toolbar="myhasToolbar"
title="mytitle" style="mystyle"
! *
! * @tacos.inline-edit-box id="myInlineEditBox" value="myvalue"
! * @tacos.inline-edit-box id="myInlineEditBox2" listener="mylistener"
stateful="mystateful" direct="mydirect" value="myvalue"
! *
! * @tacos.palette id="myPalette" model="mymodel" selected="myselected"
! * @tacos.palette id="myPalette2" selected-title-block="myselectedTitleBlock"
available-title-block="myavailableTitleBlock" model="mymodel"
selected="myselected" sort="mysort" rows="myrows" table-class="mytableClass"
select-image="myselectImage" disabled-image="mydisabledImage"
deselect-image="mydeselectImage" select-disabled-image="myselectDisabledImage"
deselect-disabled-image="mydeselectDisabledImage" up-image="myupImage"
up-disabled-image="myupDisabledImage" down-image="mydownImage"
down-disabled-image="mydownDisabledImage" display-name="mydisplayName"
htmlid="myhtmlid" validators="myvalidators"
! *
! * @tacos.partial-for id="myPartialFor" source="mysource"
! * @tacos.partial-for id="myPartialFor2" source="mysource" value="myvalue"
index="myindex" element="myelement" key-expression="mykeyExpression"
full-source="myfullSource" default-value="mydefaultValue"
converter="myconverter" primary-keys="myprimaryKeys"
key-provider="mykeyProvider" match="mymatch" volatile="myvolatile"
partial-block="mypartialBlock" even-odd="myevenOdd"
! *
! * @tacos.progress-bar id="myProgressBar"
! * @tacos.progress-bar id="myProgressBar2" reloadseconds="myreloadseconds"
truncate-length="mytruncateLength" worker="myworker" element="myelement"
on-complete-object="myonCompleteObject"
! *
! * @tacos.refresh id="myRefresh"
! * @tacos.refresh id="myRefresh2" update-components="myupdateComponents"
update-blocks="myupdateBlocks" update-object="myupdateObject" direct="mydirect"
! *
! * @tacos.site-map id="mySiteMap"
! *
! * @tacos.dirty-form-warning id="myDirtyFormWarning" form="myform"
! * @tacos.dirty-form-warning id="myDirtyFormWarning2" form="myform"
message="mymessage" force-warning="myforceWarning"
! *
! * @tacos.tree id="myTree" content-provider="mycontentProvider"
value="myvalue"
! * @tacos.tree id="myTree2" content-provider="mycontentProvider"
key-provider="mykeyProvider" converter="myconverter" value="myvalue"
state="mystate" sorter="mysorter" offset="myoffset" row-style="myrowStyle"
partial-block-class="mypartialBlockClass" link-listener="mylinkListener"
open-icon="myopenIcon" close-icon="mycloseIcon" node-link-ajax="mynodeLinkAjax"
delayed-load="mydelayedLoad" load-element="myloadElement"
*
* @author p.dona
Index: TacosComponents.xml
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/TacosComponents.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TacosComponents.xml 28 Nov 2005 17:37:22 -0000 1.1
--- TacosComponents.xml 9 Dec 2005 14:44:15 -0000 1.2
***************
*** 1,21 ****
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE page-specification PUBLIC "-//Apache Software Foundation//Tapestry
Specification 4.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
-
<page-specification
class="org.xdoclet.plugin.tapestry.sample.TacosComponents">
<description>Sample description for SamplePage :-)</description>
! <component type="tacos:Tree" id="tree">
! <binding name="contentProvider" value="myContentProvider"/>
! <binding name="value" value="myValue"/>
</component>
! <component type="tacos:Tree" id="tree2">
! <binding name="contentProvider" value="myContentProvider"/>
! <binding name="value" value="myValue"/>
! <binding name="keyProvider" value="myKeyProvider"/>
! <binding name="state" value="myState"/>
! <binding name="sorter" value="mySorter"/>
! <binding name="offset" value="myOffset"/>
! <binding name="rowStyle" value="myRowStyle"/>
! <binding name="partialBlockClass" value="myPartialBlockClass"/>
! <binding name="linkListener" value="myLinkListener"/>
</component>
</page-specification>
--- 1,292 ----
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE page-specification PUBLIC "-//Apache Software Foundation//Tapestry
Specification 4.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
<page-specification
class="org.xdoclet.plugin.tapestry.sample.TacosComponents">
<description>Sample description for SamplePage :-)</description>
! <component type="tacos:AjaxDirectLink" id="myAjaxDirectLink">
</component>
! <component type="tacos:AjaxDirectLink" id="myAjaxDirectLink2">
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="updateBlocks" value="myupdateBlocks"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="listener" value="mylistener"/>
! <binding name="action" value="myaction"/>
! <binding name="parameters" value="myparameters"/>
! <binding name="direct" value="mydirect"/>
! <binding name="effects" value="myeffects"/>
! <binding name="preEffects" value="mypreEffects"/>
! <binding name="statusElement" value="mystatusElement"/>
! <binding name="popup" value="mypopup"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="id" value="myhtmlid"/>
! <binding name="anchor" value="myanchor"/>
! <binding name="renderer" value="myrenderer"/>
! </component>
! <component type="tacos:AjaxFieldObserver" id="myAjaxFieldObserver">
! </component>
! <component type="tacos:AjaxFieldObserver" id="myAjaxFieldObserver2">
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="updateBlocks" value="myupdateBlocks"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="listener" value="mylistener"/>
! <binding name="action" value="myaction"/>
! <binding name="parameters" value="myparameters"/>
! <binding name="direct" value="mydirect"/>
! <binding name="effects" value="myeffects"/>
! <binding name="statusElement" value="mystatusElement"/>
! <binding name="id" value="myhtmlid"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="anchor" value="myanchor"/>
! <binding name="renderer" value="myrenderer"/>
! </component>
! <component type="tacos:AjaxForm" id="myAjaxForm">
! </component>
! <component type="tacos:AjaxForm" id="myAjaxForm2">
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="backLink" value="mybackLink"/>
! <binding name="forwardLink" value="myforwardLink"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="effects" value="myeffects"/>
! <binding name="statusElement" value="mystatusElement"/>
! <binding name="method" value="mymethod"/>
! <binding name="success" value="mysuccess"/>
! <binding name="cancel" value="mycancel"/>
! <binding name="refresh" value="myrefresh"/>
! <binding name="listener" value="mylistener"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="direct" value="mydirect"/>
! <binding name="delegate" value="mydelegate"/>
! <binding name="clientValidationEnabled"
value="myclientValidationEnabled"/>
! <binding name="focus" value="myfocus"/>
! </component>
! <component type="tacos:AjaxLinkSubmit" id="myAjaxLinkSubmit">
! </component>
! <component type="tacos:AjaxLinkSubmit" id="myAjaxLinkSubmit2">
! <binding name="listener" value="mylistener"/>
! <binding name="action" value="myaction"/>
! <binding name="parameters" value="myparameters"/>
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="backLink" value="mybackLink"/>
! <binding name="forwardLink" value="myforwardLink"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="effects" value="myeffects"/>
! <binding name="statusElement" value="mystatusElement"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="selected" value="myselected"/>
! <binding name="tag" value="mytag"/>
! <binding name="id" value="myhtmlid"/>
! </component>
! <component type="tacos:AjaxSubmit" id="myAjaxSubmit">
! </component>
! <component type="tacos:AjaxSubmit" id="myAjaxSubmit2">
! <binding name="label" value="mylabel"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="selected" value="myselected"/>
! <binding name="tag" value="mytag"/>
! <binding name="listener" value="mylistener"/>
! <binding name="action" value="myaction"/>
! <binding name="parameters" value="myparameters"/>
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="backLink" value="mybackLink"/>
! <binding name="forwardLink" value="myforwardLink"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="effects" value="myeffects"/>
! <binding name="statusElement" value="mystatusElement"/>
! <binding name="id" value="myhtmlid"/>
! </component>
! <component type="tacos:Autocompleter" id="myAutocompleter">
! <binding name="listSource" value="mylistSource"/>
! <binding name="listener" value="mylistener"/>
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:Autocompleter" id="myAutocompleter2">
! <binding name="listSource" value="mylistSource"/>
! <binding name="listener" value="mylistener"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="direct" value="mydirect"/>
! <binding name="listItemRenderer" value="mylistItemRenderer"/>
! <binding name="elementclass" value="myelementclass"/>
! <binding name="value" value="myvalue"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="displayName" value="mydisplayName"/>
! <binding name="translator" value="mytranslator"/>
! <binding name="validators" value="myvalidators"/>
! <binding name="id" value="myhtmlid"/>
! </component>
! <component type="tacos:DatePicker" id="myDatePicker">
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:DatePicker" id="myDatePicker2">
! <binding name="value" value="myvalue"/>
! <binding name="disabled" value="mydisabled"/>
! <binding name="includeWeek" value="myincludeWeek"/>
! <binding name="icon" value="myicon"/>
! <binding name="displayName" value="mydisplayName"/>
! <binding name="translator" value="mytranslator"/>
! <binding name="validators" value="myvalidators"/>
! <binding name="id" value="myhtmlid"/>
! </component>
! <component type="tacos:Dialog" id="myDialog">
! </component>
! <component type="tacos:Dialog" id="myDialog2">
! <binding name="hidden" value="myhidden"/>
! </component>
! <component type="tacos:DirtyFormWarning" id="myDirtyFormWarning">
! <binding name="form" value="myform"/>
! </component>
! <component type="tacos:DirtyFormWarning" id="myDirtyFormWarning2">
! <binding name="form" value="myform"/>
! <binding name="message" value="mymessage"/>
! <binding name="forceWarning" value="myforceWarning"/>
! </component>
! <component type="tacos:DropTarget" id="myDropTarget">
! <binding name="dragSourceLink" value="mydragSourceLink"/>
! </component>
! <component type="tacos:DropTarget" id="myDropTarget2">
! <binding name="acceptsTagType" value="myacceptsTagType"/>
! <binding name="dragSource" value="mydragSource"/>
! <binding name="dragSourceElement" value="mydragSourceElement"/>
! <binding name="dragSourceClass" value="mydragSourceClass"/>
! <binding name="dragSourceTag" value="mydragSourceTag"/>
! <binding name="dragSourceLink" value="mydragSourceLink"/>
! <binding name="insertDragSource" value="myinsertDragSource"/>
! <binding name="onDragOver" value="myonDragOver"/>
! <binding name="onDragOut" value="myonDragOut"/>
! <binding name="onDrop" value="myonDrop"/>
! </component>
! <component type="tacos:Editor" id="myEditor">
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:Editor" id="myEditor2">
! <binding name="listener" value="mylistener"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="direct" value="mydirect"/>
! <binding name="items" value="myitems"/>
! <binding name="element" value="myelement"/>
! <binding name="templateTag" value="mytemplateTag"/>
! <binding name="value" value="myvalue"/>
! <binding name="disabled" value="mydisabled"/>
! </component>
! <component type="tacos:FisheyeList" id="myFisheyeList">
! <binding name="source" value="mysource"/>
! </component>
! <component type="tacos:FisheyeList" id="myFisheyeList2">
! <binding name="itemWidth" value="myitemWidth"/>
! <binding name="itemHeight" value="myitemHeight"/>
! <binding name="itemMaxWidth" value="myitemMaxWidth"/>
! <binding name="itemMaxHeight" value="myitemMaxHeight"/>
! <binding name="orientation" value="myorientation"/>
! <binding name="effectUnits" value="myeffectUnits"/>
! <binding name="itemPadding" value="myitemPadding"/>
! <binding name="attachEdge" value="myattachEdge"/>
! <binding name="labelEdge" value="mylabelEdge"/>
! <binding name="breakOn" value="mybreakOn"/>
! <binding name="source" value="mysource"/>
! <binding name="value" value="myvalue"/>
! <binding name="index" value="myindex"/>
! </component>
! <component type="tacos:FloatingPane" id="myFloatingPane">
! </component>
! <component type="tacos:FloatingPane" id="myFloatingPane2">
! <binding name="minHeight" value="myminHeight"/>
! <binding name="minWidth" value="myminWidth"/>
! <binding name="hasShadow" value="myhasShadow"/>
! <binding name="hasToolbar" value="myhasToolbar"/>
! <binding name="title" value="mytitle"/>
! <binding name="style" value="mystyle"/>
! </component>
! <component type="tacos:InlineEditBox" id="myInlineEditBox">
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:InlineEditBox" id="myInlineEditBox2">
! <binding name="listener" value="mylistener"/>
! <binding name="stateful" value="mystateful"/>
! <binding name="direct" value="mydirect"/>
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:Palette" id="myPalette">
! <binding name="model" value="mymodel"/>
! <binding name="selected" value="myselected"/>
! </component>
! <component type="tacos:Palette" id="myPalette2">
! <binding name="selectedTitleBlock" value="myselectedTitleBlock"/>
! <binding name="availableTitleBlock" value="myavailableTitleBlock"/>
! <binding name="model" value="mymodel"/>
! <binding name="selected" value="myselected"/>
! <binding name="sort" value="mysort"/>
! <binding name="rows" value="myrows"/>
! <binding name="tableClass" value="mytableClass"/>
! <binding name="selectImage" value="myselectImage"/>
! <binding name="disabledImage" value="mydisabledImage"/>
! <binding name="deselectImage" value="mydeselectImage"/>
! <binding name="selectDisabledImage" value="myselectDisabledImage"/>
! <binding name="deselectDisabledImage" value="mydeselectDisabledImage"/>
! <binding name="upImage" value="myupImage"/>
! <binding name="upDisabledImage" value="myupDisabledImage"/>
! <binding name="downImage" value="mydownImage"/>
! <binding name="downDisabledImage" value="mydownDisabledImage"/>
! <binding name="displayName" value="mydisplayName"/>
! <binding name="id" value="myhtmlid"/>
! <binding name="validators" value="myvalidators"/>
! </component>
! <component type="tacos:PartialFor" id="myPartialFor">
! <binding name="source" value="mysource"/>
! </component>
! <component type="tacos:PartialFor" id="myPartialFor2">
! <binding name="source" value="mysource"/>
! <binding name="value" value="myvalue"/>
! <binding name="index" value="myindex"/>
! <binding name="element" value="myelement"/>
! <binding name="keyExpression" value="mykeyExpression"/>
! <binding name="fullSource" value="myfullSource"/>
! <binding name="defaultValue" value="mydefaultValue"/>
! <binding name="converter" value="myconverter"/>
! <binding name="primaryKeys" value="myprimaryKeys"/>
! <binding name="keyProvider" value="mykeyProvider"/>
! <binding name="match" value="mymatch"/>
! <binding name="volatile" value="myvolatile"/>
! <binding name="partialBlock" value="mypartialBlock"/>
! <binding name="evenOdd" value="myevenOdd"/>
! </component>
! <component type="tacos:ProgressBar" id="myProgressBar">
! </component>
! <component type="tacos:ProgressBar" id="myProgressBar2">
! <binding name="reloadseconds" value="myreloadseconds"/>
! <binding name="truncateLength" value="mytruncateLength"/>
! <binding name="worker" value="myworker"/>
! <binding name="element" value="myelement"/>
! <binding name="onCompleteObject" value="myonCompleteObject"/>
! </component>
! <component type="tacos:Refresh" id="myRefresh">
! </component>
! <component type="tacos:Refresh" id="myRefresh2">
! <binding name="updateComponents" value="myupdateComponents"/>
! <binding name="updateBlocks" value="myupdateBlocks"/>
! <binding name="updateObject" value="myupdateObject"/>
! <binding name="direct" value="mydirect"/>
! </component>
! <component type="tacos:SiteMap" id="mySiteMap">
! </component>
! <component type="tacos:Tree" id="myTree">
! <binding name="contentProvider" value="mycontentProvider"/>
! <binding name="value" value="myvalue"/>
! </component>
! <component type="tacos:Tree" id="myTree2">
! <binding name="contentProvider" value="mycontentProvider"/>
! <binding name="keyProvider" value="mykeyProvider"/>
! <binding name="converter" value="myconverter"/>
! <binding name="value" value="myvalue"/>
! <binding name="state" value="mystate"/>
! <binding name="sorter" value="mysorter"/>
! <binding name="offset" value="myoffset"/>
! <binding name="rowStyle" value="myrowStyle"/>
! <binding name="partialBlockClass" value="mypartialBlockClass"/>
! <binding name="linkListener" value="mylinkListener"/>
! <binding name="openIcon" value="myopenIcon"/>
! <binding name="closeIcon" value="mycloseIcon"/>
! <binding name="nodeLinkAjax" value="mynodeLinkAjax"/>
! <binding name="delayedLoad" value="mydelayedLoad"/>
! <binding name="loadElement" value="myloadElement"/>
</component>
</page-specification>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits