[root]/trunk/acceptance/template/tags/core/templates/wrap_more

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 11 (100.0%) | 137 (100.0%) | 12.4 |
detab.
63 lines of code changed in 4 files:
Renamed ServerId to ViewId.
3 lines of code changed in 1 file:
Changed Controler base class to rely on autoloading template classes.
Introuced pattern requirements for template resource ids. (.tpl.)
Changed Wact_Template_Loader to autoload templates.
69 lines of code changed in 2 files:
Clean up html so it does not trigger eclipse html validation error.
0 lines of code changed in 2 files:
Simplified the specification of view components by removing the special
behavior of the runat attribute. All view elements are now identified by
the wact:id attribute.
A special value for wact:id (*) allows a component to be specified without
choosing a specific id. This
<p runat="server">
is now represented as
<p wact:id="*">
2 lines of code changed in 2 files: