Hi All, I need to create a table dynamically which means no of columns will vary and will be decided at run time. For that i have written a code but its not working. I am pasting here code and exception stacktrace: Code: JSP Bean package pack; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.el.ValueExpression; ...