All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.greenpepper.configuration.installation.configurationDbmsView.vm Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
#if (!$action.actionErrors.isEmpty())
	
#foreach($error in $action.actionErrors) $action.getText($error)
#end
#end #if($action.isCustomSetup()) #end
$action.getText('greenpepper.install.installtypelabel') #if($action.isCustomSetup) $action.getText('greenpepper.install.custom') #else $action.getText('greenpepper.install.quick') #end
$action.getText('greenpepper.install.dbms') #if($action.isCustomSetup()) #foreach($dialect in $action.dialects) #if($dialect.className.equals($!action.hibernateDialect))$dialect   #end #end #else HSQL #end
$action.getText('greenpepper.install.jndiurl') $!action.jndiUrl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy