Issue with "text" field

Newbie Member
18Sep2008,16:48   #1
abhilash_sa's Avatar
Hi Folks,
Thanks for the opportunity to be part of this group.

I've an issue with one Java application - for which I'm in here. I was making a minor change in one of the JSPs to modify a textBox to textArea - of course syntax taken care of. While I'm locally deploying this application using Weblogic, after modification, the server shuts down. The result is the same even after I rollback the change, unless I delete that JSP file and recreate it in the workshop. I thought the issue was more to do something with the configuration or whatever.

Please suggest.

Thanks in Advance,
Abhilash
Go4Expert Member
22Sep2008,12:48   #2
asha's Avatar
Textbox as in HTML input tag?
Newbie Member
22Sep2008,18:52   #3
abhilash_sa's Avatar
I replaced the following:
<%--<td> <label CLASS=MANDATORY>&nbsp;&nbsp;</label> <netui:textBox dataSource="{actionForm.holdReason}" size="26" readonly="true" styleClass="clsReadOnlyText" /></td>--%>

with:
<td> <label CLASS=MANDATORY>&nbsp;&nbsp;</label> <netui:textArea dataSource="{actionForm.holdReason}" readonly="true" styleClass="clsReadOnlyText" rows="5" cols="28" /></td>