I'm getting this following error: C:\Tomcat\work\localhost_8080%2Fka\_0002fjsp_0002fFactors_0002ejspFactors_jsp_227.java:267: Missing term. When I do this:
I've tried a few things to get that loop varable (i) to be included in the option, but have had no luck. Any help would be great! Thanks in advance.
It seems to me that you're trying to embed code inside of code.
Have you tried:
I'm not sure what string you are trying to produce, but the above code is at least legal. The error message was complaining about the < sign, which it was interpreting as a less-than operator.