Search:

Type: Posts; User: martinppp; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    4,114

    Recapitulation: Expression works in...

    Recapitulation:

    Expression works in intercept-url but not in gsp pages:
    this work correctly:


    <http auto-config="true" use-expressions="true">
    <intercept-url pattern="/index.gsp"...
  2. Replies
    4
    Views
    4,114

    Dosen't work in Grails 1.2.1 Martin

    Dosen't work in Grails 1.2.1

    Martin
  3. Replies
    4
    Views
    4,114

    changing

    changing


    <intercept-url pattern="/dosomething/**" access="ROLE_AGENT"/>

    to


    <intercept-url pattern="/salevmoney/**" access="hasRole('ROLE_AGENT')"/>
  4. Replies
    4
    Views
    4,114

    Problem with taglib in a Grails project

    After configuring and make sure some part of my config work, i decided to add taglib in my gsp using jsp taglib:

    if I used this


    <http auto-config="false">
    <intercept-url...
  5. After copying my file to scr/main/java directory,...

    After copying my file to scr/main/java directory, grails find it.
  6. I have the same problem and try to follow your...

    I have the same problem and try to follow your solution:

    in web.xml


    <context-param>
    <param-name>contextConfigLocation</param-name>
    ...
  7. Replies
    0
    Views
    909

    Grails with project dependencies

    We have a big project where we have multiple Eclipse projects depending on one another. One of this project is a Grails project.

    1- Domain-project // used by multiple projects
    2-...
  8. Replies
    1
    Views
    672

    Bug in pointcut

    When I have the sub package view in my expression for pointcut, the pointcut is not call.

    Here my config:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
  9. Replies
    3
    Views
    1,225

    simpleJdbcTemplate with postgress

    I use simpleJdbcTemplate to do an insert and retrieve the new key. I used postgres 8.3 with the latest jdbc4 postgres driver. The problem look like that the metadata is unable to be extracted from...
Results 1 to 9 of 9