Hello,
Is there any place where we can test online for JSP tags, as my requirement is in my jsp i am using taglib of html like
<html:text property="txtSearch" value=""/> which in return converting as <input type="text" value="" name="txtSearch"></input>. So need to keep hands on with other tags, hence trying to find if we have any online link/tool where i can test them.
And also a good link to find the parameters which we can keep in the html taglib like<html:text property="txtSearch" value=""/> for this html what all parameters i can use.
Regards,
Kartik