In my Grails app, I have a GSP with the following markup: <p class=\'foo\'> <label>Email</label>
What\'s the best way to handle a conversation-based web flow in Rails? I\'m wondering if there is anything similar to http://grails.org/doc/1.0.x/guide/single.html#6.5%20Web%20Flow
I made msg which appears when \"Save\" button on web page is pressed and disappears after few sec, but there are two problems. First one is that when I click link to that page, I get msg right after w
I just upgraded from grails 1.2.0 to 1.3.7 and to the latest version of the FilterPane Plugin. Now I have an error where before was all right.
i use grails-1.3.2 and gorm-hbase-0.2.4 plugin. Sometimes i need to change tables structure(add new tables or columns).
I am running a web application in Production that recently crashed after it was under some stress. I would guess 100-300 people were accessing the site at similar times, which I would expect to work f
I have a grails application that is in production now. This morning I was alerted to the fact that the server was not resolving. Tomcat was spinning and spinning. I researched and it looks like it has
I need to开发者_StackOverflow store my email templates in a location that can be edited without redeploying the grails application.I\'m looking for a way to render these templates as views for the mai
I am running into an odd problem with my application. The app was developed and tested with HSQLDB, and worked fine. When I built a WAR file & deployed it on a server, one particular bit of code (
When yo开发者_如何学JAVAu want to write an internal service layer in Rails 3, where should you place the code? I\'m coming from a Grails background and wondering what the service equivalent is in Rail