lksudha / gravl

Automatically exported from code.google.com/p/gravl
0 stars 0 forks source link

After upgrade to grails 1.0.2+ login fails #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade to 1.0.2 or 1.0.3
2. Login to the application
3. A grails runtime exception occurs. Stating that a long does not have the
method 'startsWith'

Replaceing line 81 of displayOneEntry to:
<a href="<g:createLinkTo dir="${params.blog}/admin/blog/edit"
file="${entry.id.toString()}"/>">Edit</a>

Fixes the problem.

Original issue reported on code.google.com by rich.law...@gmail.com on 14 Jun 2008 at 8:49