model-glue

Model Glue and Railo Application.cfc

I am trying to launch a test MG app on Railo and am hitting a snag. When I visit the MG app I get: Railo 3.1.0.012 Error (Java.lang.classformaterror) Message Invalid index 16 in LocalVariableTable in class file application_cfc$cf Java Stacktrace Invalid index 16 in LocalVariableTable in class file application_cfc $cf at...

Overwriting/redirect a Request in Coldfusion using modelglue

Hi aLL, Actually its related to authentication. my scenario is as following: I have a homepage, where user can see some news n other stuff, also there are text fields for user to enter the login info and get logged in. Now if user is not logged in i want to restrict him to see the details of news. and whenever user click on any of the l...

Data clean-up; what layer?

I have an app built on Model-Glue: Unity that contains some search forms. I need to trim leading and trailing spaces from search strings before using them to query the database. I'm also keeping the search terms in a bean that a user can save and re-use. My problem is that I am unsure where to perform that trim(). The bean seems to be t...

Model-Glue Beginner Question

I have Model-Glue (& ColdSpring) running in my wwwroot under my project. The problem I have is when I broadcast a message to call a method in my Controller, what happens is another method of the same name in a different folder(different project) gets called. How do i prevent this from happening? ...