If we add a new element to @UrlBinding, every existing @UrlBinding would 
have to change since you can only omit the "value" element name if it is 
the only element in the annotation. That is, @UrlBinding("/foo") would 
have to become @UrlBinding(value="/foo"). So we can't do that.

-Ben

Zenin, Ruslan wrote:
> Perhaps it should be added to annotation attribute:
>  
> @UrlBinding("/action/MyAction", urlEncode=true/false) <-- with default 
> urlEncode=false
>  
> This way it would be possible to write app both ways...
> L8r, Ruslan 
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to