Chris Pioli <[EMAIL PROTECTED]> writes: > > > Hi,Be sure to have the seam.properties empty file somewhere in your jar (for > example in META-INF) so that seam components are looked for in your jar at > startup (I've forgot it a couple of time.. long time debugging )Nel > > 2008/6/27 Radu Ux <[EMAIL PROTECTED]>: > > Look for startup logs, it is possible that your jar isn't deployed > > correctly because some reasons. > > Thx, Radu > > Thanks, adding in the seam.properties file to the jar fixed it, but it gives > me a 404 error unless I annotate the String keyword with @In(create = true, > required = false). When I do make those annotations the page appears > properly, but when I enter the keyword I want to search under and click > the "search" button, the page reappears. Judging by the error I retrieve from > my search method, my search keyword is not reaching the Java String keyword, > so it remains set to the default null state and no search occurs. Would > @AutoCreate solve this issue, or is there something else I should do to my > code? > > Chris >
Wait, nevermind - I found out what my problem was - I eliminated the annotation for "private String keyword;" altogether and everything worked fine. There's still problems, but nothing to do with subject. Thanks a lot, everyone! Chris _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
