Issue with "text" field

Discussion in 'JSP' started by abhilash_sa, Sep 18, 2008.

  1. abhilash_sa

    abhilash_sa New Member

    Joined:
    Sep 18, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    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
     
  2. asha

    asha New Member

    Joined:
    Nov 9, 2006
    Messages:
    44
    Likes Received:
    2
    Trophy Points:
    0
    Occupation:
    Homemaker
    Location:
    Kolkata
    Home Page:
    http://whatanindianrecipe.com
    Textbox as in HTML input tag?
     
  3. abhilash_sa

    abhilash_sa New Member

    Joined:
    Sep 18, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    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>
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice