Hi all, I have been trying for 3 days now to work out the easy example from the site for Tapestry 5.
Index.tml ----------------------------------------------------------- <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <title>tutorial1 Start Page</title> </head> <body> <h1>tutorial1 Start Page</h1> <p> This is the start page for this application, a good place to start your modifications. Just to prove this is live: </p> <p> The current time is: ${currentTime}. </p> <p> [<t:pagelink page="Index">refresh</t:PageLink>] </p> </body> </html> -------------------------------------------- and I removed all error messages until this very last one. I use Eclipse and JBOSS 5.0.1 GA to try and build my own small app after the examples, but I ran into a problem which I did not find on any of the mailing lists nor in the archive. The app finds my pages/Index.java class and the Index.tml alright and ${currentTime} is rendered but as soon as I add any tag here <t:pagelink> I get an error. -------------------------------------------------------- "Unable to resolve 'pagelink' to a component class name. Available component types: (none)." and after that I get the same error for 'ExceptionReport' which of course is also a component... ---------------------------------------------------------- I really don't know what else to do ... Has anyone of you an idea why the components are not loaded? I know they are in the core.jar as the Filter class is, but they are obviously not found anyway.... starting info of console has no error: ------------------------------------------ 14:17:17,109 INFO [ComponentClassResolver] Available pages: (blank): de.aops.pages.Index Index: de.aops.pages.Index 14:17:17,140 INFO [TapestryFilter] Startup status:Application 'tapestry' (Tapestry version 5.0.18). Startup time: 422 ms to build IoC Registry, 1.141 ms overall. Startup services status: ActionRenderResponseGenerator: DEFINED AjaxComponentEventRequestHandler: DEFINED AjaxComponentEventResultProcessor: DEFINED AjaxPartialResponseRenderer: DEFINED Alias: REAL AliasOverrides: REAL ApplicationDefaults: REAL ApplicationGlobals: REAL ApplicationInitializer: REAL ApplicationStateManager: DEFINED ApplicationStatePersistenceStrategySource: DEFINED AspectDecorator: DEFINED AssetBindingFactory: DEFINED AssetObjectProvider: REAL AssetSource: VIRTUAL BaseURLSource: DEFINED BeanBlockOverrideSource: DEFINED BeanBlockSource: DEFINED BeanModelSource: DEFINED BindingSource: DEFINED ChainBuilder: VIRTUAL ClassFactory: BUILTIN ClassNameLocator: REAL ClasspathAssetAliasManager: DEFINED ClasspathAssetFactory: DEFINED ClasspathURLConverter: REAL ClientPersistentFieldStorage: DEFINED ClientPersistentFieldStrategy: DEFINED ComponentClassCache: DEFINED ComponentClassFactory: DEFINED ComponentClassResolver: REAL ComponentClassTransformWorker: DEFINED ComponentClassTransformer: VIRTUAL ComponentDefaultProvider: DEFINED ComponentEventRequestHandler: DEFINED ComponentEventResultProcessor: DEFINED ComponentInstanceResultProcessor: DEFINED ComponentInstantiatorSource: REAL ComponentInvocationMap: DEFINED ComponentMessagesSource: DEFINED ComponentSource: DEFINED ComponentTemplateSource: VIRTUAL Context: DEFINED ContextAssetFactory: DEFINED ContextPathEncoder: DEFINED ContextValueEncoder: DEFINED CookieSink: DEFINED CookieSource: DEFINED Cookies: DEFINED CtClassSource: DEFINED DataTypeAnalyzer: DEFINED DefaultDataTypeAnalyzer: DEFINED DefaultFileItemFactory: DEFINED DefaultImplementationBuilder: VIRTUAL EndOfRequestListenerHub: DEFINED Environment: VIRTUAL EnvironmentalShadowBuilder: VIRTUAL ExceptionAnalyzer: DEFINED ExceptionTracker: DEFINED FactoryDefaults: REAL FieldTranslatorSource: DEFINED FieldValidationSupport: DEFINED FieldValidatorDefaultSource: DEFINED FieldValidatorSource: DEFINED FormSupport: DEFINED HiddenFieldLocationRules: DEFINED HttpServletRequest: DEFINED HttpServletRequestHandler: VIRTUAL IgnoredPathsFilter: DEFINED InjectionProvider: DEFINED InternalRequestGlobals: VIRTUAL LinkFactory: DEFINED LocalizationSetter: DEFINED LocationRenderer: DEFINED LoggerSource: BUILTIN LoggingDecorator: DEFINED MarkupRenderer: DEFINED MarkupWriterFactory: DEFINED MasterDispatcher: DEFINED MasterObjectProvider: REAL MessageBindingFactory: DEFINED MetaDataLocator: DEFINED MultipartDecoder: DEFINED NullFieldStrategyBindingFactory: DEFINED NullFieldStrategySource: DEFINED ObjectRenderer: DEFINED PageActivationContextCollector: DEFINED PageContentTypeAnalyzer: DEFINED PageDocumentGenerator: DEFINED PageElementFactory: DEFINED PageLoader: DEFINED PageMarkupRenderer: DEFINED PagePool: DEFINED PageRenderQueue: DEFINED PageRenderRequestHandler: DEFINED PageResourcesSource: DEFINED PageResponseRenderer: DEFINED PageTemplateLocator: DEFINED PartialMarkupRenderer: DEFINED PersistentFieldManager: DEFINED PersistentLocale: DEFINED PerthreadManager: BUILTIN PipelineBuilder: REAL PropBindingFactory: DEFINED PropertyAccess: VIRTUAL PropertyConduitSource: DEFINED PropertyShadowBuilder: VIRTUAL RegistryShutdownHub: BUILTIN RegistryStartup: REAL RenderSupport: DEFINED Request: VIRTUAL RequestExceptionHandler: DEFINED RequestGlobals: VIRTUAL RequestHandler: DEFINED RequestPageCache: DEFINED RequestPathOptimizer: DEFINED RequestSecurityManager: DEFINED ResourceCache: DEFINED ResourceDigestGenerator: DEFINED ResourceStreamer: DEFINED Response: VIRTUAL ResponseRenderer: DEFINED ServiceActivityScoreboard: BUILTIN ServiceLifecycleSource: DEFINED ServletApplicationInitializer: REAL SessionApplicationStatePersistenceStrategy: DEFINED StrategyBuilder: VIRTUAL SymbolSource: REAL TemplateParser: DEFINED ThreadLocale: VIRTUAL TranslateBindingFactory: DEFINED TranslatorSource: DEFINED TypeCoercer: REAL URLEncoder: DEFINED UpdateListenerHub: REAL ValidateBindingFactory: DEFINED ValidationConstraintGenerator: DEFINED ValidationMessagesSource: DEFINED ValueEncoderSource: DEFINED 83,45% unrealized services (116/139) ------------------------------------------------ Any help is highly appreciated. Thank you. Sincerly, Yvonne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org