From: Sohana C. <so...@ho...> - 2008-09-24 18:37:01
|
Hi, I am trying to use "id" inside html:radio or html:file tags for referring it to "label for" in a jsp file. As you can see, I am using struts framework. I used the following code: <html:radio name="queryForm" property="probeIdType" value="affy" id="AffyId" onclick="showInputHelp()"/><label for="AffyId">Affymetrix id</label></td> But when I added the id="AffyId" part, it does not work- the page does not get loaded in the browser. Without adding the id="AffyId" part, everything works fine. Any idea? Thanks. Sohana _________________________________________________________________ Stay up to date on your PC, the Web, and your mobile phone with Windows Live. http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/ |