Требуется определенная высота для столбца или, скажем, строки, когда мы используем, которую мы не можем удалить
пожалуйста, найдите код для получения дополнительной информации
<td><s:form id="formAutocomplete" action="gridVisualisation"
theme="simple" target="grid123">
<table>
<tr>
<td><s:select id="selectedProfile" name="selectedProfile"
list="profileList" theme="simple"></s:select></td>
<td><sj:autocompleter id="selectedKeyword"
name="selectedKeyword" list="%{keywords}" loadMinimumCount="2"
label="Search" /> <s:hidden id="hiddenField" value=""
name="selectedProfile"></s:hidden> <s:hidden id="StartValueX"
value="" name="StartValueX"></s:hidden> <s:hidden id="EndValueX"
value="" name="EndValueX"></s:hidden> <s:hidden id="DurationType"
value="" name="DurationType"></s:hidden></td>
<td><sj:submit targets="grid123" value="AJAX Submit"
timeout="2500" parentTheme="simple" indicator="indicator"
onBeforeTopics="before" onCompleteTopics="complete"
onErrorTopics="errorState" effect="highlight"
effectOptions="{ color : '#222222' }" effectDuration="3000"
onclick="javascript:setXYGraphVal();" /></td>
</tr>
</table>
</s:form></td>