Correction de javax.faces.bean en javax.faces.view pour ViewScoped
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ import org.slf4j.Logger; | ... | @@ -8,7 +8,7 @@ import org.slf4j.Logger; |
8 | import org.slf4j.LoggerFactory; | 8 | import org.slf4j.LoggerFactory; |
9 | 9 | ||
10 | import javax.enterprise.context.RequestScoped; | 10 | import javax.enterprise.context.RequestScoped; |
11 | -import javax.faces.bean.ViewScoped; | 11 | +import javax.faces.view.ViewScoped; |
12 | import javax.faces.context.FacesContext; | 12 | import javax.faces.context.FacesContext; |
13 | import javax.inject.Inject; | 13 | import javax.inject.Inject; |
14 | import javax.inject.Named; | 14 | import javax.inject.Named; | ... | ... |
-
Please register or login to post a comment