• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Eclipse error - Multiple annotations found at this line.

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just created a jforum 2.1.8 project in eclipse 3.3

and i see in few .htm files this error, plus lots of warning messages

e.g - <td class="catbottom" valign="middle" align="right" colspan="<#if moderator && openModeration?default(false)>7<#else>6</#if>" height="28">

error - Multiple annotations found at this line
Starting <td> not closed.
Invalid character used in text string (<#if moderator && openModeration?default(false)>7<#else>6</#if>)

am i missing anything? tag library?

thanks in advance
[originally posted on jforum.net by Voter]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just don't use Eclipse's html editor for JForum templates, as we use Freemarker as template engine

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i wrote a statement:
String[] productDescription =getDescription(); in a jsp file and threre
was error "multiple annotations found at this line :
-Jsp compile:string cannot be resolved or is not a type.
- The method getDescription() is undefined for the type."



whwt does this means.....???

[originally posted on jforum.net by madhav]
 
No one can make you feel inferior without your consent - Eleanor Roosevelt. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic