Archive | September 19th, 2010

Struts HTML File Tag ( < html:file > )

September 19, 2010

0 Comments

Struts HTML File Tag ( < html:file > ) Struts HTML Tag Library Struts HTML tag library provides tags which are used to create input forms and HTML user interfaces. The tags in the Struts HTML library form a bridge between a JSP view and the other components of a Web application. Since a dynamic [...]

email

Struts HTML Errors Tag ( < html:errors >)

September 19, 2010

0 Comments

Struts HTML Errors Tag ( < html:errors >) Struts HTML Tag Library Struts HTML tag library provides tags which are used to create input forms and HTML user interfaces. The tags in the Struts HTML library form a bridge between a JSP view and the other components of a Web application. Since a dynamic Web [...]

Introduction to JSFUnit

September 19, 2010

0 Comments

Introduction Testing has become an important aspect for every application and an application cannot be released unless it is not thoroughly tested. JSFUnit provides an attempt to bring in testing capabilities for JSF applications. Not many frameworks exists in the market for testing JSF applications and this framework which originated from JBoss community provides wider [...]