Help!!!
I was editing Header.JSP, specifically the Login.Do my account section and now i cannot get the KonaKart storefront to show up, i.e.
http://localhost:8780/konakart/Welcome.doThis is the text in the Header.JSP I modified, specifically the "My Accounts" line and nothing else:
<td align="right" valign="bottom">
<html:link page="/LogIn.do">
<html:link page="/LogIn.do"><img src="images/header_myaccount.gif" border="0" alt="<bean:message key="header.my.account"/>" title=" <bean:message key="header.my.account"/>" width="30" height="30"></html:link>
<html:link page="/ShowCartItems.do"><img src="images/header_cart.gif" border="0" alt="<bean:message key="header.cart.contents"/>" title=" <bean:message key="header.cart.contents"/> " width="30" height="30"></html:link>
<html:link page="/CheckoutDelivery.do"><img src="images/header_checkout.gif" border="0" alt="<bean:message key="common.checkout"/>" title=" <bean:message key="common.checkout"/> " width="30" height="30"></html:link>
</td>
I can't seem to return the "My accounts Line" to its original syntax.
Can someone help correct this syntax or send me the complete Header.JSP file for 3.2.0.0 so I can either replace or make the correction to my original JSP.
Thanks,
jbarb
