stefcl
stefcl
Salut Julien, This is Stéphane from the ceylon mailng list. I have had a quick look at cayla.I am not yet extremely familiar with the project so excuse me in...
Hello, I found my second problem to be also related to japid :-( I asked the following question on SO : http://stackoverflow.com/questions/19923570/after-migration-to-2-2-1-all-public-assets-including-javascripts-and-css-retur In short, after migrating to 2.2.1. All urls...
Hello, In play 2.2.1, adding this line in the build scala "japid42" % "japid42_2.10" % "0.9.13.1" and then calling the "dist" command causes dozens of unneeded testing jars to be...
Hello, I have spent hours trying to find out why my application had a totally unknown secret key and why "en" was the only language available. I finally found out...
Hello, I ported some of my views from scalatemplate to japids, tried to deploy on production and found out the my script files are not packaged in the process. I...
Reading the doc, it seems that Japid for play 1.x had some support for optional parameters. Would be especially useful for writing your own form helpers (sometimes you want to...
Hello, I migrated some views from scala template to japid, including non trivial ones that use layout composition and many helper tags. As announced I could enjoy the super fast...
Hello, I am wondering if there would be a way of using the generated japid class files directly in my controllers rather than having to rely on renderJapid method. Having...