
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
|
It is possible to define clay components by using a Tapestry-like view.
Unfortunately, the non-xhtml attributes used (jsfid, ..., ...) don't require a
namespace, wich is weird because they fall in the default namespace usually
xhtml. This lack of rigor has no consequences in our typical Internet browsers
but can cause some bugs in strict XML environments, wich are valided against DTD
or XML Schemas.
|
|
Description
|
It is possible to define clay components by using a Tapestry-like view.
Unfortunately, the non-xhtml attributes used (jsfid, ..., ...) don't require a
namespace, wich is weird because they fall in the default namespace usually
xhtml. This lack of rigor has no consequences in our typical Internet browsers
but can cause some bugs in strict XML environments, wich are valided against DTD
or XML Schemas. |
Show » |
|
inheritance. Clay allows you to define any jsfid. You could create your own
namespace within the jsfid if needed.
<component jsfid="xyz:outputText" extends="abc:outputText"/>