ajax jsp tag problem (formupdate.view ?)
<div style="width: 400px;">
<form id="form1" action="formupdate.view">
<fieldset><legend>Velocity Conversion</legend>
<p>Enter miles per hour and click Calculate</p>
<label for="mph">Miles/Hour (mph)</label> <input type="text" id="mph" name="mph" />
<input type="submit" value="Calculate" />
</fieldset>
</form>
</div>
<div id="successMsg" style="border: 1px solid #0e0; background-color: #efe; padding: 2px; margin-top: 8px; font: normal 12px Arial; color: #090">Calculation results</div>
<ajax:submit source="form1" target="successMsg" />
i'd like to know what kind of code in in formupdate.view? is it java, javascript or xml?