Saturday 13 September 2014

How to Make Spring form input as Read Only

Spring JSTL form:input tag the proper syntax is readonly=”true"
==============================================
<form:input path="caseId" readonly="true"/>

=======================================================================
And if you are using HTML tag input then this will be the tag readonly="readonly"

<input name="caseId"  readonly="readonly" class="required"/>
=======================================================================

spring mvc form input readonly syntax is readonly="true"

for Html tag it is  readonly="readonly"

how to set up html image height width

how to set up html image height width
======================================================

<html>
<body>

<img src="vipulImagePath.gif"  width="42" height="60">

</body>
</html>

======================================================
We have image tag attributes height width
======================================================

Saturday 6 September 2014

All Pages link

===================================================================
Glassfish server runtime requires full JDK instead of JRE
===================================================================
Starting Tomcat v7.0 server at localhost has encountered a problem in eclipse
===================================================================
Choose unique values for the 'webAppRootKey' context-param in your web.xml files!
===================================================================
Fixed error Project facet Java version 1.7 is not supported in eclipse
===================================================================
An internal error occurred during: "Importing Maven projects". Unsupported IClasspathEntry kind=4 fixed
===================================================================