Re: T 4.1 Strange Asset Context problem

2007-12-15 Thread Matt Brock
mistapony wrote: > > Anyone have any idea on this. It is utterly annoying to have to hard code > the Context in the page spec. > Well, you don't show how you're using the "msi" asset... You don't normally see assets included in onlick handlers, so I'm guessing you're using OGNL to get the valu

Re: T4 Excel component

2007-12-15 Thread Matt Brock
Joshua Jackson-3 wrote: > > Is there any component for T4 that integrates with excel? > Do you need Excel-specific functionality (multi-sheet), or can you just get by with CSV output? There are quite a few Object->CSV converters out there, and Excel will set itself as the default handler for C

Re: problem displaying german umlaute

2007-12-15 Thread Matt Brock
Andy Pahne-3 wrote: > > I have a problem with a german web application which doesn't show german > umlaute like ä ö ü correctly. You could try using the HTML entity instead. Not the ideal solution, I know... Ü -> Ü ü -> ü http://www.utexas.edu/learn/html/spchar.html More here . -

Re: CustomFilter

2007-12-15 Thread Matt Brock
What version of Tapestry? -- View this message in context: http://www.nabble.com/CustomFilter-tp14276880p14357185.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [T5] using   in template

2007-12-15 Thread Matt Brock
Sven Homburg-2 wrote: > > is there a known reason why i cant use the " " inside a template? > Try   -- View this message in context: http://www.nabble.com/-T5--using--nbsp--in-template-tp14355591p14357100.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Component with mixed functionality?

2007-12-15 Thread Matt Brock
hbf wrote: > > The problem is: the already is a component (@If) but I need to > attach additional behaviour (class should alternate between "even" and > "odd"). What's an easy way to accomplish this? > The problem is that I don't think your even/odd requirement will work with any of the regul

[T5] using   in template

2007-12-15 Thread Sven Homburg
hi there, is there a known reason why i cant use the " " inside a template? -- best regards S.Homburg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New community site based on t5

2007-12-15 Thread Sven Homburg
hi there, right to howard and sorry for drastically words, but the mail seems to me like a "hello, i am here too" but sorry if i misunderstood. regards S.Homburg Howard Lewis Ship schrieb: I'm afraid what Sven was saying was that the site is very small and incomplete and doesn't demonstrate

Re: New community site based on t5

2007-12-15 Thread Howard Lewis Ship
I'm afraid what Sven was saying was that the site is very small and incomplete and doesn't demonstrate, to the outside world, anything razzle-dazzle. That's the problem with dev tools, you only see the tip of the iceberg (the finished project) and don't see the real impact below the water line. O

Re: New community site based on t5

2007-12-15 Thread Jonathan Glanz
Tapestry from the work I have done with it has proven to be the most seamless web development tool I have every used; its simplicity and robustness are unmatched You just need to take the time to learn it Sent via BlackBerry by AT&T -Original Message- From: Sven Homburg <[EMAIL PROTECT

Re: New community site based on t5

2007-12-15 Thread Sven Homburg
if i dont know tapestry, i were not realy impressed what tapestry can do for me regards S.Homburg Jonathan Glanz schrieb: If you'd like to see a new.site based on t5 goto www.wingmanfinder.com its 100 percent free, so its just an example of what t5 can do Sent via BlackBerry by AT&T --

Re: "error" image near fields and text browser : remove it ?

2007-12-15 Thread Chris Lewis
I haven't tried this yet, but on seeing this message I couldn't believe that this service (DefaultValidationDecorator) couldn't be completely replaced using existing T5 IoC infrastructure. From a quick glance at the T5 source code it /looks like/ there are (at least) 1 way of replacing this ser

t5 : how to handle add and edit form in one page only ?

2007-12-15 Thread Penyihir Kecil
i get another problem here ^_^ when i tried to make add and edit form in one page... in my grid table there is a link to edit the row... i used this code to add and edit (in one page) : package edu.its.dreamteam.web.pages.admin; import org.apache.tapestry.ValueEncoder; import org.apache.tapestry.

Re: T5: Quartz and the IoC Registry?

2007-12-15 Thread Howard Lewis Ship
The Registry is not exposed, a service may be passed its ServiceResources via a constructor parameter. This is an extension of ServiceLocator, which includes all the key methods of Registry, allowing services to be obtained by type or by service id. In addition, starting in 5.0.7., service proxies

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-15 Thread Ted Steen
This seems really clean and easy to understand. Looking forward on having a closer look at it next weekend! Great work Geoff! 2007/12/15, Penyihir Kecil <[EMAIL PROTECTED]>: > wow... > nice to hear that > i'll try as soon as possible. > thnx geoff > > On Dec 15, 2007 6:54 AM, Geoff Callender < >

Re: T5: JumpStart 3.0.0 Preview ready for comments

2007-12-15 Thread Penyihir Kecil
wow... nice to hear that i'll try as soon as possible. thnx geoff On Dec 15, 2007 6:54 AM, Geoff Callender < [EMAIL PROTECTED]> wrote: > Hi all, > > I've reworked JumpStart to address Tapestry 5, and I need feedback on > how to make it as good as it can be... > > If you don't know JumpStart, its

Re: Sortable image in Grid Component doesn't transparent

2007-12-15 Thread Penyihir Kecil
oo...thnx for your information... On Dec 14, 2007 1:23 AM, Daniel Jue <[EMAIL PROTECTED]> wrote: > To override the default image I think you can specify a new image as a > parameter. > > This is a problem with IE not handling PNG translucency correctly. > There are scripts that can fix this, but

Re: T4.1.3 - Upgrade Dojo

2007-12-15 Thread fdegrassi
Let me join you in this.The dedication that Andreas and Jesse put in supporting Tapestry 4 is really something. Sure, it's fantastic to have a brand new web framework every two years, but some of us build real web application with Tapestry and would be screwed if someone didn't take the responsibil