Re: Not in GZIP format problem

2009-09-24 Thread Ovidiu Hurducas
itself (add/remove fields). > > > > Kalle > > > > > > On Wed, Sep 23, 2009 at 4:02 PM, Ovidiu Hurducas > wrote: > >> I've recently migrated an Tapestry 5.0.18 application to Tapestry > version > >> 5.1.0.5. > >&g

Not in GZIP format problem

2009-09-23 Thread Ovidiu Hurducas
I've recently migrated an Tapestry 5.0.18 application to Tapestry version 5.1.0.5. I have this form that isn't working anymore http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> I'm using Apache HttpClient 3.1 to POST a multipart form (file upload). And the stack

Re: [T5] How to get a list of the current instances of an ASO?

2009-01-08 Thread Ovidiu Hurducas
, Jan 8, 2009 at 3:22 PM, Ulrich Stärk wrote: > Ovidiu Hurducas schrieb: > > Greetings! >> >> I want to access the list of currently logged in users in my application >> and >> display it (along with user name, log in time, etc). >> The user at log in ti

[T5] How to get a list of the current instances of an ASO?

2009-01-08 Thread Ovidiu Hurducas
Greetings! I want to access the list of currently logged in users in my application and display it (along with user name, log in time, etc). The user at log in time initialize an ASO and stores all the required data in it. There is a way to access all those ASOs for all the users that exists at a

[T5.0.17] tapestry-hibernate with EJB/JPA, it is possible?

2008-12-11 Thread Ovidiu Hurducas
Hi! I want to use EJB3 Persistence with tapestry-hibernate. I've configured an persistence unit in persistence.xml file.However is keep trying to find the hibernate configuration. The exception message is: org.hibernate.HibernateException: /hibernate.cfg.xml not found As far as I know all the con

Re: [T5] - How to restore/re-attach to an ASO after user leave application?

2008-11-28 Thread Ovidiu Hurducas
out or the user closes and reopens his browser. > > I don't understand the parameters thing. Please be a bit more specific. > > Andy > > > > > > Ovidiu Hurducas schrieb: > > Hi! >> I have a Tap 5 (5.0.15) application with the following scenario: >> >

[T5] - How to restore/re-attach to an ASO after user leave application?

2008-11-28 Thread Ovidiu Hurducas
Hi! I have a Tap 5 (5.0.15) application with the following scenario: User access a page and init ASO -> User than leave on a 3'rd party site (can save some params here) -> user come back on my site and wants to access the ASO again (saved params can be provided here) So the questions are: How do

Re: [T5] - How to generate pages with absolute URIs?

2008-11-25 Thread Ovidiu Hurducas
no effect: the tag was rendered exactly the same. Thanks anyway! -- Ovidiu On Tue, Nov 25, 2008 at 6:45 PM, Toby Hobson <[EMAIL PROTECTED]>wrote: > ok try > > > > i.e. remove the leading / > > Toby > > 2008/11/25 Ovidiu Hurducas <[EMAIL PROTECTED]&g

Re: [T5] - How to generate pages with absolute URIs?

2008-11-25 Thread Ovidiu Hurducas
are not loading. On Tue, Nov 25, 2008 at 6:17 PM, Toby Hobson <[EMAIL PROTECTED]>wrote: > That's a little strange .. can you send an example of the urls T5 is > generating? > > > 2008/11/25 Ovidiu Hurducas <[EMAIL PROTECTED]> > > > Thanks, I already tr

Re: [T5] - How to generate pages with absolute URIs?

2008-11-25 Thread Ovidiu Hurducas
; public static void > contributeApplicationDefaults(MappedConfiguration String> configuration) > { >... >configuration.add(SymbolConstants.FORCE_ABSOLUTE_URIS, "true"); > } > > Toby > > 2008/11/25 Ovidiu Hurducas <[EMAIL PROTECTED]> > > >

[T5] - How to generate pages with absolute URIs?

2008-11-25 Thread Ovidiu Hurducas
Hi! I have a T5 webapp that has to provide a template page for a payment system, a page that contains assets like images, css, js files in the layout component. The template page is just a plain T5 page with a placeholder like $inject_here$. The payment system (another website) is taking the templa

[T5] - How to use a custom resource source, e.g. reading resources from a database instead of .property files

2008-09-17 Thread Ovidiu Hurducas
Greetings! I'm migrating a I18N enabled Tap3 application to Tap5. The current application is using a custom implementation of BaseEngine class (overriding createComponentStringsSource method to use my provided IComponentMessagesSource) to use internationalized resources form a database. The curren

Re: organizing HTML templates into subdirectories

2007-08-23 Thread Ovidiu Hurducas
Hi! I got this problem too. Until now I had the application packed as a war file and I had some pages in a subdirectory (something like profile/AuthPage.html) and the layout template in WEB-INF/layout/Border.html. It worked fine, but for some reason I had to change the deployment type, I cannot use

Problems with tapestry-spring while upgrading from 4.1.2-SNAPSHOT to 4.1.3-SNAPSHOT

2007-08-15 Thread Ovidiu Hurducas
Hi! I'm building an application that uses Tapestry 4.1.2, Spring 2.0.6(integrated with tapestry-spring 1.0.0) and Hibernate 3.2.1, Tomcat 6.0.14, jdk1.6. All went well before until recently when because of a bug in the InlineEditBox component (is about the listener problem) I've been forced to upg

Displaying validation errors in another page

2007-08-11 Thread Ovidiu Hurducas
Hi! I am trying to display form errors and highlighted fields in another form page then the initial form. More specific: I have a login form in the header component for "quick login" and if something wrong is happened there the user is directed to the main login page where the validation errors m