Re: href

2003-02-10 Thread Michael Burke
Michael Burke wrote: I've got a jsp page that iterates through a list of web links, I can t figure out how to use just the link without it being appended to http://localhost... Here's the page in question: <%@ taglib uri="/bean" prefix="bean" %>

Re: href

2003-02-10 Thread Michael Burke
Michael Burke wrote: I've got a jsp page that iterates through a list of web links, I can t figure out how to use just the link without it being appended to http://localhost... Here's the page in question: <%@ taglib uri="/bean" prefix="bean" %>

href

2003-02-09 Thread Michael Burke
I've got a jsp page that iterates through a list of web links, I can t figure out how to use just the link without it being appended to http://localhost... Here's the page in question: <%@ taglib uri="/bean" prefix="bean" %> <%@ taglib uri="/html" prefix="html" %> <%@ taglib uri="/logic" prefix="

javascript with a href

2002-10-21 Thread Michael Burke
When I click on the edit, delete bid or Accept Bid links in the logic tags below nothing happens. Any suggestions why? %@ taglib uri="/bean" prefix="bean" %> <%@ taglib uri="/html" prefix="html" %> <%@ taglib uri="/logic" prefix="logic" %> <%@ taglib uri="/template" prefix="template" %>