Giter Site home page Giter Site logo

gravl's People

Contributors

glenasmith avatar

gravl's Issues

Duplicate groovy class TagCloudTagLib

What steps will reproduce the problem?
1. clean svn checkout of gravl
2. exec grails run-app


What is the expected output? What do you see instead?
  [groovyc] Compiling 161 source files to /Users/domix/.grails/1.0-RC3/projects/gravl/classes
Compilation error: 
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup 
failed, /Users/domix/proyectos/gravl/plugins/richui-0.1/grails-
app/taglib/TagCloudTagLib.groovy: 7: Invalid duplicate class definition of 
class TagCloudTagLib 
: The sources /Users/domix/proyectos/gravl/plugins/richui-0.1/grails-
app/taglib/TagCloudTagLib.groovy and /Users/domix/proyectos/gravl/grails-
app/taglib/TagCloudTagLib.groovy are containing both a class of the name 
TagCloudTagLib.
 @ line 7, column 1.
   class TagCloudTagLib {
   ^

1 error

What version of the product are you using? On what operating system?
gravl SVN Revision 98 on MacOSX Leopard

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Jan 2008 at 6:49

cannot delete blog entry because controller name mangled

What steps will reproduce the problem?
1. goto http://localhost:8080/gravl/sample/
2. login using admin/admin
3. click on edit
4. click on delete

What is the expected output? What do you see instead?
expect the blog entry to be deleted but instead saw this error:


HTTP ERROR: 404

NOT_FOUND

RequestURI=/gravl/sample%2Fadmin%2Fblog/delete

Powered by Jetty://


What version of the product are you using? On what operating system?
gravl from latest trunk, grails-1.0.3 on MacOSX Leopard

Please provide any additional information below.
in grails-app/views/blogEntry/edit.gsp
the form action name gets mangled
the RequestURI should be /gravl/sample/admin/blog/delete
but is mangled. to fix this, remove the controller from <g:form.
a patched is attached

Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 6:17

Attachments:

After upgrade to 1.0.2+ Save blog entry fails

What steps will reproduce the problem?
1. Upgrade gravl to use grails 1.0.2 or 1.0.3
2. Create a new blog entry


What is the expected output? What do you see instead?
New entry should be shown. Instead a 404 error appears saying:
... /gravl/sample%2Fadmin%2Fblog/save cannot be found

What version of the product are you using? On what operating system?
Gravl 0.4 Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Jun 2008 at 8:55

richui version return null when run war mode

What steps will reproduce the problem?
1. grails run-war

getVersion() in richui plugin classes return null so all plugin ressources
could not be found.

upgrade to version 0.3 resolve this problem


Original issue reported on code.google.com by [email protected] on 4 Apr 2008 at 10:55

After upgrade to grails 1.0.2+ login fails

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 [email protected] on 14 Jun 2008 at 8:49

npe after deleting an entry

What steps will reproduce the problem?
1. apply patch for issue#7
2. delete entry
3. go to http://localhost:8080/gravl/sample/

What is the expected output? What do you see instead?
should be a blog with no entries.
but got a npe 

Message: Cannot invoke method minus() on null object
Caused by: Cannot invoke method minus() on null object
Class: TagCloudCustomTagLib
At Line: [32]
Code Snippet:
32: def distrib = maxFreq - minFreq
33: def catSize = (distrib / 5).intValue() + 1 // add 1 to simulate ceil()

java.lang.NullPointerException: Cannot invoke method minus() on null object
    at
TagCloudCustomTagLib$_closure1_closure2.doCall(TagCloudCustomTagLib.groovy:32)
    at $Proxy8.doInTransaction(Unknown Source)
    at TagCloudCustomTagLib$_closure1.doCall(TagCloudCustomTagLib.groovy:6)
    at
Users_sonwh98_workspace_gravl_grails_app_views__sidebar_gsp.run(Users_sonwh98_wo
rkspace_gravl_grails_app_views__sidebar_gsp:91)
    at
Users_sonwh98_workspace_gravl_grails_app_views_layouts_main_gsp.run(Users_sonwh9
8_workspace_gravl_grails_app_views_layouts_main_gsp:68)

What version of the product are you using? On what operating system?
grails-1.0.3 on macOSX

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 6:51

exception on updating blog entry

What steps will reproduce the problem?
1. add new blog entry with some tags
2. update blog entry and remove tags
3.

What is the expected output? What do you see instead?

i have exception : 

controller.BlogEntryController Removing existing tag named: test"

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:827)
        at BlogEntryController.fixTags(BlogEntryController.groovy:25)
        at BlogEntryController.this$2$fixTags(BlogEntryController.groovy)
        at BlogEntryController$_closure3.doCall(BlogEntryController.groovy:86)
        at BlogEntryController$_closure3.call(BlogEntryController.groovy)

What version of the product are you using? On what operating system?

gravl 0.5 from trunk run on Ubuntu 7.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Mar 2008 at 11:52

url encoding on form

in properties.gsp on line 19 the action:

action="admin/updateProperties"

the slash gets url ecoded, preventing saving the form. So far other forms
seem to be OK.

grails 1.0.3
firefox 3
winxp
tomcat 6

Original issue reported on code.google.com by [email protected] on 8 Jul 2008 at 4:07

ppppppp

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Dec 2008 at 3:35

entire site 404's

I get a 404 at http://localhost:8080/gravl/sample/

I see the blog if I go to 
http://localhost:8080/gravl/blog/homePage?blog=sample, but from 
there all the links are broken because they use the blog/sample format.

What steps will reproduce the problem?
1. Check out gravl from source control
2. grails run-app
3. Go to http://localhost:8080/gravl in browser
4. Redirected to /gravl/sample
5. See 404

What version of the product are you using? On what operating system?
Gravl 0.5
r143 in source control
OSX 10.5.6 
Grails 1.0.4


Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 5:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.