This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO TestHtmlUnit - icefaces HTML:12KB JS:0KB CSS:0KB Total:12KB | |
INFO TestHtmlUnit - primefaces HTML:2KB JS:0KB CSS:0KB Total:2KB | |
INFO TestHtmlUnit - richfaces HTML:6KB JS:0KB CSS:0KB Total:6KB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO TestHtmlUnit - icefaces HTML:22KB JS:1275KBCSS:105KB Total:1403KB | |
INFO TestHtmlUnit - primefaces HTML:4KB JS:247KB CSS:38KB Total:290KB | |
INFO TestHtmlUnit - richfaces HTML:8KB JS:275KB CSS:7KB Total:291KB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO TestHtmlUnit - icefaces HTML:22KB JS:1275KBCSS:105KB Total:1403KB | |
INFO TestHtmlUnit - primefaces HTML:4KB JS:249KB CSS:21KB Total:275KB | |
INFO TestHtmlUnit - richfaces HTML:8KB JS:252KB CSS:8KB Total:270KB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ui:composition template="/composition"> | |
<ui:define composition="${it}" name="menu"> | |
<g:render template="/template" model="[testTemplate:foo]"/> | |
</ui:define> | |
<ui:define composition="${it}" name="body"> | |
${account.name} | |
</ui:define> | |
</ui:composition> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Controller | |
@RequestMapping(value = "/test") | |
public class TestController { | |
@RequestMapping(method = RequestMethod.GET, value = "/1") | |
public ModelAndView getCreateForm() { | |
Map map = new HashMap(); | |
Account account = new Account(); | |
account.setName("John Doe"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grails.gsp.enable.reload=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grails.buildScope=war | |
grails.war.deployed=true | |
grails.env=development |
NewerOlder