Prepend contextPath in form tag [SPR-6944] #11609
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Michael Isvy opened SPR-6944 and commented
Currently, if I need to write a form that links to my web application, I usually write it that way:
Generated HTML is as follows:
It would be easier if the form tag could include the context path out of the box (for any path starting with "/" for instance). In that way, I would not need to use the <c:url /> tag anymore.
Issue Links:
The text was updated successfully, but these errors were encountered: