Skip to content

Conversation

@sslavic
Copy link
Contributor

@sslavic sslavic commented Mar 4, 2012

Before this change if FreeMarker Spring form macro was bound to a path
which contains square brackets, those brackets would also appear in id
of generated tag, making the id invalid.

As of this fix all FreeMarker Spring form macros generate tag with id
that does not contain square brackets.

Issue: SPR-8732

I have signed and agree to the terms of SpringSource Individual Contributor License Agreement.

Before this change if FreeMarker Spring form macro was bound to a path
which contains square brackets, those brackets would also appear in id
of generated tag, making the id invalid.

As of this fix all FreeMarker Spring form macros generate tag with id
that does not contain square brackets.

Issue: SPR-8732
rstoyanchev added a commit that referenced this pull request Mar 5, 2012
@rstoyanchev rstoyanchev merged commit e7e74c8 into spring-projects:master Mar 5, 2012
@rstoyanchev
Copy link
Contributor

Looks good, thanks!

rwinch pushed a commit to rwinch/spring-framework that referenced this pull request Jun 20, 2016
Flux and Mono are used both for implementation and exposed at API
level to express 1 versus N semantic and to provide default Rx
operators:
- Flux<T> for multiple values Publisher (issue spring-projects#48)
- Mono<T> for single value Publisher (issue spring-projects#50)
- Mono<Void> for Publisher with no value (issue spring-projects#49)
rwinch pushed a commit to rwinch/spring-framework that referenced this pull request Jul 13, 2016
Flux and Mono are used both for implementation and exposed at API
level to express 1 versus N semantic and to provide default Rx
operators:
- Flux<T> for multiple values Publisher (issue spring-projects#48)
- Mono<T> for single value Publisher (issue spring-projects#50)
- Mono<Void> for Publisher with no value (issue spring-projects#49)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants