T5 How to access ApplicationState(session) in Servlet Filter

2007-07-09 Thread matt22
T5 Can i access ApplicationState(session) in classic Servlet Filter_? Thanks -- View this message in context: http://www.nabble.com/T5-How-to-access-ApplicationState%28session%29-in-Servlet-Filter-tf4052511.html#a11510759 Sent from the Tapestry - User mailing list archive at Nabble.com. --

T5: real huge application with T5?!

2007-08-17 Thread matt22
Hi everyone, Is it possible to use T5 or previous tapestry for project with about 10,000 unique/day? I have been working in php a few years but last 5 years i work with java(jsp/struts/tapestry), i need to create some huge projects with visiting about 5-10-15,000 unique/day, i would like to write

Re: [T5] Localization and application message catalog

2007-08-25 Thread matt22
I have similar problem. I set locale in _persistentLocale, and cookie saved correctly, but no more... Injectes locale=en always Any idea? Janko Muzykant wrote: > > hi there, i tried to localize my application putting all messages into 3 > global resource files: > > WEB-INF/app.properties [Eng

T5 null to Integer Exception

2007-09-15 Thread matt22
I have easy form with Integer input value, but i cannot parse null value=blank field into Integer, i always get exception. So is this a bug in 5.0.5 or i do a mistake, somewhere? Similar problem with bigdecimal was here: http://thread.gmane.org/gmane.comp.java.tapestry.user/52351/focus=52367 Exc

Cookies in filter not working

2007-09-29 Thread matt22
Cookies in app-filter in AppModule not working(not saved): running: _cookies.writeCookieValue("erweter","xxx"); - get exception \/ _cookies.writeCookieValue("erweter","xxx","/abc/"); - is ok but not working Exception: 00:12:42.703 ERROR! [SocketListener0-1] org.apache.tapestry.internal.services.

T5 simple problem

2007-06-28 Thread matt22
I use T5-5.0.4 without Maven. I use Netbeans and Tomcat 5.5, and have a primitive problem with components. I have page StartPage.html: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> hilo Start Page 123ItemsView And Component-ItemsView template: http://tapestry.apache.or

T5 & IT Mill Toolkit ?

2009-08-18 Thread matt22
Is it possible to use T5 & IT Mill Toolkit? together? IT Mill Toolkit - http://www.itmill.com/ thanks for any suggestions... Matt -- View this message in context: http://www.nabble.com/T5---IT-Mill-Toolkit---tp25035073p25035073.html Sent from the Tapestry - User mailing list archive at Nabble

Submit(with context) in Loop In Form

2009-11-22 Thread matt22
Hello, i have a problem with submit component with context, easy form with loop in TML: easy method in CLASS: @Property private Integer _testIndex; @OnEvent(value = "selected",component="testBut

DateField Exception

2009-12-15 Thread matt22
Hello, i have easy form and easy datefield ...and i still get exception(in blackbird), when i click on day in calendar, it seems like ajax exception, but i am not using ajax... Communication with the server failed: Exception constructing service 'AjaxComponentEventResultProcessor': Err

Re: DateField Exception

2009-12-15 Thread matt22
is there any demo for T5.1 and simple datefield? thanks My Problem with simple datefield: java.lang.IllegalArgumentExceptionService contribution (to service 'AjaxComponentEventResultProcessor') conflicts with existing contribution (by org.apache.tapestry.commons.TapestryCommonsModule.contributeA

Advanced Tapestry Location

2009-07-08 Thread matt22
Hi, is it possible to set a special template(.tml) location for some pages or components? Example: dir/SuperPage.class - has 3 tml: dir/anytmldirA/SuperPageTemplate.tml dir/anytmldirB/SuperPageTemplate.tml dir/anytmldirC/SuperPageTemplate.tml ...whitch template will be used can be in dbs. Is t

OnEvent Problem

2010-06-08 Thread matt22
I am using ck/onEvent in template file: .. - Without tags i get Tapestry templa

How to run JS function after zone update?

2010-06-22 Thread matt22
How to run JS function after zone update? ... I want to do something like: $('formZone').observe("onLoad", function(){alert('vvv');}) ...but of course, div dont have "onLoad"... Simply to run my own JS function after every zone update. thanks in advance -- View this message in contex

Re: How to run JS function after zone update?

2010-06-22 Thread matt22
i have this solution: $('formZone').observe("tapestry:zoneupdated", function(){alert('vvv');}) -- View this message in context: http://old.nabble.com/How-to-run-JS-function-after-zone-update--tp28959337p28959455.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Multiple COmponents

2010-07-07 Thread matt22
-- View this message in context: http://old.nabble.com/Multiple-COmponents-tp29100028p29100028.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache

Multiple Components in

2010-07-07 Thread matt22
Hi, Is it possible to render list of component in delegate? http://old.nabble.com/Multiple-Components-in-%3Ct%3Adelegate-...-tp29100029p29100029.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubsc

Inject in SetupRender?

2010-07-07 Thread matt22
Hi, Is it possible to inject componets in setupRender, or beginRender? If in layout i have 5 components and i want to inject only some of the components(depends on DBS settings). thanks for any suggestion in advance, and sorry for my terrible english, thanks.. :) -- View this message in contex

Re: Multiple Components in

2010-07-08 Thread matt22
hmmm, yes... But I want to insert components dynamically, in class: TML: > correct... create a block with multiple coponents > > g, > kris > > > > Von:matt22 > An: users@tapestry.apache.org > Datum: 08.07.2010 07:15 > Betreff:Multiple Co