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

Support @Inject of current flow like "@Inject Flow currentFlow" #1342

Closed
eclipse-faces-bot opened this issue Dec 12, 2014 · 6 comments
Closed
Assignees
Labels
Milestone

Comments

@eclipse-faces-bot
Copy link

CDI Conversation scope is injectable into @ConversationScoped beans like this:

@Inject
Conversation currentConversation

The same should be true for the current Flow for @FlowScoped beans.

Affected Versions

[2.2]

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Reported by @edburns

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-1342

@eclipse-faces-bot
Copy link
Author

@tandraschko
Copy link

easy
we just need to add a simple producer for flowHandler.getCurrentFlow(facesContext);

@tandraschko tandraschko added this to the 4.1 milestone Feb 23, 2023
@tandraschko
Copy link

done in MF

@tandraschko tandraschko added the myfaces-implemented API issue implemented by MyFaces label Oct 4, 2023
@tandraschko
Copy link

apache/myfaces@7905297

BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Nov 4, 2023
BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Nov 4, 2023
BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Nov 11, 2023
@BalusC BalusC added the mojarra-implemented API issue implemented by Mojarra label Nov 11, 2023
@BalusC BalusC closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants