文書の過去の版を表示しています。
replace struts taglib with Struts-Faces tag or JSF tag
| Struts Tag | Struts-Faces Tag | JSF Standard Tag | description |
|---|---|---|---|
| <html:base> | <s:base> | ||
| <html:button> | <h:commandButton> | ||
| <html:cancel> | <h:commandButton id=“cancel”> | 스트럿츠 태그와 같이 취급되려면 id속성이 “cancel”이어야 한다. 또한 immediate 특성은 false이어야 하는데, 만약 true라면 스트럿츠 요청이 아닌 정상적인 JSF요청으로 처리되기 때문이다. |
|
| <html:checkbox> | <h:selectBoolean> | ||
| <html:errors> | <s:errors> | ||
| <html:file> | 현재 대체할 태그가 없음 | ||
| <html:form> | <s:form> | ||
| <html:frame> | 현재 대체할 태그가 없음 |