Hi again
The error seems to ocorre when using the html:link tag. I`m using this tag
like this:

<html:link href="#" onclick="doSubmit('previous')" >Back</html:link>

Can you see an error in the way I`m using this tag?

Thanks in advance

        ___ Jan Fredrik �veraasen | Senior Systems Developer 
        ___ Cell Network ASA | Pb. 5313, S�rkedalsv. 10A, N-0304 Oslo,
Norway
        ___ Tel: +47 23196600/35 | Fax: +47 23196601 | Mob: +47 93 49 99 88
   ___ http://www.cellnetwork.com/ |
mailto:[EMAIL PROTECTED]

 


-----Original Message-----
From: Afzal, Tanver [mailto:[EMAIL PROTECTED]]
Sent: 1. juni 2001 15:15
To: [EMAIL PROTECTED]
Subject: RE: Error when deploying to SilverStream application server


Hi Jan,
when u r using these tag lib under silverstream donot comment the struts
tags using html style comments like 
        <!-- <html:hidden property="submitter" value=""/>
 -->
this throw the index of range exception.

if it is not help full send me the whole code.

Thanks

Tanver







> -----Original Message-----
> From: Jan Fredrik �veraasen [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, June 01, 2001 8:37 AM
> To:   STRUTS (E-mail)
> Subject:      Error when deploying to SilverStream application server
> 
> Hi
> When I deploy a war file to my app. server I get the following error
> message:
> 
>      [exec]     Catastrophic error:
> /jsp/accomodation_application_step2.jsp:
> An unexpected fatal exception 'String index out of range: 0' occured.
> 
> 
> In the jsp page I use the struts-html.tld tag lib and these are the tags
> that I use:
> 
> 
> 1.            <html:form action="accomodation_application_step2.do">
> 2.    <html:text property="fromday" size="1" maxlength="2"
> styleClass="boxboligdato20"/>
> 
> 3.    <html:select property="nationality" styleClass="boxboligsok254">
>                       <html:option
> value="valnull">...........</html:option>
>            </html:select>
> 
> 4.      <html:hidden property="submitter" value=""/>
> 
> Thanks in advance
> 
> Jan Fredrik
> 
>       ___ Jan Fredrik �veraasen | Senior Systems Developer 
>       ___ Cell Network ASA | Pb. 5313, S�rkedalsv. 10A, N-0304 Oslo,
> Norway
>       ___ Tel: +47 23196600/35 | Fax: +47 23196601 | Mob: +47 93 49 99 88
>    ___ http://www.cellnetwork.com/ |
> mailto:[EMAIL PROTECTED]
> 
>  

Reply via email to