Re: T4.0.2: Shell component, and what is $content$ ?

2008-01-25 Thread Alejandro Scandroli
Hi Leonel > So, it there a correct way to use component Shell ? What is $content$ and how > should it be used ? Both options are correct. Here is the $component$ documentation: http://tapestry.apache.org/tapestry4.1/UsersGuide/template.html#$content$%20jwcid I highly recommend you read the whole

T4.0.2: Shell component, and what is $content$ ?

2008-01-25 Thread Gayard, Leonel
Hi. [Newbie here]. In the quick-start guide, howard presents component Shell inside the HTML tag. But in the documentation of component Shell, it is advised to use the normal HTML tag, and use Shell inside a span tag, and wrap this last one in another span tag, with a $content$ attribute. So,

Re: T5: Shell Component

2007-05-06 Thread Juan Maya
e been searching on the mailing list and the online documentation but i haven't been able to simulate the Shell component in Tapestry 5. Any help will be appreciated.

T5: Shell Component

2007-05-06 Thread Juan Maya
Hello everyone, I have been searching on the mailing list and the online documentation but i haven't been able to simulate the Shell component in Tapestry 5. Any help will be appreciated.

Re: Shell component

2007-03-13 Thread Jesse Kuhnert
Set "debugEnabled=false" . On 3/13/07, Tomić Mirko <[EMAIL PROTECTED]> wrote: How to prevent tapestry Shell component from inserting some of javascripts to page head? Cause I don't need them all. dojo.registerModulePath("tapestry", "/a

Shell component

2007-03-13 Thread Tomić Mirko
How to prevent tapestry Shell component from inserting some of javascripts to page head? Cause I don't need them all. dojo.registerModulePath("tapestry", "/app?service=asset&path=%2Ftapestry%2F"); dojo.require("dojo.logging.Logger"); dojo.

AW: AW: AW: @Shell component, refresh and IE

2007-03-07 Thread Peter Schröder
: AW: AW: @Shell component, refresh and IE Hello, found a working solution for the problem. I added a hidden button to the page which i'm pressing periodically using javascript. This reloads the page and works even with IE :) Regards, Patrick > Hello Peter, > > i tried that

Re: AW: AW: @Shell component, refresh and IE

2007-03-07 Thread Patrick Klein
Hello, found a working solution for the problem. I added a hidden button to the page which i'm pressing periodically using javascript. This reloads the page and works even with IE :) Regards, Patrick Hello Peter, i tried that now by using a "custom" Shell compone

Re: AW: AW: @Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
Hello Peter, i tried that now by using a "custom" Shell component which simply replaces ";" with "%3B" in the url. Result in firefox _and_ IE : HTTP Status 404 - /myapp/ImportMatrix.page%3Bjsessionid=E903773F2AFE3C2F2AADB2EE2D1C0C3E Would've been

Re: AW: AW: @Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
d kind regards -Ursprüngliche Nachricht- Von: Patrick Klein [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 10:46 An: Tapestry users Betreff: Re: AW: @Shell component, refresh and IE Hi, Peter, somehow i allready thought it was something like that. Thanks for the answer :) Switching t

AW: AW: @Shell component, refresh and IE

2007-03-06 Thread Peter Schröder
hi patrick, you may also try to url-encode the tapestry-url so that ; will be %3B and IE wont get confused kind regards -Ursprüngliche Nachricht- Von: Patrick Klein [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 10:46 An: Tapestry users Betreff: Re: AW: @Shell component

Re: AW: @Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
Hi, Peter, somehow i allready thought it was something like that. Thanks for the answer :) Switching to using cookies also does the trick. Both solutions somehow are not really satisfying as the Shell component should be able to attend this... Regards, Patrick hi patrick, this might be

AW: @Shell component, refresh and IE

2007-03-06 Thread Peter Schröder
D4B9 wich brings you to your start-page. instead of a meta-tag you might use javascript for page-refresh as a workaround. kind regars -Ursprüngliche Nachricht- Von: Patrick Klein [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 10:20 An: Tapestry users Betreff: @Shell component, r

@Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
Hello! I'm using the @Shell component's refresh tag to set trigger the reload of a given page every 10 seconds. All works fine using Firefox. However, using IE all goes havoc as IE seems to drop at least parts of the reload url. The refresh part of the page looks like the following: http:

How to add a .js scripts to a 3.x Shell Component

2007-03-02 Thread Mark Stang
Hi, I have some .js scripts that I am specifying external to the Shell component. Is there a way to add them to the Shell component? thanks, Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity

Re: Tapestry Shell component configuration

2007-02-04 Thread Jesse Kuhnert
Although I don't understand what I could have misconfigured. I don't > use an absolute URL anywhere and my server is referenced in > tomcats server.xml as localhost. > > andyhot wrote: >> Looks like a misconfiguration but if you must, the Shell component >> htt

Re: Tapestry Shell component configuration

2007-01-25 Thread Peter Stavrinides
n't understand what I could have misconfigured. I don't use an absolute URL anywhere and my server is referenced in tomcats server.xml as localhost. andyhot wrote: Looks like a misconfiguration but if you must, the Shell component http://tapestry.apache.org/tapestry4.1/components/gen

Re: Tapestry Shell component configuration

2007-01-25 Thread Peter Stavrinides
Thanks Andy, Although I don't understand what I could have misconfigured. I don't use an absolute URL anywhere and my server is referenced in tomcats server.xml as localhost. andyhot wrote: Looks like a misconfiguration but if you must, the Shell component http://tapestry.

Re: Tapestry Shell component configuration

2007-01-24 Thread andyhot
Looks like a misconfiguration but if you must, the Shell component http://tapestry.apache.org/tapestry4.1/components/general/shell.html accepts an ajaxDelegate parameter that is rendering those... The default implementation for that delegate is http://svn.apache.org/viewvc/tapestry/tapestry4

Re: Tapestry Shell component configuration

2007-01-24 Thread Peter Stavrinides
Can anyone point me in the right direction with this, I don't believe that this can not be done. Peter Stavrinides wrote: Hi Everyone I am trying to deploy a tapestry 4.1 application into a production environment (on Tomcat 5.5). When the Tapestry Shell component injects the various

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
t; >> >> > On 12/28/06, mraible <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> It looks like Dojo is getting included, but there's a 404 somewhere >> >> along >> >> >> the >> >> >> way as well. Here&

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
ere's a demo: > >> >> > >> >> http://demo.raibledesigns.com/equinox-tapestry-4.1.1/userForm.html > >> >> > >> >> Here's from the above URLs log file when I first access the page: > >> >> > >> >> 2006-12-28 14:07:58.476695500 [14:07:5

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
4.1.1/userForm.html >> >> >> >> Here's from the above URLs log file when I first access the page: >> >> >> >> 2006-12-28 14:07:58.476695500 [14:07:58.476] Compiling >> >> _jsp/_404__jsp.java >> >> >> >> Matt >&

RE: Adding Dojo when not using the Shell Component

2006-12-28 Thread Leffel, Daniel
my project. -Original Message- From: mraible [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 1:58 PM To: users@tapestry.apache.org Subject: Re: Adding Dojo when not using the Shell Component It could be a friendly URL servlet-mapping situation. I'm using *.html as my "fri

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
12-28 14:07:58.476695500 [14:07:58.476] Compiling >> >> _jsp/_404__jsp.java >> >> >> >> Matt >> >> >> >> >> >> >> > >> > >> > -- >> > Jesse Kuhnert >> > Tapestry/Dojo team member/deve

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
Kuhnert > Tapestry/Dojo team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > - > To

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
;> Matt >> >> >> > > > -- > Jesse Kuhnert > Tapestry/Dojo team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > ------

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
Ah, I can see what the problem is now. Or...At least why it's "hanging". The "var calendar_start " variable isn't resolvable later on and subsequently breaks most of the javascript. It looks like a Tapestry bug (I think), won't know more until I run some separate tests of my own. (you aren't usin

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
de >> > guide as well: >> > >> > http://tapestry.apache.org/tapestry4.1/usersguide/upgrade4.0.html >> > >> > On 12/28/06, mraible <[EMAIL PROTECTED]> wrote: >> >> >> >> According to: >> >> http://tapestry.apache.org/tap

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
mplete 4.0 > 4.1 upgrade > guide as well: > > http://tapestry.apache.org/tapestry4.1/usersguide/upgrade4.0.html > > On 12/28/06, mraible <[EMAIL PROTECTED]> wrote: >> >> According to: >> http://tapestry.apache.org/tapestry4.1/javascript/index.html >> &g

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
; wrote: >> >> According to: >> http://tapestry.apache.org/tapestry4.1/javascript/index.html >> >> >> >> > By default, the Shell component will include the core dojo javascript >> > object dojo.js, as well as the new core Tapestry javascript object - >>

RE: Adding Dojo when not using the Shell Component

2006-12-28 Thread Greg.L.Cormier
Dojo when not using the Shell Component For you I think the ScriptIncludes component will make more sense: http://tapestry.apache.org/tapestry4.1/components/general/scriptincludes.html This is partially covered in the very incomplete 4.0 > 4.1 upgrade guide as well: http://tapestry.ap

Re: Adding Dojo when not using the Shell Component

2006-12-28 Thread Jesse Kuhnert
tml On 12/28/06, mraible <[EMAIL PROTECTED]> wrote: According to: http://tapestry.apache.org/tapestry4.1/javascript/index.html > By default, the Shell component will include the core dojo javascript > object dojo.js, as well as the new core Tapestry javascript object - > core.j

Adding Dojo when not using the Shell Component

2006-12-28 Thread mraible
According to: http://tapestry.apache.org/tapestry4.1/javascript/index.html > By default, the Shell component will include the core dojo javascript > object dojo.js, as well as the new core Tapestry javascript object - > core.js. This means that you don't have to worry about how t

RE: Re: Customizing the Shell Component

2006-10-16 Thread Mark Stang
: Re: Customizing the Shell Component Mark Stang wrote: > Hi, > I am using Tapestry 3.x and wondering how to customize my .css file with the > Shell component. I want to be able to swap out my Shell component by putting > it inside of a Library. If I do that can I still just refere

Re: Customizing the Shell Component

2006-10-15 Thread Dennis Sinelnikov
Mark Stang wrote: Hi, I am using Tapestry 3.x and wondering how to customize my .css file with the Shell component. I want to be able to swap out my Shell component by putting it inside of a Library. If I do that can I still just reference it in my .html? I don't know why I think it i

Customizing the Shell Component

2006-10-10 Thread Mark Stang
Hi, I am using Tapestry 3.x and wondering how to customize my .css file with the Shell component. I want to be able to swap out my Shell component by putting it inside of a Library. If I do that can I still just reference it in my .html? I don't know why I think it is any different fro

Re: dojoContainerId not being read by shell component

2006-08-17 Thread Pedro Viegas
Just tested it in the latest SNAPSHOT and it works fine! Bug squashed I guess! ;-) On 8/17/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: Giving a test drive at the Tap 4.1 I found that the shell component always uses the default value for the dojoContainerId. Even if we supply another

dojoContainerId not being read by shell component

2006-08-16 Thread Pedro Viegas
Giving a test drive at the Tap 4.1 I found that the shell component always uses the default value for the dojoContainerId. Even if we supply another as in... The code that gets generated is: djConfig = { isDebug: true, debugContainerId:'debug', baseRelativePath:"<a rel=&qu

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
> >> at >> >> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute >> >> (TestNGDirectoryTestSuite.java:145) >> >> at org.apache.maven.surefire.Surefire.run >> (Surefire.java:129) >> >> at sun.

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
.runSuitesInProcess >> (SurefireBooter.java:261) >> at org.apache.maven.surefire.booter.SurefireBooter.main >> (SurefireBooter.java:781) >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 >> sec >> Running org.apache.tapestr

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
781) >> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 >> sec >> Running org.apache.tapestry.asset.TestAssetSource >> >> >> So i re-ran skipping the tests - which built the jars >> mvn -Dmaven

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
Jul 2006, at 21:59, Jesse Kuhnert wrote: > I've not seen it before. What kind of servlet container is this > running in? > > On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> Just had a go at building from the 4.1 Snapshot

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
io <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> Just had a go at building from the 4.1 Snapshot and the Shell >> component seems to be throwing this list of exceptions related to >> dojo: >> >> Home.html

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
2006, at 21:59, Jesse Kuhnert wrote: I've not seen it before. What kind of servlet container is this running in? On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
Ok last question I promise. Are you running this with the standard maven jar I've deployed or some other derivative? On 7/14/06, Adam Henderson <[EMAIL PROTECTED]> wrote: Jesse, OS-X 10.4.1, Java 1.5.0_06, Tomcat 5.5.17, I'm running it through Eclipse 3.2/WTP1.5 -- Jesse Kuhnert Tacos/Ta

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson
ning in? On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo: Home.html http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
I've not seen it before. What kind of servlet container is this running in? On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo:

Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo: Home.html "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";>

Re: Shell Component & JavaScript

2006-06-17 Thread Jesse Kuhnert
The @Shell component supports a "delegate" parameter, which will allow you to render anything you want. On 6/17/06, hv @ Fashion Content <[EMAIL PROTECTED]> wrote: Have anyone thought about supporting classic JavaScript include statements in the when using the Shell componen

Shell Component & JavaScript

2006-06-17 Thread hv @ Fashion Content
Have anyone thought about supporting classic JavaScript include statements in the when using the Shell component in Tap 4.0/5.0 ? I wouldn't mind doing some work on supporting it, but I am not quite sure how it would be done best. ... ... Would work nicely, but only support a s