Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<view-state> tag - popup="true" should support expression language [SWF-1251] #454

Open
spring-operator opened this issue Jun 10, 2010 · 0 comments
Labels
status: waiting-for-triage We need additional information before we can continue

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Jun 10, 2010

Michael Isvy opened SWF-1251 and commented

The view-state tag contains a "popup" attribute as follows:

<view-state id="changeSearchCriteria" popup="true">
     <transition on="search" to="reviewHotels">
          <evaluate expression="searchCriteria.resetPage()"/>
     </transition>
</view-state>

It would be nice if it was possible to use expressions inside the "popup" attribute as follows:

<view-state id="changeSearchCriteria" popup="booking.myCondition">
     ...
</view-state>

Issue Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage We need additional information before we can continue
Projects
None yet
Development

No branches or pull requests

1 participant