Skip to content

Commit

Permalink
last checkin before pushing the history back into cvs
Browse files Browse the repository at this point in the history
  • Loading branch information
werpu committed Feb 9, 2010
1 parent eeba38e commit d407267
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 51 deletions.

This file was deleted.

Expand Up @@ -21,7 +21,7 @@ package org.apache.myfaces.groovyloader.test
* @author Werner Punz
*/
class TestBean {
String helloworld = "hallo ist - die bean"
String helloworld = "Hello from the bean"

//note you can add new atrtributes
//no setter or getter is needed
Expand Down
Expand Up @@ -33,7 +33,7 @@ public class TestRenderer extends HtmlTextRendererBase {


facesContext.responseWriter.write """
<h1> Hello from a groovy JSF components renderer </h1>
<h1>Hello from a groovy JSF components renderer </h1>
<p> you can find my sources under WEB-INF/groovy/... </p>
Expand Down
Expand Up @@ -31,7 +31,7 @@ public class TestRenderer extends HtmlTextRendererBase {

public void encodeBegin(FacesContext facesContext, UIComponent uiComponent) {
facesContext.responseWriter.write """
<h1> Hello from a groovy JSF components renderer </h1>
<h1>Hello from a groovy JSF components renderer </h1>
<p> you can find my sources under WEB-INF/groovy/... </p>
Expand Down
4 changes: 2 additions & 2 deletions examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -31,7 +31,7 @@
<param-value>org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader</param-value>
</context-param>


<!--
<context-param>
<description>Additional comma separated loader paths to allow direct editing on the sources directory instead
of the deployment dir
Expand Down Expand Up @@ -68,7 +68,7 @@
<param-name>facelets.RESOURCE_RESOLVER</param-name>
<param-value>org.apache.myfaces.scripting.facelet.ReroutingResourceResolver</param-value>
</context-param>

-->
<!--
<context-param>
<description>Additional comma separated loader paths to allow direct editing on the sources directory instead
Expand Down
Expand Up @@ -24,7 +24,6 @@
<grv:groovyvalidator/>
</h:inputText>

<h:outputText value="#{testbean5.helloWorld}" />
<h:commandButton id="button1" value="press me" action="#{helloWorld.send}"/>
</h:panelGroup>
<h:panelGroup styleClass="stdBox">
Expand Down

0 comments on commit d407267

Please sign in to comment.