Decebal Suiu
Decebal Suiu
Can you provide a PR?
My idea is to use [Router.uriFor](https://github.com/decebals/pippo/blob/master/pippo-core/src/main/java/ro/pippo/core/route/Router.java#L118) (reverse routing) with a route name in this template function. The implementation of template function do a simple job: read the function parameters, call...
The expected output is: ``` Edit ``` where 32 is the value for `id`. Take a look at javadoc of [Router.uriFor](https://github.com/decebals/pippo/blob/master/pippo-core/src/main/java/ro/pippo/core/route/Router.java#L118) method. This method is used extensive in Java code...
Any interest for this feature?
@Wavesonics I will try an implementation for Pebble template engine in first step (I use this template engine in my projects) and I will propose you a PR.
I think that it's a good practice to add the missing information in [doc](https://github.com/pippo-java/pippo.github.io) incremental, when someone find a good solution to his problems, solution that is not present in...
I implemented this feature in Pebble template engine (I use this template engine in my projects). The implementation is not complete (need to add more defense code - deal with...
For a detailed discussion see https://groups.google.com/forum/#!topic/pippo-java/GesSJyRT5uA.
I think that is a good idea to have a Pippo-Spring match (case 2). I have relative an annoying bug relative on this subject. ```java // add routes for security...
@whyicantusemyemailasusername > I think the common case of using resource handlers is to register all the required handlers/controllers first, and register a resource handler as fallback handler, e.g. ... In...