Difference between revisions of "Xebra Taglib XRPC"

(New page: Category:Xebra About | Installation | Documentation | Tutorials | [[Xebra FAQ|Frequently Asked Quest...)
 
Line 1: Line 1:
 
[[Category:Xebra]]
 
[[Category:Xebra]]
 
[[Xebra About|About]] | [[Xebra Installation|Installation]] |  [[Xebra Documentation|Documentation]] |  [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]]
 
[[Xebra About|About]] | [[Xebra Installation|Installation]] |  [[Xebra Documentation|Documentation]] |  [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]]
 +
 +
The XRPC Tag Library is used for rpc applications and configures an rpc interface.
 +
===XRPC===
 +
{| class="wikitable"
 +
! Tag
 +
! Description
 +
|-
 +
|
 +
<xml>
 +
<f:form class="..." variable="...">
 +
</f:form>
 +
</xml>
 +
|
 +
All form tags have to be contained in a f-form. A variable and class can be optionally defined to automatically wrap input forms to an object. This variable is known in the scope of the form.
 +
|-
 +
|
 +
|}
 +
====Example====

Revision as of 12:31, 17 July 2009

About | Installation | Documentation | Tutorials | Frequently Asked Questions

The XRPC Tag Library is used for rpc applications and configures an rpc interface.

XRPC

Tag Description
<f:form class="..." variable="...">
</f:form>

All form tags have to be contained in a f-form. A variable and class can be optionally defined to automatically wrap input forms to an object. This variable is known in the scope of the form.

Example