Thomas Andraschko
Thomas Andraschko
What should we do with forward? Either make a `@Forward` or `@Navigate` with redirect or forward param
Created a el-spec feature request, which would make this feature really easy to implement: https://github.com/eclipse-ee4j/el-ri/issues/154
I currently think about something like that: ``` @Target(value = ElementType.FIELD) @Retention(value = RetentionPolicy.RUNTIME) public @interface Redirect { /** * The relative or absolute path, which will be passed to...
EL feature is implemented now, i will do a prototype in MF next week
@BalusC @arjantijms i have propably some time to work on it. Would you like to see it? im sure its only a small change, similar to my CDI bridges
Also see: https://issues.apache.org/jira/projects/MYFACES/issues/MYFACES-4481
im sure this will not improve performance ;) its just another markup style / cosmetics for the user
Easy implemented prototype here: https://github.com/tandraschko/myfaces/commit/63a3fe86a726f9f19efc88444b2f304f98c1fcb7 please review @BalusC @arjantijms @pizzi80 @melloware
done in myfaces: https://github.com/apache/myfaces/commit/c30922c9decfa43f89bcd1dddff8ffcdf077ddf5
i really like how easy those both CDI enhancements was to implement and its a great benefit for users