Re: Block does not include javascripts

2008-08-04 Thread Aslak Gronflaten
A bit more research and I found: https://issues.apache.org/jira/browse/TAPESTRY-2390 Apparently fixed in the source repository... I was using 5.0.13 , so I'll try the subversion build. Aslak On Tue, Aug 5, 2008 at 1:44 PM, Aslak Gronflaten <[EMAIL PROTECTED]> wrote: > Hi, > > I have a simple

Block does not include javascripts

2008-08-04 Thread Aslak Gronflaten
Hi, I have a simple page, a form that upon submit replaces a Zone with the content of a Block. Works beautifully, _except_ for the fact that the Block contains components that rely on javascript and css (using @IncludeJavascriptLibrary f.ex.). The page doesn't include the javascripts, and thus wh

Re: Igor´s and Renat´s Presentation of Tapestry 5 yesterday evening in Düsseldorf

2008-08-04 Thread Jun Tsai
Thanks Nils,I will use it to intorduce tapestry5 for our team.

Multiple zone updater

2008-08-04 Thread Joosts Mailing lists
Hi all, I remember a discussion here a few weeks ago on updating multiple zones on one request. I had such a need myself and developed a MultipleZoneUpdater Mixin. It is working for me now but it requires more testing. I thought I'd share it anyway in case someone is interested or has ideas on im

[T4.1] Problems w/ ognl 2.7 experssion compilation

2008-08-04 Thread Miguel Angel Hernández
Hi, Tapestry 4.1.2 here. We're having a problem involving ognl expression compilation. We have a page with a simple parameter assignation expression, something like: products is a property of type: java.util.Set and sometimes its an instance of java.util.HashSet other times its an instance of

Re: Explorer like tree component

2008-08-04 Thread Francisco Manzano
Yes, we are really waiting for it !! Thanks Hugo Palma wrote: Hi again Toby, please don't forget to add your code to the wiki. Thanks again. Toby Hobson wrote: I have written a component based on treemenu. I'll happily send you the code but it comes with no warranty!! Toby - Original

Re: T5 getApplicationName

2008-08-04 Thread Lutz Hühnken
Hi Argo, if I understand you correctly, what you call application name is usually (or, in "java servlet speak") referred to as the "context". It is a property of the HttpServletRequest, which provides that information to you by the method "getContextPath()". Check the following pages: http://java

T5 getApplicationName

2008-08-04 Thread Argo Vilberg
hi, How to get Application Name in tapestry framework. http://localost:8080/appname/start appname?? Argo

[Tap5] jetty restarting when compiling java classes

2008-08-04 Thread kace
Hi, I am trying to convert an appfuse-tapestry4 project into an appfuse-tapestry5 application. Has anyone done this here by any chance? Anyway, I have the maven archetype tap5 project up and running and making changes to java classes doesn't result in a jetty restart. However, when making c

Re: T5 css problem

2008-08-04 Thread Argo Vilberg
Sorry, This working I myself made little bug And thanks! Argo

Re: T5: pagelink

2008-08-04 Thread 9902468
Hi, Use @Secure annotation and add this to your appmodule: (Also use whatever ports you wish.) public void contributeAlias(Configuration configuration) { BaseURLSource source = new BaseURLSource() { public String getBaseURL(boolean secure) {

Re: Explorer like tree component

2008-08-04 Thread Hugo Palma
Hi again Toby, please don't forget to add your code to the wiki. Thanks again. Toby Hobson wrote: I have written a component based on treemenu. I'll happily send you the code but it comes with no warranty!! Toby - Original Message From: Hugo Palma <[EMAIL PROTECTED]> To: Tapestry u

Re: T5 css problem

2008-08-04 Thread Argo Vilberg
No success. Argo 2008/8/4 Angelo Chen <[EMAIL PROTECTED]> > > how about do it this way: > > type="text/css"/> > > this presumes you have a css directory. > > > Argo Vilberg wrote: > > > > hi > > > > > > In Start page i use my own css file without @asset tapestry command. > > > > If i go direc

Re: T5 css problem

2008-08-04 Thread Angelo Chen
how about do it this way: this presumes you have a css directory. Argo Vilberg wrote: > > hi > > > In Start page i use my own css file without @asset tapestry command. > > If i go directly to start page then css is working. > > > But if i go to start page from another page(becouse of l

Re: T5 beta. why so long..

2008-08-04 Thread Angelo Chen
I suspect that Gmail will never be out of beta status:) then again, many users use gmail without knowing GMail is in beta, do you think that will happen to 5 as well? I don't think so, the two are really different. Daniel Jue wrote: > > It will probably be out of beta status before Gmail is. :-

T5 css problem

2008-08-04 Thread Argo Vilberg
hi In Start page i use my own css file without @asset tapestry command. If i go directly to start page then css is working. But if i go to start page from another page(becouse of login redirection) then css file is not working. Generated HTML files are identical:) Argo

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-04 Thread Angelo Chen
Hi Peter, Then again back to my previous answer as well, T5 is good, better than other released frameworks, but it has the weakest point, it is a beta. within community we know what the t5 status is, but when we want to communicate with the outside world, this is really a problem, how to convince

Re: T5 application behaviour behind an apache web server

2008-08-04 Thread Grigoris Ioannou
Finally this solved the problem: I used both of your suggestions: I replaced ROOT.war with my application and I set "tapestry.suppress-redirect-from-action-requests" to true This seems to solve the problem. Thanks, Grigoris On Fri, Aug 1, 2008 at 4:18 PM, Jonathan Barker <[EMAIL PROTECTED] > wr

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-04 Thread Peter Stavrinides
1. Its a production app & company policy (quite correctly) is not to run on a snapshot 2. Its not up to me. Peter - Original Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Monday, 4 August, 2008 11:03:00 AM GMT +02:00 Athens, Beirut, Bucharest, Is

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-04 Thread Angelo Chen
why not just pull down the nightly built version? it's just ok for me. Peter Stavrinides wrote: > > Back to the original question, anyone got any clue when 5.0.14-SNAPSHOT > might be ready? > > > > -- View this message in context: http://www.nabble.com/Tapestry-5.0.14-SNAPSHOT-tp1877043

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-04 Thread Peter Stavrinides
Back to the original question, anyone got any clue when 5.0.14-SNAPSHOT might be ready? - Original Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Sunday, 3 August, 2008 7:10:45 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestr