From: Chad B. <cwb...@us...> - 2008-04-09 15:40:54
|
User: cwbrandon Date: 08/04/09 08:40:45 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet view-action.xhtml.vsl Log: fix link Revision Changes Path 1.2 +2 -2 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl Index: view-action.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- view-action.xhtml.vsl 21 Mar 2008 16:07:11 -0000 1.1 +++ view-action.xhtml.vsl 9 Apr 2008 15:40:45 -0000 1.2 @@ -11,7 +11,7 @@ #if ($action.hyperlink || $action.popup) <h:form> #if ($action.hyperlink) - <a:commandLink action="#{${action.controller.beanName}.${action.triggerName}}"> + <h:commandLink action="#{${action.controller.beanName}.${action.triggerName}}"> #else <a:popup scrolling="yes" height="350px" width="550px" actionOpen="#{${action.controller.beanName}.${action.triggerName}}" center="false"> #end |
From: Chad B. <cwb...@us...> - 2008-04-09 15:48:39
|
User: cwbrandon Date: 08/04/09 08:48:43 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet view-action.xhtml.vsl Log: fix typo Revision Changes Path 1.3 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl Index: view-action.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- view-action.xhtml.vsl 9 Apr 2008 15:40:45 -0000 1.2 +++ view-action.xhtml.vsl 9 Apr 2008 15:48:43 -0000 1.3 @@ -29,7 +29,7 @@ #else </a:popup> #end -<h:form> +</h:form> <br/><br/> #else #set ($clientValidation = $clientValidation && $action.validationRequired) |
From: Chad B. <cwb...@us...> - 2008-04-11 15:54:11
|
User: cwbrandon Date: 08/04/11 08:54:06 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet view-action.xhtml.vsl Log: don't need params passed in the command links since they are passed transparently in the form Revision Changes Path 1.4 +8 -8 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl Index: view-action.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- view-action.xhtml.vsl 9 Apr 2008 15:48:43 -0000 1.3 +++ view-action.xhtml.vsl 11 Apr 2008 15:54:05 -0000 1.4 @@ -16,14 +16,14 @@ <a:popup scrolling="yes" height="350px" width="550px" actionOpen="#{${action.controller.beanName}.${action.triggerName}}" center="false"> #end <h:outputText value="#{messages['$action.messageKey']}"/> -#foreach ($parameter in $action.parameters) -#if (!$parameter.complex || $parameter.type.enumeration) -#renderActionCommandLinkParameter($parameter "") -#end -#foreach ($attribute in $parameter.attributes) -#renderActionCommandLinkParameter($attribute $parameter) -#end -#end +##foreach ($parameter in $action.parameters) +##if (!$parameter.complex || $parameter.type.enumeration) +##renderActionCommandLinkParameter($parameter "") +##end +##foreach ($attribute in $parameter.attributes) +##renderActionCommandLinkParameter($attribute $parameter) +##end +##end #if ($action.hyperlink) </h:commandLink> #else |
From: Chad B. <cwb...@us...> - 2008-04-15 16:31:12
|
User: cwbrandon Date: 08/04/15 09:31:05 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet view-action.xhtml.vsl Log: remove commented code Revision Changes Path 1.5 +0 -8 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl Index: view-action.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- view-action.xhtml.vsl 11 Apr 2008 15:54:05 -0000 1.4 +++ view-action.xhtml.vsl 15 Apr 2008 16:31:05 -0000 1.5 @@ -16,14 +16,6 @@ <a:popup scrolling="yes" height="350px" width="550px" actionOpen="#{${action.controller.beanName}.${action.triggerName}}" center="false"> #end <h:outputText value="#{messages['$action.messageKey']}"/> -##foreach ($parameter in $action.parameters) -##if (!$parameter.complex || $parameter.type.enumeration) -##renderActionCommandLinkParameter($parameter "") -##end -##foreach ($attribute in $parameter.attributes) -##renderActionCommandLinkParameter($attribute $parameter) -##end -##end #if ($action.hyperlink) </h:commandLink> #else |
From: Chad B. <cwb...@us...> - 2008-04-24 18:14:19
|
User: cwbrandon Date: 08/04/24 11:14:22 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/portlet view-action.xhtml.vsl Log: remove liferay specific tag inclusion Revision Changes Path 1.7 +1 -2 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl Index: view-action.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/portlet/view-action.xhtml.vsl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- view-action.xhtml.vsl 18 Apr 2008 21:56:33 -0000 1.6 +++ view-action.xhtml.vsl 24 Apr 2008 18:14:22 -0000 1.7 @@ -4,8 +4,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:c="http://java.sun.com/jstl/core" xmlns:t="http://myfaces.apache.org/tomahawk" - xmlns:a="http://www.andromda.org/cartridges/jsf" - xmlns:lr="http://www.liferay.com/jsf/facelets"> + xmlns:a="http://www.andromda.org/cartridges/jsf"> <ui:composition> #set($formName = $action.formBeanName) #if ($action.hyperlink || $action.popup) |