Skip to content

No warning is given when using implicit object names as arguments in template. #80

@digr

Description

@digr

I use playframework 1.2.5, play-rythm 1.0-b8d, rythm 1.0-b9-20130519.121506-15

Controller:

renderArgs.put("lang", "My lang");

Template:

@args String lang;

Argument value is overriden, but silently. It would be nice to have a warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions