Re: Html include? same header and footer for each page

2006-08-25 Thread Karthik N
look at the @Border component On 8/26/06, Josh Joy <[EMAIL PROTECTED]> wrote: Hi All, Newbie question...I would like to maintain the same header and footer for each page (basically simulate an include)...what is the recommended approach to doing this? Thanks in advance. Thanks, Josh

Re: Custom annotations lost on abstract methods on a page class

2006-08-25 Thread Karthik N
Hi Robert, Yes, that's what we are doing right now! We're going up the hiearchy. The fragile part is the way we implement it to figure how to identify a Tapestry enhanced base page. !page.getSimpleName().startsWith("$") Is there are better way? Thanks. -- Forwarded message

Html include? same header and footer for each page

2006-08-25 Thread Josh Joy
Hi All, Newbie question...I would like to maintain the same header and footer for each page (basically simulate an include)...what is the recommended approach to doing this? Thanks in advance. Thanks, Josh - To unsubscribe, e-

Re: [ANN] Tacos 4.0.0 released

2006-08-25 Thread andyhot
Mael Caldas wrote: > The Masks, from Core Components doesn't work on Firefox 1.5.0.4 > fixed the example page, so it's working now > On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: >> >> I think that's the flash player issue someone talked about in another >> thread. yep, it was the flash

DirectLinks dont always use ajax but instead cause a full commit? Am i missing something obvious..

2006-08-25 Thread Josh Long
Hello all, Before I go digging too deep -- is it possible theres been an introduction/modification of late to the DirectLinks that would cause them to work with ajax only some of the time? I havent added any persistant properties or anything to the page so its not like the previously adequate URL

Tacos DojoTabs component

2006-08-25 Thread Denis Souza
Anyone out there using Tacos' DojoTabs component? It seems that every time I use it all my tabs have their height set to zero. I tried using Firefox 1.5 and IE 6 and I get the same results on both. If I use Firefox's DOM inspector I can change the style to "height:auto" and it looks fine (until I

Re: tapestry ajax IE image caching and headers...

2006-08-25 Thread Josh Long
It's good having folks like you around Jesse! Thanks for the quick reply (as always). Here's what little i know thus far: apparently IE has a bevy of bugs that proclude it from usefully loading images via ajax without some extra help. One such bug is that if you dynamically create an image, (x=do

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Norbert Sándor
Is this serious? :) If yes: http://tapestry.apache.org/unsubscribe.html If not: *%$*+!+"*$* Regards, Norbi li li wrote: > > Why send me so much email day by day? How to unsubscribe the tapestry > mail list? > > > > > *离人网 * > > ---

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
On Aug 25, 2006, at 4:07 PM, Jesse Kuhnert wrote: Just like Norbert told you. Look at one of the examples, or look at the website http://tapestry.apache.org/tapestry4.1/tapestry-framework/ dependencies.html. Yep - got that. Or look at the download page, http://tapestry.apache.org/tapes

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread li li
Why send me so much  email day by day? How to unsubscribe the tapestry mail list? 离人网 From: Rowland Smith <[EMAIL PROTECTED]>Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: How to setup 4.1 MAVEN2 snapshotDate: Fri, 25 Aug 2006 16:10:39 -0400>It would really be sweet if you co

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
It would really be sweet if you could just do something like : $ mvn install-jars and get all of the tapestry- jars and all of the dependency jars. -rowland On Aug 25, 2006, at 3:59 PM, Norbert Sándor wrote: Probably the simplest: after you built the project, go the one of the example pr

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
Thanks a million Norbert! -rowland On Aug 25, 2006, at 3:59 PM, Norbert Sándor wrote: Probably the simplest: after you built the project, go the one of the example projects. There you will find a .war file which contains all the necessary jars. (For example tapestry/tapestry-examples/TimeTr

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Jesse Kuhnert
Just like Norbert told you. Look at one of the examples, or look at the website http://tapestry.apache.org/tapestry4.1/tapestry-framework/dependencies.html. Or look at the download page, http://tapestry.apache.org/tapestry4.1/download.html. You can go to ibiblio.org/maven2 to download all of the

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
OK, I guess I asked the question the wrong way: How do I get the 4.1.1. snapshot jars ? Andyhot provided: Latest jars can be found in http://people.apache.org/repo/m2-snapshot-repository/org/apache/ tapestry/tapestry-framework/4.1.1-SNAPSHOT/ http://people.apache.org/repo/m2-snapshot-repository

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Norbert Sándor
Probably the simplest: after you built the project, go the one of the example projects. There you will find a .war file which contains all the necessary jars. (For example tapestry/tapestry-examples/TimeTracker/target/tapestry-TimeTracker-4.1.1-SNAPSHOT.war) You may check out the book at http:

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Jesse Kuhnert
Why do you need to build tapestry at all? On 8/25/06, Rowland Smith <[EMAIL PROTECTED]> wrote: I've built tapestry 4.1.1 from source. I found all of the 4.1.1 SNAPSHOT jars. How do I get maven to put all of the third-party jars that 4.1.1 depends on into some directory? And I really don't wa

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-25 Thread Rowland Smith
I've built tapestry 4.1.1 from source. I found all of the 4.1.1 SNAPSHOT jars. How do I get maven to put all of the third-party jars that 4.1.1 depends on into some directory? And I really don't want to read a book to build the project ;) Thanks, Rowland

Re: Friendly URLs messing style of ExceptionPage

2006-08-25 Thread Vinicius Carvalho
Well, for one of the systems I really can't tell right away, as it is hosted in an ISP, but I believe they use jk there. The other, nope, is just plain tomcat :) Regards On 8/25/06, Henri Dupre <[EMAIL PROTECTED]> wrote: Do you use by any chance apache + jk in front end of tomcat? I had a probl

Re: tapestry ajax IE image caching and headers...

2006-08-25 Thread Jesse Kuhnert
Or you could just tell me what you need and I can add it :) I'm especially interested in making caching/anything to do with AssetService better. Can you elaborate more on what these post/pre check parameters are for and which browsers/content types they apply to? On 8/25/06, Josh Long <[EMAIL P

tapestry ajax IE image caching and headers...

2006-08-25 Thread Josh Long
I'm using tapestry with ajax and a significant amount of images and only in this light in IE has a caching bug cropped up. What's the most approrpiate place to set a header of Cache-Control: post-check=900,pre-check=3600 in tapestry for images? Is it conceivable that the asset service could

Re: Custom annotations lost on abstract methods on a page class

2006-08-25 Thread Robert Binna
Hi I know this problem. I think it has to do with the Javassist enhancement. A solution to get the information of the annotation at runtime is to walk up the class hierarchy and ask each superclass for the declared methods that correspond the abstract method and get its annotations. As far as

Re: Tapestry (4.0.2) / Hivemind (1.1.1) in OC4J 10.1.3 - Dig a little bit more, anyone please give me a ladder to climb up

2006-08-25 Thread Vinicius Carvalho
I believe that's why we have masters and mortals! Jesse, words can't describe how grateful I am! Bullseye Dude, that just did the trick, so the problem is the LoggingInterceptorFactory, I just did an override on it, as you said and the app is running perfectly on Oracle AS 10.1.3. Once again, tha

Re: [ANN] Tacos 4.0.0 released

2006-08-25 Thread Patrick Moore
With all the work in the main Tapestry components to use dojo is tacos going to be folded into the Tapestry mainline? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Custom annotations lost on abstract methods on a page class

2006-08-25 Thread Karthik N
Hi, I'm trying to use custom annotations on tapestry abstract methods of a page class After tapestry creates the enhanced class for these abstract methods, the annotations are lost. The annotations are however honored on methods with an implementation. I'm wondering is this annotations not car

How can I configure the date picker component

2006-08-25 Thread Roberto Ramírez Vique
Hello, I have a DatePicker component which is expanded (as always) in the server side to 3 components: the input type, the href element and the img. I want to change some attributes for the href element and the img one, I don't know if it's possible. In fact I want to align the element in a diff

Re: [ANN] Tacos 4.0.0 released

2006-08-25 Thread Karthik N
Neither do Masks work on FF 1.5.0.6 Also, Tabs with no contents worked on my colleague's machine. On mine, the text flashes and then disappears, and I see no Tabs too. I am on FF 1.5.0.6 Mac OS X 10.4.6 On 8/25/06, Mael Caldas <[EMAIL PROTECTED]> wrote: The Masks, from Core Components doesn't

Re: [ANN] Tacos 4.0.0 released

2006-08-25 Thread Mael Caldas
The Masks, from Core Components doesn't work on Firefox 1.5.0.4 On 8/25/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I think that's the flash player issue someone talked about in another thread. Since the other demos (http://opencomponentry.com:8080/workbench ) work fine in opera 9 I'm

Re: How to be redirected from login form to BasePage?

2006-08-25 Thread CIJOML
Hmmm my good friends uses T3 version and never worked with T4. I bought book Tapestry in action which is about T3...if you can recommend any book about T4, I can think about this revission. Thanks a lot Michal Dne čtvrtek 24 srpen 2006 22:43 hv @ Fashion Content napsal(a): > If you are startin

Any ideas on a fix for TAPESTRY-825 (Cookie StateObjectPersistenceManager)?

2006-08-25 Thread Robert Cole
Background here: http://www.tapestryforums.com/viewtopic.php?p=12561 Bug report here: https://issues.apache.org/jira/browse/TAPESTRY-825 Tapestry 4.0, JDK 1.5.0_06 I'm pretty sure I've just hit the same thing. I've got a CookieStateObjectPersistenceManager that serializes a state object to a co

How can I configure the date picker component

2006-08-25 Thread Roberto Ramírez Vique
Hello, I have a DatePicker component which is expanded (as always) in the server side to 3 components: the input type, the href element and the img. I want to change some attributes for the href element and the img one, I don't know if it's possible. In fact I want to align the element in a diff

tacos maven artifact on ibiblio

2006-08-25 Thread Denis McCarthy
Hi, I could have sworn that tacos had a maven artifact on ibiblio a week or two ago at http://www.ibiblio.org/maven2/net/sf/tacos. It no longer seems to be available, thus causing a fresh maven build of my project some problems. Does anyone know why it might have been removed, or am I smoking

Tapernate and DAO without interface

2006-08-25 Thread Marcin Gałązka
It's a bit Hivemind related question I suppose... >From tapernate-example (hivemodule.xml): Is it possible to declare DAO without existing interface? E.g. I remember that when I played with Hivemind some time ago, above construct was valid (see http:

Tacos -Unicode- How it works?

2006-08-25 Thread gant
Hi I have difficulties to make work Tacos with unicode strings. Any suggestions? Should i set some options somewhere or decode, encode strings with some functions or .. Please help needed Best regards gant - To unsu

Tapestry portlet Locale problem

2006-08-25 Thread dominik tarnawczyk
Hello, I have a question about writing portlets in Tapestry. I'm writting portlets to GridSphere. I wrote simple HelloWorld portlet. I'm trying to change Locale of portlet. I use Locale loc = new Locale(); as well as Locale locale = getEngine().getLocale(); as well as some code from JSFs. And it i