Mmm, i think you have an old version of tap5.
The use of the t:type attribute was removed in favor of using the element
name. Perhaps you don't have tap 5.0.3 version.
On 3/30/07, Olivier Jacquet <[EMAIL PROTECTED]> wrote:
I changed the to and that did the
trick! You need to keep the xmnls p
You can create your own Spring FactoryBeanI believe.
On 3/30/07, Simon Raveh <[EMAIL PROTECTED]> wrote:
Hi,
I'm developing web application using Tapestry 4.0 and Spring 2.0. I'm
using
the Tapestry-String project to do the integration with Spring.
I need help with the Injection of Tapestry ASO
Hi Martino,
Thanks. It works. I am having another issue with an entity
values. I have 10+ fields in Order Object. I am displaying only 5 fields in
Order.html. I have Order.page file with 5 fields. In editOrder(
IRequestCycle cycle) method, I am setting
nextPage.setOrder(serviceMana
Hi,
I'm developing web application using Tapestry 4.0 and Spring 2.0. I'm using
the Tapestry-String project to do the integration with Spring.
I need help with the Injection of Tapestry ASO object into a Spring bean. I
saw a lot of examples of injecting the other way from spring into HiveMind
b
I tried you exact code for a layout but my layout component doesn't
seem to be showing up at all. Has something changed?
On 3/28/07, Peter Beshai <[EMAIL PROTECTED]> wrote:
I never knew was supported. I just made my own layout component
and I think that makes more sense (you'll most likely w
I changed the to and that did the
trick! You need to keep the xmnls parameter though.
Should this be changed in the doc or am I still doing something wrong?
Olivier Jacquet wrote:
Hi,
I'm trying to implement a Layout component as described here:
http://tapestry.apache.org/tapestry5/tap
Its only available via svn at the moment, I could make a jar and upload it.
otherwise you just check it out and do mvn install
there will be a jar available in a moment
2007/3/30, Chris Chiappone <[EMAIL PROTECTED]>:
Where do you download this?
On 3/30/07, Jun Tsai <[EMAIL PROTECTED]> wrote:
>
Hi,
I'm trying to implement a Layout component as described here:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html
The thing is that I get a
org.apache.tapestry.ioc.internal.util.TapestryException
Failure parsing template context:WEB-INF/Start.html: Element
is in the T
Hi,
My company has a rather large application written in a custom
framework similar to struts. I have been messing around with Tapestry
5 and enjoying the ease of use it has to offer us. I was thinking
about building new pages of the application using tapestry 5.
First of all is this a good id
Where do you download this?
On 3/30/07, Jun Tsai <[EMAIL PROTECTED]> wrote:
Good work!
2007/3/30, Ted Steen <[EMAIL PROTECTED]>:
> Hi!
>
> We made a FCKEditor component for a project and it is available on
> Google Code for anyone who is interested.
>
> http://code.google.com/p/tapestry5-fckedi
I've added a bug in ognl issue tracker for the bug I though I've found with
some more information on the issue. Sorry but I did not understood at first
that Jesse is also OGNL Project Lead so I thought he wanted bug reports for
tapestry-ognl and not for ognl ;-)
While at it we put our jscalendar library (with a DatePicker implemented)
See http://www.dynarch.com/projects/calendar/ for more info on
jscalendar, it seems like a decent date picker component.
http://code.google.com/p/tapestry5-jscalendar/
--
Ups!
My bad.
Forgot about distributable tag in web.xml
Thanks Renat Zubairov and Steve Shucker anyway!
- Original Message -
From: "Renat Zubairov" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Wednesday, March 28, 2007 6:02 PM
Subject: Re: Clustering Tapestry
> Hi
>
> We are clusteri
You can store the images, css file etc src/main/webapp directory.
you can refer the css like this
and for images
images/mainBod.jpg . i have images in my src/main/webapp/images dir
and css in my src/main/webapp/css.
Anjana Gopinath
True North Technology
11465 John's Creek Parkway, Suite
I am very new to tapestry and since is seems 5 is going to be very
different from 4 i am try to learn using T5. Is there a way to define a
head/footer/list whatever in a seperate html file and "include" it in a
page similar to other page includes. It also looks like every page has
to be located
If it's just about sending stack-traces and code-snippets - I really,
really promise to do it ;). I've just rewound our current project to
4.1.1, but would be happy to return to 4.1.2, if ognl worked for my core
components.
Marcus
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL
No I don't view it as complaining. Perfectly understandable. I wish it
weren't so brittle and error prone to work on.
Have no fear though, the people currently paying my bills are applying
real pressure for this as well, so if things don't start looking much
rosier next week I'll probably enable
Thanks Jesse, it is reassuring to know you're making progress and that
you have a backup plan for things that don't work when 4.1.2 is
released. Sorry if it sounds like I was complaining--it was just a
little disconcerting to see so many things break moving from one
snapshot to the next. I really d
You can contribute a Dispatcher into the MasterDispatcher service
configuration (it's a chain of command).
However, the goal in T5 is that the built in facilities should be
sufficient. The ability to return a StreamResponse from a event
handler method (i.e., to stream back a PDF or other image) i
Is there a good way to tell if a component has rendered or not?
--
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
I have a component which wraps contrib:Table (actually it wraps
contrib:TableView and such). What I would like to do is have it so that
when you click a column it resets the paging state back to the first
page. Is there an easy way of doing this like registering a listener of
some kind? I'd rather
hi,
what is the substitute for engine services in T5? do i have to implement a
request-filter? and how can i generate a link for something like that? did i
miss something in the docs?
kind regards,
peter
-
To unsubscribe, e-ma
I'm using latest snapshot 20070327 and the dojo/ajax subsystem can't find
the following important resources is trying to load:
html.js
tapestry.html
events.js
in fact the resources aren't in the jar.
I've found a bug or at least a "notable difference" with previous behaviour
regarding this.
I send it as a mail, if you find it interesting I can open a ticket for
this. It took me some to understand what was going on.
And yes: I'd like too to have the possibility to stick to ognl 2.6.7 with
lat
Hi,
I think this issue has been discussed before on the list, I've read some
message somewhere but wanted to ask about more feedback on best practice on
this.
The problem is handling nulls with OGNL while navigating the object graph,
that is: getting bad NPE if one of the object of the navigation
Yes is exactly the same, I quoted 4.1 documentation just because I'm
investigating 4.1 now
This is 4.0 docs for it:
http://tapestry.apache.org/tapestry4/UsersGuide/state.html#state.aso
On 3/30/07, tapuser <[EMAIL PROTECTED]> wrote:
Hi Martino,
Thanks for the reply. I am usi
Hi Martino,
Thanks for the reply. I am using Tapestry 4.0.2. Is ASO
exist in 4.1+?
Thanks.
Sri
Martino Piccinato wrote:
>
> properties persisted on a page (being client or session persisted) are
> persisted just for that page (it's called "persistent PAGE properties").
> Just
Good work!
2007/3/30, Ted Steen <[EMAIL PROTECTED]>:
Hi!
We made a FCKEditor component for a project and it is available on
Google Code for anyone who is interested.
http://code.google.com/p/tapestry5-fckeditor/
Please do give some feedback.
--
properties persisted on a page (being client or session persisted) are
persisted just for that page (it's called "persistent PAGE properties").
Just to give you an idea the key of the session attribute named used to
store the property contains the page name . It's intended to be so.
Usually if yo
I have tried to deploy hilo to WebSphere Application Community Edition
and the application couldn't start, although WAS CE uses Tomcat for its
servlet container.
Here is some output:
2007-03-30 09:26:41,212 ERROR ache.catalina.core.ContainerBase.[/hilo] -
Exception starting filter app
java.lang.
Hi All,
The Dialog component works
fine with Firefox. With Internet Explorer, it displays funnily: it
takes up all the width of the screen and some of the content is
not displayed at all. We've tried applying a style (with properties
width and height) locally
but it does not take that
into ac
31 matches
Mail list logo