wow IRC, looks like i got another reason to download mIRC again. ill
definatly be on that channel.
- Original Message -
From: "Chris Lewis" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Friday, July 20, 2007 9:16 AM
Subject: IRC
Dear mailing list,
I'm sure you've probably received
Thanks Thomas,
Because Eclipse Jetty launch only works on Jetty5, that is why I am looking
for Jetty5's example.
Regards,
Wei.
Thomas Hackel wrote:
>
> Weisu schrieb:
>> Hi, I am using Tomcat for my old app, now I am tring to use Jetty5. In
>> How do I do this in Jetty5? And I would like to use
Hi Peter
I was not aware of a core border component in T4 although I am happy to
be corrected.
Regardless, in T5 you have the Tapestry Element which, as
described in the documentation
(http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html),
is an analogue of @RenderBody from T4
Dunno. If you file a bug report with a specific version && example it can
be looked in to.
On 7/20/07, Geoff Callender <[EMAIL PROTECTED]> wrote:
Is there a reason why submitType kills its component's listener? For
example, whereas this listener works...
... the listener in this on
Wouldn't it be easier to make that property available to anything in the
system with some kind of IoC injection of state? ie:
http://tapestry.apache.org/tapestry4.1/usersguide/state.html
On 7/20/07, #Cyrille37# <[EMAIL PROTECTED]> wrote:
Hello,
My Pages extends MyBasePage which has the method
I don't know.. You are welcome to give it a try if you like. =)
On 7/20/07, #Cyrille37# <[EMAIL PROTECTED]> wrote:
Hello,
Should it be a hard work to add namescape for tapestry 4.1.x attributes,
like with T5.
My question comes because of Eclipse warnings about invalid HTML :
Undefined
Nothing would change on the server side for any specific browser (except
maybe with asset cache handling) - so I'd turn on client side debugging and
see what happens? (and also install micro$oft script debugger -
http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dff
My apologies but my last sentence is actually incorrect: "In this case,
the 'Border' ... ". Probably a mixture of sleep deprivation and wishful
thinking. The behaviour is exactly as described in the documentation.
To that end, I would like to know if their is an equivalent to $content$
in T5?
Tha
I have a property selection that when selected updates a page property
and then a few components. In Safari and FF (mac and pc) everything
works, but when I test in IE7 and IE6 it does everything (sets the page
property) but then fails to update the specified components (some text
and some form ele
Ok Jesse, thanks... that did it... although being picky I would have
preferred to bury it in my CustomHead component. I muted out the
instrumented stuff... but glad to use your code.
You might want to take note of that NPE... very strange.
But I appreciate you taking the time to straighten me
Anybody out there?
What should I check for analysing this issue?
Thanx && cheers,
Martin
On Fri, 2007-07-13 at 18:17 +0200, Martin Grotzke wrote:
> I suppose that what I'm expecting is not the way it should work.
>
> Can I do anything to see what's the reason for this?
>
> Any help appreciate
Open the highest level .html template you have (such as a Border.html for
some kind of border component) and stick this in it:
Done.
On 7/20/07, Ken nashua <[EMAIL PROTECTED]> wrote:
Is this a bug?
--
Jesse Kuhnert
Tapestry/Dojo team member/developer
Open source based consulting work
Is this a bug?
NPE
java.lang.NullPointerException
Stack Trace:
org.apache.tapestry.dojo.AjaxShellDelegate.render(AjaxShellDelegate.java:121)
org.trails.demo.components.CustomHead.renderComponent(CustomHead.java:150)
org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:725)
org
Hey... whats the quickest way to Burma by Bicycle?
Best regards
Ken in nashua
Original Message Follows
From: "Ken nashua" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], users@tapestry.apache.org
Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT
Date: Fri, 20 Jul 2007 13:19:46
Hi,
I am having an issue with two Editable tables on the same page. I am using
Tapestry 4.0 latest version.
Here is the setup:
- one page, two editable tables. By "Editable", I mean there are table cells
using "TextField" to get user input. The way I do that is to use
"[EMAIL PROTECTED]" to
In firefox the folliowing line:121 produces NPE after clicking link in
application after bootstrap of webapp ... this line...
.append(_tapestryPath.buildURL()).append("\");\n");
str.append("\n\n")
.append("dojo.registerModulePath(\"tapestry\", \"")
.append(_tapestryPath.bui
dojo undefined occurs at
dojo.require("dojo.logging.Logger"); in the markup below.
Why would this happen i IE if the following was rendered before it?
djConfig =
{"isDebug":true,"debugContainerId":"debug","baseRelativePath":"/dojo/","parseWidgets":false,"locale":"en"}
Remember that by default a component's body is the whole template,
unless you use the special component it $content$, in which case
everything /inside/ the element with this jwcid will be used and all
else ignored. So for your border component use valid html instead of the
invalid bit you curre
Ok, I mader some ground...
I made my CustomHead.JAVA look/act like ScriptIncludes.JAVA but had to
replace this...
for this...
@Asset("/js/dojo/dojo.js")
public abstract IAsset getDefaultDojoSource();
@Asset("/dojo/")
public ab
Joe Trewin a écrit :
Try changing the to a ... (Tapestry doesn't care what it
is, and spans have inline layout meaning that they can only contain
other inline tags - div is a block element, so it can).
Thanks a lot.
I've just try with Eclipse3.3 and it complains : Invalid location of tag
So it seems I have to tell my Customhaed.JAVA to act like
ScriptIncludes.JAVA
But that produces the following error below
org.apache.hivemind.ApplicationRuntimeException
There was an error borrowing the page with key PageKey[_pageName='Home' ,
_locale=en ] from the page pool.
location: conte
So it seems I have to tell my Customhaed.JAVA to act like
ScriptIncludes.JAVA
Best regards
Ken in nashua
Original Message Follows
From: "Ken nashua" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], users@tapestry.apache.org
Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT
Dat
Try changing the to a ... (Tapestry doesn't care what it
is, and spans have inline layout meaning that they can only contain
other inline tags - div is a block element, so it can).
> -Original Message-
> From: #Cyrille37# [mailto:[EMAIL PROTECTED]
> Sent: 20 July 2007 17:14
> To: Tapest
Hello
I got a @Border with a @Shell to get all stuff common for all pages.
It's working but ...
All that around the are not compatible with HTML, so
wysiwyg editor are not happy.
Perhaps I've miss some knwoledge ?
The Boder.html :
...
consoleEnabled="true" debugEnabled="true" browserLo
Tap 5.0.5.
I'm having trouble loading an asset from the classpath. Everywhere
I've looked I see that it should be dead simple. However, when I
attempt to view the image directly in the browser (firefox) I get:
The image
"http://localhost:8080/testapp/assets/com/test/testapp/web/components/slide
ScriptIncludes is not usable as-is within a CustomHead.JAVA component. It
just gets written out with the markup as follows:
and becomes unevaluated/processed... just
text.
I was hoping you could elaborate on original suggested solution:
you'll still need to provide it with path information t
in the example
http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.1/tapestry-examples/Vlib/src/java/org/apache/tapestry/vlib/VlibPage.java?revision=488094&view=markup
you could see, that everytime before a state is injected with
@InjectState("visit") the @InjectStateFlag("visit") method is ca
Hi, the "border" component may not exist, but now you can use any
component as the "wrapper" or border for another page. Also, you can
have borders around your components too!
In the first line of the html where you have your html and xsd
declaration, try this:
http://tapestry.apache.org/schema
Everything you need I gave you in my last email.
And - contrary to your belief - ScriptIncludes would work. You can write
out script tags anywhere in a document.
On 7/20/07, Ken nashua <[EMAIL PROTECTED]> wrote:
So this is all that got called... any idea what I'm missing?
public class BaseTa
Hi,
I hava a problem with session time out.
I have a login page with username and password.
On submit I invoke a methos that takes care of authentication.
If I use invalid username or password, first time I'm redirect to my login page,
and this is what I want, but second time I input wrong usernam
So this is all that got called... any idea what I'm missing?
public class BaseTagWriter implements IRender
{
public void render(IMarkupWriter writer, IRequestCycle cycle)
{
IPage page = cycle.getPage();
StringBuffer sb = new StringBuffer();
sb.append("/");
if
Ok, I tried that and got:
javax.servlet.ServletException: Library 'branding' not found in
namespace 'branding'.
org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.servi
ce(WebRequestServicerPipelineBridge.java:60)
$ServletRequestServicer_113e3ef5f0d.service($Servl
Thanks Jesse... I need to use my CustomHead so ScriptIncludes is not
possible.
I went with your former suggestion and still not getting the includes to
happen. Could you elaborate on the file path specs? Not sure how to do that.
Here are my details. thanks
I added this to my CustomHead.JAVA
Is there a reason why submitType kills its component's listener? For
example, whereas this listener works...
action="listener:doCancel">
... the listener in this one is ignored...
action="listener:doCancel" submitType="cancel"/>
...and the listener has to be specified on the Form instea
Hi,
try
br, Igor
On 7/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Greetings:
I'm trying to override the infrastructure property for exceptionPageName
in the hivemodule.xml for a common library module in our application.
The page definition in my tapestry library file looks like:
Will the border component be re-introduced in Tapestry 5, if not how can I
achieve a similar effect?
Greetings:
I'm trying to override the infrastructure property for exceptionPageName
in the hivemodule.xml for a common library module in our application.
The page definition in my tapestry library file looks like:
The definition in my hivemodule.xml for the same library looks like:
Chris Lewis a écrit :
Dear mailing list,
I'm sure you've probably received messages like this before, but I
wanted to reiterate that there is an IRC channel for tapestry:
#tapestry @ irc.freenode.net. There's usually 5 ~ 8 of us in there,
and we work/talk about Tapestry. I know some people ju
Hello,
My Pages extends MyBasePage which has the method getUser() which return
an User object which has a login property.
What the best way (design/efficiency) to display in the @Border the
property user.login ?
Should Pages set a @Border's property or @Border should ask to Pages for
the use
Dear mailing list,
I'm sure you've probably received messages like this before, but I
wanted to reiterate that there is an IRC channel for tapestry: #tapestry
@ irc.freenode.net. There's usually 5 ~ 8 of us in there, and we
work/talk about Tapestry. I know some people just dont do IRC, but if
Hello,
Should it be a hard work to add namescape for tapestry 4.1.x attributes,
like with T5.
My question comes because of Eclipse warnings about invalid HTML :
Undefined attribute name (jwcid).
Thanks
cyrille.
-
To
I noticed this too, it's a simple mistake, but can trick the newbies...
2007/7/20, Julien HENRY <[EMAIL PROTECTED]>:
Hi everybody,
I'm new to Tapestry world, and I'm following the
tutorial
(http://tapestry.apache.org/tapestry5/tutorial1/first.html)
I just want to point out a little mistake: b
I see, but why can't you initialise all your plugin libs upon the first
request?
Does this really hurt a lot performance-wise? Sorry, but I'm just being
curious ...
> -Original Message-
> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 20, 2007 11:56 AM
> To: use
Hello everybody,
I tried to deploy a T5 application that works fine on Jetty and Tomcat onto
WebSphere 6.1.0.3, and although the app deploys OK, TapestryFilter does not
get invoked on url-patterrn /* so I get HTTP 404.
SystemOut.log contains lines like
... [WebContainer : 1] DEBUG
org.apache.t
sorry my fault
> you should be able to access your components msg-catalog from
> the navigation/border-component via IComponent.getMessages()
> Does that help?
plugins are realized as !!! component-libraries !!!. problem is that
library-resources (library-global-catalog and specification) a
you should be able to access your components msg-catalog from
the navigation/border-component via IComponent.getMessages()
Does that help?
Also, you components/pages could be required to implement some
interface Named {getDisplayName(Locale);}
> -Original Message-
> From: Eckenfellner K
hi everybody!
short description of my application:
my application uses tapestry components to create some dynamic plugin
behavior. tapestry components can be plugged in and are registered with
the help of a configuration-point (hint from marcus schulte thx).
every plugin / component contribute to
Hi everybody,
I'm new to Tapestry world, and I'm following the
tutorial
(http://tapestry.apache.org/tapestry5/tutorial1/first.html)
I just want to point out a little mistake: because
artifactId is tapestry-tutorial1, the Jetty context
will be tapestry-tutorial1 and not tutorial1. You
should then
Weisu schrieb:
> Hi, I am using Tomcat for my old app, now I am tring to use Jetty5. In
> How do I do this in Jetty5? And I would like to use Oracle 9.
This is not Jetty5 but in Jetty6 it is like this (jetty-env.xml):
jdbc/SOMENAME
49 matches
Mail list logo