Hi all
How does one normally go about creating an instance of an abstract
component, such as a linkRender component with an injected script.
Thanks
Kutloisiso
Hello,
i have got a problem with the InlineEditBox Component in Tapestry:
My Page-Specification:
http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
Partial Page Rendering example with forms
My Home.java:
package pages;
Hi!
I am wanting to connect to two databases. In the past I've written
Tapestry apps with just one DB and Spring and Hibernate - no problems.
I see that (currently) there is no way to connect to multiple DBs with
just tapestry-hibernate (although I read on the list archive that
the
Thank you very much Jonathan,
It looks like you're using tapestry-hibernate as well as tapestry-spring.
I've done a bunch of 2+ database stuff using tapestry-spring + hibernate,
and I've done single-db stuff using tapestry-hibernate, but I've never mixed
hibernate c
Hi,
I would like to know what the best practice is for handling timeouts
on pages, both in the normal sense and for those that have AJAX
components?
After 30 minutes the standard session timeout kicks in and if a user
then clicks on an image in my Lightbox I get a NPE or if they hit an
On 23-12-2016 10:47, christophe.foi...@valdoise.fr wrote:
Thanks Jay !
-Jay Ginete a écrit : -
A : Tapestry users
De : Jay Ginete
Date : 23/12/2016 09:52
Objet : Re: Data export
Here's an example on Tapestry5 with JasperReports.
http://killertilapia.blogspot.com/20
Hey all!
I am trying to use pac4j (https://github.com/bujiio/buji-pac4j) with
tapestry-security since my client requires SAML2.
But seeing that I can't use shiro.ini, I can't come up with a way to
implement.
Has anybody use this library before?
Thanks!
Miguel
Hi,
I have a application object defined in my hivemodule.xml:
I have a new engine service that I am trying to create:
Thanks Shing, that did the trick!
-Amir
--- Shing Hing Man <[EMAIL PROTECTED]> wrote:
> I think you have to do it indirectly by injecting the
> ApplicationManager into your service.
> Then in your service, retrieve the desired ASO using
> the ApplicationManager.
> There is a how-to on this at t
Hi,
I am getting a javascript error (calendar_startDate is undefined) when using
the DatePicker component:
When I inspect the generated html I do not see the DatePicker.js asset nor do I
see the Calendar javascript objects being initialized.
Anyone have any idea what I am doing wrong?
Tha
Hi,
try something like this:
private static final String WEB_BASED_PATH = "resources/robots.txt";
try {
InputStream is =
Thread.currentThread().getContextClassLoader().getResourceAsStream(WEB_BASED_PATH);
DataInputStream din = new DataInputStream(is);
Greetings Tapestry Developers,
Interested in joining an exciting, well-established (6 years and
profitable), SF Bay Area startup where you could exercise your Tapestry and
JavaScript skills to develop cutting edge community based web applications?
Lithium Technologies is seeking an experienced
Hi guys,
I've implemented a new component that make AJAX call on a select change
event and update the page with the AJAX response. The Ajax response is
the result of a Block render. The Block contains a BeanEditor.
The following is a sample code portion of what I've done and some
questions ab
You can use the ValidationMessagesSource and ThreadLocale services:
ValidationMessagesSource validationMessagesSource;
ThreadLocale threadLocale;
Messages messages =
validationMessagesSource.getValidationMessages(threadLocale.getLocale());
Roberto.
Nicolas Charles ha scritto:
Hello there,
fine myprop.properties in it/infodea/app/internal/
Tapestry Infodea ha scritto:
You can use the ValidationMessagesSource and ThreadLocale services:
ValidationMessagesSource validationMessagesSource;
ThreadLocale threadLocale;
Messages messages =
validationMessagesSource.getValidationMessag
I had the same problem and I solved using the maven eclipse plugin to
run Jetty
Allex Juang ha scritto:
> Hi,
>
> Sorry for offtopic.
> But I am writing my own website using T5+hibernate.
> And when I using eclipse 3.4 with m2eclipse, jetty can be launched very
> well.
> But here I got a problem
about using DataSource in m2eclipse
>
> Allex J.
>
> Tapestry Infodea 提到:
>> I had the same problem and I solved using the maven eclipse plugin to
>> run Jetty
>>
>> Allex Juang ha scritto:
>>
>>> Hi,
>>>
>>> Sorry for offtopi
false
update
Tapestry Infodea ha scritto:
> In Run --> Run configurations...I've created a new Maven Build
> configuration adding the following goals:
> org.mortbay.jetty:maven-jetty-plugin:6.1.14:run
>
> Allex Juang ha scritto:
>> maven eclipse plugin??
&g
Hi guys,
I've tried to change the configuration in my application module as follows:
public static void contributeFactoryDefaults(MappedConfigurationString> configuration) {
configuration.add(PersistentFieldManagerImpl.META_KEY,
PersistenceConstants.FLASH);
}
This approach don't works :(
Hav
http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormInjectorDemo.java
http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/FormInjectorDemo.tml
Eldred Mullany ha scritto:
Hi
I too use the ganymede for jee official release:
Version: 3.4.0
Build id: I20080617-2000
with the plugins for Maven and SVN.
I like the name of your plugin ;)
Roberto.
Juan Miguel Salamanca ha scritto:
It looks like a problem with the version of your eclipse IDE. I have tested
the plugin wi
I use Tapestry 5.0.18 and I can test Hibernate.
The classes that I use for testing are as follows:
//A Test Module in order to use a specific configuration on test environment
@SubModule( { AppModule.class })
public class AppTestModule {
public static void
contributeApplicationDefaults
h that you mentioned, need's client validations turned off.
Regards.
2009/4/6 Jorge Saridis
Use onSubmit form the save button, and onSuccess for the finish one
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html
2009/4/6 Pedro Januário
lient side.
2009/4/6 Tapestry Infodea
Hi,
you can use Form.clearErrors() when you save.
Roberto.
Pedro Januário ha scritto:
Hi Jorge,
Probably i didn't explained very well.
The idea was to kept the client validation turned on, and i don't want to
display any required validation
I believe that it's not possible. You can resolve as follows:
http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner
and converting the original Errors_xx.properties to UTF-8.
Roberto.
Fernanda C. Carmo ha scritto:
It´s possible to tell Tapestry (5.0.18) to
Hi,
I am a Tapestry newbie, using 5.1.
I have two textfields, the second textfield's potential values is dependent
on the value of the first. How do I get the value of the first textfield?
After a validate/submit, there is no problem retrieving this value, but I
need the content o
2.5.6 you should have no problem using T5.1 or T5.2.
>>
>> The only difference if you use a ContextLoaderListener to load Spring is
>> that you will not be able to inject Tapestry services inside Spring beans.
>> Make sure you have declared TapestrySpringFilter instead
rvices into Spring
> beans as well as the the other way around. The downside is that now you are
> restricted to only a single Spring bean for each service type that you want
> to inject into a Tapestry page or service (you no longer get to pick your
> bean id so you don't need the
Hi list,
I found that's quite troublesome using dreamweaver to edito tml pages,
any better solution?
Thanks
John
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapest
good point
於 2011/2/18 4:06, Howard Lewis Ship 提到:
> I spend a lot of time when teaching Tapestry getting people to do One
> Small Step at a time. Everyone feels the need to jump from a blank
> page to the final solution in one go, and that's really hard. I do a
> lot of "
econds? Or should i create a
> button then a javascript will click that button every 10 seconds?
>
> What is the best options?
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Auto-Refresh-Zone-tp4391670p4391670.html
> Sent from the Tapest
still don't understand why that didn't work.
>
> Donny
>
> On Sun, May 29, 2011 at 12:24 PM, Taha Hafeez wrote:
>
>> Hi Donny
>>
>> One way I can think of is extend AbstractSessionPersistentFieldStrategy as
>> is done by EntityPersistentFieldStrategy
> had an option (maybe even the default?) for proper handling of columns
> marked with @Version. I think I'll open an issue for it.
>
> Donny
>
> On Sun, May 29, 2011 at 12:59 PM, Taha Tapestry
> wrote:
>
>> Check this out
>>
>> https://forum.hibernate.o
Is it an Ajax submission. Have u set zone parameter of form to a proper zone
value
Regards
Taha
Sent from my iPhone
On Jun 1, 2011, at 7:09 PM, Ray Nicholus wrote:
> Any idea how I can do this? When I return a MultiZoneUpdate from my submit
> handler, I get the following exception:
>
> Retu
Dear List,
I followed the steps in
http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse,
but I can't down load the NewTMLTemplate.xml from the it, so I download
the template
from https://issues.apache.org/jira/browse/TAP5-120 instead, but I can't
import the template
as describe
is a broken one?
Thanks
John
? 2010/9/22 16:50, Laurent Guerin ??:
> For those interested in using Eclipse code completion with tml files,
> EXANPE Team (Julien Maupoux, Katia Aresti and myself) has developped a
> Maven plugin that allow you to generate a tld describing any Tapestry
FromLogout(){
> user = null;
> return index;
> }
>
> Is there a specific way to do it?
> Cheers
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Clearing-SessionState-tp4458525p4458525.html
> Sent
the session.
>
> @SessionState
> private User user;
>
> onSubmitFromLogout(){
> user = null;
> return index;
> }
>
> Is there a specific way to do it?
> Cheers
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Clearing-SessionSta
Thanks Laurent, yes, the temlate is good, I managed to import it in
eclipse, but it doesn't response when I type Hi,
>
> you're right, the file is broken.
> I have updated the wiki page.
> You can also get the proper version here :
> https://github.com/downloa
Hi, what is the pros and cons of using tapestry to handle hibernate
instead of spring ?
I did a little bit research on google, but only most of them are howto
or integration tutorials.
would anyone please give me a link if it has been discussed somewhere?
Thanks
John
the quick-start index.tml with jsp editor, type Mark is right, you have to use the JSP editor.
> So, i have tested with Eclipse Helios and it work for me.
>
> Laurent.
>
> -Message d'origine-
> De : Mark [mailto:mark-li...@xeric.net]
> Envoyé : mercredi 8 juin
Hi
Finally, get it working according to
http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse . I don't
know why, but
http://tapestrytools.googlecode.com/svn/trunk/TapestryTools_UpdateSite/ just
doesn't work for me. :(
Thanks
John
於 2011/6/9 0:10, onj888-tapes...@yahoo
於 2011/6/8 22:35, Thiago H. de Paula Figueiredo 提到:
> On Wed, 08 Jun 2011 11:31:56 -0300, wrote:
>
>> Hi, what is the pros and cons of using tapestry to handle hibernate
>> instead of spring ?
>> I did a little bit research on google, but only most of them are howto
>
t;
>> Obrigado cara, td deu certo!
>> :)
>
> You're welcome! But don't forget that you should post in this mailing list in
> English always. :)
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
7:35:14 -0300, PXZ wrote:
>
>> hi, I'm new to Tapestry.
>
> Welcome!
>
>> I was trying out the Vote Youtube tutorial/video,
>> and looks like that ActionLink doesn't seem to be safe for search engines?
>
>> The problem with this code is that the
iggering, etc commands for Form to execute while handling
> a form submission.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.a
the component as the information I need passed
> back to the page is only in the component not the page.
>
> From reading the tapestry API it seems that it is more cleaner to push and
> pop the objects in the same component rather than popping and pushing in
> different components?
Sorry @InjectCompoment not @inject
Regards
Taha
On Jun 20, 2011, at 8:32 PM, Taha Tapestry wrote:
> There are two ways of doing this
> One way is to use parameters. Create a parameter display in the component
> which will be readonly for the page and to which the component assigns a
Taha
>>
>> On Fri, Jun 24, 2011 at 7:01 PM, Alexander Rosemann
>> wrote:
>>>
>>> Hi,
>>>
>>> I asked this before but couldn't resolve the issue based on the information
>>> that Taha forwarded me.
>>> (http://tapestry.1045711.
Hi
There are two phases after you submit a form. First comes the action phase and
then the render phase. You are pushing an object in the render phase so at the
time of action the object is not there.
Regards
Taha
On Jun 24, 2011, at 10:47 PM, Tony Nelson wrote:
> On Jun 23, 2011, at 6:27
Hi Tony
If your form's name is myForm then You should call onValidateFromMyForm(). If
you do not append "FromMyForm" then the method " onValidate" will be called for
each form field as well as for the form itself.
Other alternative is to name the method anything else and annotate with
@OnEve
Hi
JavaScript is a resource and if you are packaging it in a jar you can use the
resources folder typically src/main/resources. Also it is a good convention to
put the file in the same hierarchy as the java file using/importing it
e.g if the class file is a.b.MyClass which is importing the reso
Hi,
I was follow the instruction here
http://tapestry.apache.org/integrating-with-spring-framework.html
to integrate spring with tapestry.
I have one special class that implement Spring's ApplicationContextAware.
But when application starting it never invoke
setApplicationCo
Hi
>>>>>>>
>>>>>>> More than 1 hits in two and a half months, not bad.
>>>>>>>
>>>>>>> regards
>>>>>>> Taha
>>>>>>
>>>>>>
>>>>>> -
, Christian Köberl <
tapestry.christian.koeb...@gmail.com> wrote:
> On 2011-06-27 13:35, Rendy Tapestry wrote:
>
>> I was follow the instruction here
>> http://tapestry.apache.org/**integrating-with-spring-**framework.html<http://tapestry.apache.org/integrating-with-s
e's RSS reader just checks for an
>> updated feed.
>>
>> Mark
>>
>> On Tue, Jun 28, 2011 at 6:07 PM, Taha Tapestry
>> wrote:
>>> Then may be all of these hits are really rss feeds and wordpress is keeping
>>> me happy :(
>>>
>
ion tests
> The component entitygrid does all this and more and all you have to do is
> set the column names. It uses table instead of div for rendering forms. This
> component is an example of the real power of tapestry
>
> Regards
> Taha
>
> --
> View this message in context
Here is an example of ClassNameLocator to create entity daos for entities in a
given package
http://tawus.wordpress.com/2011/04/28/tapestry-magic-9-integrating-with-hibernate-and-multiple-database-support/
Regards
Taha
On Jul 1, 2011, at 6:55 PM, "Thiago H. de Paula Figueiredo"
wr
://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
>
> DYNAMIC ADVANCED
> SEARCH FORM
>
>
>
>
>
>
>${message:advancedsearchcomponent.found}
>
>
>
>${message:advancedsearchcomponent.notfound}
>
>
>
>
>
>
>
&
Hi All,
I am using tapestry layout component, in page class I add @Import annotation
to import jquery library. I have another page that is being used along with
the layout component and having @Import annotation to import specific
javascript for that page. That javascript used jquery inside it
Hi Mihail,
Thank you for your response. If that is how the correct thing should
happened, I will accept it. I come to this question because in Tapestry 4, I
am using decorator to build a template. In default.jsp I put an import to
jquery lib once and never import it again in every page that use
Did you try directly inserting the script in layout by using script tag inside
head tag
Regards
Taha
On Jul 16, 2011, at 9:35 PM, Rendy Tapestry wrote:
> Hi Mihail,
>
> Thank you for your response. If that is how the correct thing should
> happened, I will accept it. I come to t
I was try it, but its still not working.
Thanks,
Rendy.
On Sat, Jul 16, 2011 at 11:26 PM, Taha Tapestry wrote:
> Did you try directly inserting the script in layout by using script tag
> inside head tag
>
> Regards
> Taha
>
> On Jul 16, 2011, at 9:35 PM, Rendy Tapestry
>
You should always check request.isXHR() and if it returns true then it is an
Ajax call otherwise it is a non-Ajax call. The reason might be an error in ie9
which causes a non-Ajax call
Regards
Taha
On Jul 18, 2011, at 7:38 PM, CHAUVEL wrote:
> Hi,
> I have a tapestry 5 app. I h
I think @XHR can be included in tapestry-core. I use it all the time to avoid
these problems
Regards
Taha
On Jul 18, 2011, at 8:17 PM, "Thiago H. de Paula Figueiredo"
wrote:
> On Mon, 18 Jul 2011 11:08:42 -0300, CHAUVEL wrote:
>
>> Hi,
>
> Hi!
>
>&g
You can check it at
http://tawus.wordpress.com/2011/04/16/tapestry-magic-2-ajax-with-graceful-degradation/
I can file a jira and patch for it
Regards
Taha
On Jul 18, 2011, at 10:33 PM, Josh Canfield wrote:
>> I think @XHR can be included in tapestry-core. I use it all the time to
&g
Hi
OnValidate is called for each form component and the form so if you want it
only for the form try onValidateFromForm()
Regards
Taha
On Jul 28, 2011, at 11:56 AM, Gunnar Eketrapp wrote:
> Hi!
>
> Maybe a newbie question but I have been on vacation for a month.
>
> Why does onValidate get
The documentation says you have to annotate the page class with
@Import(stack='jquery')
Regards
Taha
On Jul 28, 2011, at 8:54 PM, dick_hu wrote:
> when I use the ioko-tapestry-commons's mixins Overlay there is exception
> occur
>
>
transformation ? If
yes, how could I solve my problem ?
Thanks,
Rendy.
ps. I am using tapestry 5.2.5 (ComponentClassTransformWorker)
canning service.
> >
> > As far as class transformation is concerned, you can transform an
> > existing class or create a new one by using ClassFab etc classes which
> > are based on javassist in 5.2+ (on PlasticClass etc in 5.3+).
> >
> > Can you elaborate on
tc in 5.3+).
> >
> > Can you elaborate on your problem ?
> >
> > On Thu, Aug 4, 2011 at 7:25 PM, Rendy Tapestry >
> wrote:
> >> Hi all,
> >>
> >> I have problem with class transformation, my question, will this class
> >> transf
isclaimer: I have never used tynamo-resteasy and this information is
> based on http://tynamo.org/tapestry-resteasy+guide.
>
> On Fri, Aug 5, 2011 at 8:16 AM, Rendy Tapestry
> wrote:
> > Hi Josh,
> >
> > Might you please elaborate your answer ? I don't get it
How are you persisting your message ?
For a post request tapestry uses redirect after post and so if you don't
persist the message it will be lost. For such situations we have
@Persist(PersistenceConstants.Flash) which stores the value in a session till
it is read for the first time
Re
lication(Configuration
> > singletons, ObjectLocator locator)
> > {
> >singletons.add(locator.autobuild(MyDomainObjectResource.class));
> > }
> >
> > Disclaimer: I have never used tynamo-resteasy and this information is
> > based on http://tynamo.org/tapestry-
first 100 characters.
>
> What is the best way to do this? With minimal codes in Tapestry 5?
>
> Thanks.
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/t-type-grid-Excerpt-column-tp4708859p4708859.html
> Sent from the Tapestry - Use
Check if nombre has any value for each row.
Regards
Taha
On Aug 18, 2011, at 8:24 AM, ixcoatl wrote:
> The url is this:
>
> http://localhost:8080/Volumetria/seguridad/borrarusuario
>
> So, no parameters shown, right?
>
> Cheers!
>
> --
> View this message
Hi Gunnar
Nice one. I just can't stop laughing :)
BTW 'jihad' means "struggle/effort to achieve a particular goal"
So it won't be wrong to say We in this mailing list jihad to learn and help
others to learn tapestry. But unfortunately this word is being misused a
Hi all,
I build an application that will support two locale, that is in_ID and en. I
am using PersistentLocale to accomplish this and as consequences all my
application url are encoded with selected locale (user set it manually
through application menu). So if my application name is xyz and in_ID
Yes, I just set as you do, but it doesn't work. This is because what browser
send through request header is US locale. Based on tapestry mechanism
looking up for locale, it will search the nearest locale that is en. That
why ordering like that doesn't work.
Any other idea ?
Sorry
nfiguration configuration) {
configuration.addInstance("Localization", LocalizationDispatcher.class,
"before:PageRender");
}
What seems to wrong here ?
Thanks,
Rendy.
On Fri, Sep 9, 2011 at 12:26 AM, Christian Köberl <
tapestry.christian.koeb...@gmail.com> wrote:
> 2011-09
, tapestry still picking value from test.properties.
What might be wrong with my code ?
Thanks,
Rendy.
On Fri, Sep 9, 2011 at 11:37 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 09 Sep 2011 12:54:23 -0300, Rendy Tapestry <
> rendy.tapes...@gmail.com&
Can anyone explain that this approach will work for my problem or not ?
Thanks,
Rendy.
On Sat, Sep 10, 2011 at 12:02 AM, Rendy Tapestry
wrote:
> Hi Thiago,
>
> Thanks for such fast response, after setting it to false, my page is
> showing up again but, the solution still not working.
>
This is a question for which are are going to get a lot if responses. Here is
mine
On Sep 11, 2011, at 2:26 PM, Alfonso Quiroga wrote:
> Hi! I've used tapestry 5.0 some time ago, in a small app at home. Now
> in my work I've to decide which framework we will use for a state
help.
Rendy.
On Tue, Sep 13, 2011 at 12:33 AM, derkoe <
tapestry.christian.koeb...@gmail.com> wrote:
>
> Rendy Tapestry wrote:
> >
> > Hi Christian,
> >
> > Thank you for taking time to help. I try to solve my problem using second
> > approach from your s
;t work
> with zones !!
>
> If any of this sounds crazy..it's because I'm new to ajax with tapestry.
>
>
> On Mon, Sep 12, 2011 at 7:54 PM, derkoe
> wrote:
> >
> > Muhammad Gelbana wrote:
> >>
> >> I have a table with many cells being updat
The URL for the login form does not contain the full URL to the server, so
why does Tapestry respond with the IP address?
--Michael
On Mon, Sep 19, 2011 at 1:07 AM, Michael Molloy wrote:
> One other thought. Looking over the http://tapestry.apache.org/https.htmlpage
> again, I notice t
cting, I
guess.
So the root problem is still the fact that when Tapestry sends a redirect,
it is ignoring my custom BaseURLSource class inside the AppModule.java
class.
I'm still hoping someone can tell me what I'm doing wrong with this
implementation.
@Contribute(ServiceOverride.
Hi All,
Is it possible to have a custom component with a method that will getting
called when the enclosing form is being submitted ? In that method, I want
to change some parameter of that custom component.
Thanks,
Rendy.
Anyone resolved this problems ? I encountered the same things.
Thank you,
Rendy.
On Fri, Sep 23, 2011 at 5:13 AM, Christoph Jäger <
christoph.jae...@derwald.at> wrote:
> Hi,
>
> I am migrating an application from Tapestry 5.0.16 to 5.2.6. There were
> some things to change,
; then when you refresh your page, there is no reason why your fields
> should not display said data.
>
>
>
> On 3 October 2011 09:10, Geoff Callender
> wrote:
> > I haven't seen this problem. Can you find an example in JumpStart that
> has this behaviour?
> >
rride processSubmission() method.
>
> Otherwise you can @Inject FormSupport and then use
> FormSupport#storeAndExecute() to execute a ComponentAction
>
> regards
> Taha
>
> On Oct 2, 2011, at 9:18 PM, Rendy Tapestry wrote:
>
> > Hi All,
> >
> > Is it
e behaviour may be due
> to a Firefox 4 "security feature".
>
> On 03/10/2011, at 3:04 PM, Rendy Tapestry wrote:
>
> > Hi Geoff,
> >
> > I am using Firefox 6.0.2 and accessing
> >
> http://jumpstart.doublenegative.com.au/jumpstart/examples/state/shar
Hi all,
How do get the default error page to log into log4j?
I really dont need to overide the default error page (this is an internal
application) but I do need the errors logged. Any help is appreciated!
Thanks,
Amir
-
To
> Sent: Wednesday, June 21, 2006 9:43 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Logging error page into log4j
>
> Hi all,
>
> How do get the default error page to log into log4j?
>
> I really dont need to overide the default error page (this is an in
CTED]> wrote:
> Just extend ExceptionPresenterImpl and call your superclass' implementation!
> :-) Ain't object-oriented programming great?
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 21, 2006 10:33
t; value="infrastructure:requestExceptionReporter"/>
>value="infrastructure:responseRenderer"/>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 2
:
>
>
>
> Then we copied/modified the code from tapestry's error page so we could pipe
> tapestry's stacktrace generation to log4j. The actual html/page file was
> just our friendly message and layout with the original tapestry
> implementation sitting in a hidde
Hello all,
I’m exploring the possibility of adding ETag headers to images my
Tapestry application is serving, to help improve performance on slower
networks.
It seems that Apache Server automatically adds ETag headers to images
sourced from static files (Tapestry @Asset), but not when
Conclusion:
The callback mechanism for modifying RequireJS's configuration on the go
seems to have done the trick. I was able to disable RequireJS's default
7 second timeout.
Not being entirely sure of when in the page's lifecycle the JS gets sent
and the timeout clock starts ticking, I mad
Hello,
I need to retrieve the session ID (JSESSIONID) from IRequestCycle. Is there
way to do that ?
Would be nice if someone have the solution of this non-urgent problem.
Cheers,
Didier
1 - 100 of 148 matches
Mail list logo