First...

I had some components specified in a directory (<ctxroot>/components). A
couple of components had an "empty" component specification file (.jwc) -
so I tried to use @ComponentClass on the component so I don't need the
.jwc file any longer.

A page class in my application first used the .jwc'd component like so:

  @Component(type="components/Feedback")
  public abstract Feedback getFeedback();

Question:

How should I specify @ComponentClass and/or @Component annotation, so the
component is properly spotted when the page loads? - currently I have been
unable to. Remember the <ctxroot>/components folder only contains the
component's html template.

Thanks,
-J.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to