Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import statement before template parameters delaration do not work #2873

Closed
pierluc-codes opened this issue May 17, 2014 · 1 comment
Closed

Comments

@pierluc-codes
Copy link

This do not work:

@import org.joda.time.DateTime
@(date: DateTime)

But this work:

@(date: org.joda.time.DateTime)

@pvlugter
Copy link
Contributor

This is supported in Twirl and Play 2.3 (from 2.3.0-RC1 onwards). See also playframework/twirl#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants