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

Implement weld extension to add Faces messages based on method outcome #41

Open
yurem opened this issue Jul 25, 2017 · 0 comments
Open
Assignees
Milestone

Comments

@yurem
Copy link
Contributor

yurem commented Jul 25, 2017

This extension can help with JSF messages. This will allow to not use java code to add messages. Here is example:

	@FacesMessage({{
			result = "method_result_code_1",
			messages = {
				{severity = SEVERITY_INFO, message="EL_message_1"},
				{severity = SEVERITY_INFO, message="EL_message_2"}
			}}, {
			result = "method_result_code_2",
			messages = {
					{severity = SEVERITY_ERROR, message="EL_message_1"},
					{severity = SEVERITY_ERROR, message="EL_message_2"}
			}}
		})
@yurem yurem added this to the CE 3.2.0 milestone Jul 25, 2017
@yurem yurem self-assigned this Jul 25, 2017
@yurem yurem modified the milestones: CE 3.1.2, CE 3.2.0 Nov 7, 2017
@yurem yurem modified the milestones: 4.0, 4.1 Mar 5, 2019
@yuriyz yuriyz modified the milestones: 4.1, 4.2 Dec 12, 2019
@yurem yurem modified the milestones: 4.2, 4.3, 5.0 May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants