Howard Lewis Ship wrote: > On 12/11/06, Kent Tong <[EMAIL PROTECTED]> wrote: > > 3) Shell component. Any proposed enhancements? > > > Hoping this will not be needed, though it is useful for linking to > stylesheets.
Not entirely true, even in 4.1.1 Using http://tapestry.apache.org/tapestry4.1/components/general/style.html we can have stylesheets added to the page from anywhere - no need to define them beforehand (in @Shell for instance) . > I'm hoping that we'll soon be able to say: > > <html> > <head> > <title>${page.title}</title> > <link type="text/css" href="${stylesheet}"/> > > > I want to loosen up the rules to allow expansions inside non-component > element attributes. > > I think the asset: prefix will be different too, it will be used to > identify > a resource relative to the actual template (the template may > be on the classpath). In many cases, it will be easier to use the > @Inject > annotation and expose a read-only property, but still ... > > > 4) The "source" parameter of the Loop component doesn't accept an array >> (because arrays don't implement Iterable). Maybe we can enhance to >> TypeCoercer to handle the conversion (map Array.class to >> Iterable.class)? > > > > That would be a good solution, either Object[] --> List or Object[] --> > Iterable would be good. > > > -- >> Author of a book for learning Tapestry >> (http://www.agileskills2.org/EWDT) > > > > Having fun yet? > > --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
