Changeset 277
- Timestamp:
- Mar 17, 2010, 2:17:56 PM (12 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r247 r277 34 34 dbCreate = "create-drop" // one of 'create', 'create-drop','update' 35 35 url = "jdbc:hsqldb:mem:devDB" 36 loggingSql = true 36 37 break; 37 38 } -
trunk/grails-app/views/wizard/pages/_start.gsp
r263 r277 33 33 clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the 34 34 back / forward buttons</li> 35 <li>no data is actually stored yet at the end of the wizard</li>36 35 </ul> 37 36 </span>
Note: See TracChangeset
for help on using the changeset viewer.