• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What does question make on template base page in eclipse project explorer mean?

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a new base layout page called createdby_layoutIa.jsp

I created the definition to define it

<definition name="createdby.layoutIa" path="/createdby_layoutIa.jsp">
<put name="title" value=""/>
<put name="body" value=""/>
</definition>

I create another definition that extends it.
<definition name="intake.assignment.summary" extends="createdby.layoutIa">
<put name="title" value="Intake Assignment Summary"/>
<put name="body" value="/WEB-INF/intake/intake_assignmentsummary.jsp"/>
<put name="displayheader" value="false"/>
</definition>
It works but the page createdby_layoutIa.jsp has a small blue question mark by it in the project explorer.
Does anyone know what this question mark means?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic