-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: None
On the online help of Deployment Extension, here is the example given :
<extension target="pages#PAGES">
<page view-id="/nxstartup.xhtml"
action="#
" />
</extension>
<extension target="web#SERVLET">
...
</extension>
Don't we recommend to put only one extension each time? If so, can we change the example to remove the second extension?