Monday, January 26, 2015

STRUTS2 Display exception detail on the JSP

To Display exception message

<s:label label="Exception :" value='%{exception}' />

To Display exception stack stack

<s:label label="Exception :" value='%{exceptionStack}' />

No comments:

Post a Comment

Scrum and Scrum master

Scrum  Scrum is a framework which helps a team to work together.  It is like a rugby team (the scrum name comes from rugby game). Scrum enco...