Hi All,
I have a service which does not have access to the request cycle etc
however I need to use the same messages used for the tapestry
components, preferrably from the same Object/Service as the one
available to pages. I've tried creating a setter method for the service
but it isn't popul
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Looks very interesting, thanks for your work. I stumbled across seam and
its jBPM implementation feature some time ago. So while seam is
discussed on the list right now, i ask myself whether this feature could
be implemented or not. I read your reply o
Hi,
what would be the best way to process a raw HTTP POST coming in from code
like this one:
http://developer.yahoo.com/java/samples/YahooWebServicePost.java
I guess it will be required to turn off some of the form processing logic T5
provides. Does that mean to go the route tapestry-upload has
Isn't T5 acting as a filter? So if Tomcat/etc hands control to T5 to
find the correct resource/page, T5 has the opportunity to handle
things like error messages. Is it out of the question for Tapestry to
provide base error pages that we can override, or configure Tapestry
to pass errors back to t
Just updated the documentation. How to use Seam-managed Hibernate session
read here:
http://tacos.sourceforge.net/tacos5/tacos-seam/hibernate.html
A Hibernate example application can be found here:
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-5/trunk/tacos-seam/booking-example/
This app is
Chances are, Tapestry is passing on the requests because there are
real static HTML files present.
The problem is that if you delete 505.html, you need to come up with a
class named 505. That's going to be a problem :-).
I'm not sure what the servlet container will do if you configure the
of th
This example could meet your need
http://wiki.apache.org/tapestry/Tapestry5TreeComponent
Mahen Perera a écrit :
Hi all,
I know this is going to be a tough one. But I think I need it.
Basically, I need a XML editor component, ,, the component should be
able to show a tree view of an XML
Thank you very much. That makes sense and seems like a good solution.
Apologies to all for my being dense.
- Original Message
From: Imants Firsts <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Wednesday, January 23, 2008 4:36:00 AM
Subject: Re: T5: Inject services into domain objects?
On a related note, I'd like to send 404 responses as well as a custom
error page through T5, like when a user or article isn't found (but
requested by id, for example). I remember a thread about this I think...
Peter Stavrinides wrote:
Hi
I would like to customize the various error pages for
Hi
I would like to customize the various error pages for my servlet
(404,500,401 etc...), I have implemented the configuration in my
web.xml, but Tapestry 5 doesn't pick them up... how should I go about this?
Thanks
Peter
-
Hello,
is anybody mixing T5 with GWT?
Why? Why not?
Regards,
Bob
Hi Mahen,
Try clean browser cache.
Marcus
Great! It works!!! Davor many many thanks !
:clap:
I've created an interface ITestInterface
at it.sailingweb.framework.web level with the getTf() method,
that my component SailingInput now implements,
and now everything works fine!
I can not understand exactly why my embedded TextField don't
In the run dialog window I set the http host with my "IP address" instead
"localhost" and it works.
Cheers
marcoccoli
--
View this message in context:
http://www.nabble.com/Javascript-error-when-moving-from-5.0.6-to-5.0.7-tp14594716p15041920.html
Sent from the Tapestry - User mailing list arch
I'm still unsure why it happens,
can you try following:
etract an interface with method getTf();
na put it outside components package
for example:
it.sailingweb.framework.web.InputWrapper
Tapestry instruments classes in components,base,pages packages,
and holds them in a separate ClassLoader...
For the domain objects that need access to tapestry
service I define a constructor which takes as a
parameter the needed service. In my case I only have
one such service (not separate DAOs for all domain
objects) - HibernateService.
Then I contribute the following interceptor to
Hibernate, which m
Hi Davor,
we are developing an application with our own component,
and we are trying to validate a textfield like embedded component of our
component.
Our own component is like that
Sample.tml
In SailingInput.tml a simple tamplate like that
http://tapestry.apache.org/schema/tapestry_5_0_0.xs
actually this is my lecture final project, but i would like to share with
you guys,
i knowit's far away from stable. but it might help for newbie
i use :
tapestry 5.0.8-SNAPSHOT (01/19/2008)
iBatis 2.3.0
Dojo 1.0.2
Spring 2.5
here's the blog :
http://tapestryboard.blogspot.com/
--
htt
This seems to work:
interface="org.apache.tapestry.engine.ServiceEncoder">
class="org.myorg.tapestry.myproject.serviceencoders.DBObjectServiceEncod
er">
value="service:tapestry.state.ApplicationStateManager" />
and in the service encoder class:
...
private Appli
Class cast exceptions happen
if you have non component classes inside components or pages packages...
post some code and say what packages are those classes in...
Davor Hrg
On Jan 23, 2008 10:12 AM, riccaruf
<[EMAIL PROTECTED]> wrote:
>
> Hi Dave thank you very mutch for your reply!! Oops..what
Hi Dave thank you very mutch for your reply!! Oops..what I dummy I am! I miss
something in the post preview :-(( , and
Yes yes my test was exactly in the way you write
if (field instanceof MyInput)
But it doesn't work!
The log messages show me that the instance tapestry pass me as p
On 21.01.2008, at 17:24, Kaspar Fischer wrote:
Hi,
Can I inject the current session into a service encoder?
Any idea how I could achieve this?
Many thanks!
Kaspar
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
22 matches
Mail list logo