Re: FormInjector

2014-10-07 Thread Stefan Schuetz
No, no need. Am 04.10.2014 um 01:38 schrieb Howard Lewis Ship : > Just a survey ... does ANYBODY use the FormInjector component directly? > It's going to be a lot of work to upgrade it for 5.4 and I'm very tempted > to just remove it outright. > > -- > Howard M. Lewis Ship > > Creator of Apac

Problems with multiple Beaneditors inside Component

2014-08-16 Thread Stefan Schuetz
Hi guys, i have some serious trouble with a custom component. The component needs to have multiple zones and beaneditors nested and thats the problem. I can’t get it to work. I’ve tried some variants, without success. (using 5.4-Beta6) Where is my mistake? Any clues? PAGE:

Re: Remove @PageAttached & @PageDetached

2011-07-23 Thread Stefan Schuetz
Lenny, it is'nt deprecated actually. but its going to be in a next release. Am 24.07.2011 um 07:18 schrieb Lenny Primak : > Come to think of it, I got @PageAttached from the documentation, not the > Tapestry in Action book. > Specicially, http://tapestry.apache.org/page-life-cycle.html > > N

Re: Enum or Drop Down

2011-02-21 Thread Stefan Schuetz
No, because tap needs to know how to remap the values on a form submit. So you need to provide a select model. But it's really easy stuff! Take a look: http://jumpstart.doublenegative.com.au/jumpstart/ - Stefan Am 21.02.2011 um 17:26 schrieb robnangle: > > So there is no way of doing it like

Exciting opportunity in Berlin

2011-02-21 Thread Stefan Schuetz
Hi guys, are here any tapestry pros which will mind about to take a really exciting offer as a tapestry developer in a permanent position here in Berlin/Germany? Please feel free to contact me! - Stefan smime.p7s Description: S/MIME cryptographic signature

Re: Unknown Configuration changes with Tap 5.2 and Chenillekit 1.3.0 - Quartz

2010-11-04 Thread Stefan Schuetz
;t read file '%s'", > file.toURI())); > > try > { > configuration.add("configuration", file.toURI().toURL()); > } > catch (MalformedURLException e) > { > throw new RuntimeException(e); > } > } > > > with regards > Sven Homburg >

Unknown Configuration changes with Tap 5.2 and Chenillekit 1.3.0 - Quartz

2010-11-03 Thread Stefan Schuetz
Hi, after updating Tap to 5.2.2 and updating Chenillekit to the latest 1.3.0 Snapshot i've a configuration issue. I can't get this chenillekit-quartz part working again. Here's my (old) configuration (same as in doc) in my app-module: public static void contributeSchedulerFactory(OrderedConfigur

Re: Which T5.2 to use?

2010-10-21 Thread Stefan Schuetz
dered > "beta". It is primarily a bug-fix over 5.2.0, which was released as an > "alpha" status release. > 5.2.2 is still a snapshot/not officially released. I would go with 5.2.1, or > possibly 5.2.2-SNAPSHOT. > > Robert > > On Oct 20, 2010, at 10/201:55

Which T5.2 to use?

2010-10-20 Thread Stefan Schuetz
Hi again, i want to upgrade my current project from 5.1.0.8 to 5.2 My main reason is TAP5-733 [I have this bug with 5.1.0.8 too] and there are a lot of changes i like to play with too. So, which version of 5.2 should i take? 5.2.0 , 5.2.1 or 5.2.2 ? I could not found a Changelog/Known Bugs list

Trigger a client-side event AFTER Zone update?

2010-10-20 Thread Stefan Schuetz
Hi guys, i have an ajaxformloop (could be a simple zone too). After adding a row i need to trigger a client-side action to do some stuff with the inserted elements. How can i do this? To be more precise: After the DOM is ready a script finds all elements within an ajaxformloop-generated table

Strange behavior with Tomcat and NIO Connector

2010-08-24 Thread Stefan Schuetz
Hi, can anyone reproduce some strange behavior when configuring the tomcat connector to use the NIO-API? My Ajaxformloops stop working when this feature is enabled. There is no server-side error log, i simply get an 400 Bad Request. Stefan smime.p7s Description: S/MIME cryptographic signat

team-ready handling of .properties?

2010-07-13 Thread Stefan Schuetz
Hi folks, i have a more common question: how do you handle the translation management (with plain .properties) when working in a team? -> different developers are defining strings, translate, merge, update, overwrite, delete => chaos! Is there a proper web-based solution to handle that? Thank

Re: disable label suffix

2010-06-10 Thread Stefan Schuetz
lol there's really no symbol/property etc. to disable that? Am 09.06.2010 um 17:25 schrieb Thiago H. de Paula Figueiredo: > On Wed, 09 Jun 2010 12:15:17 -0300, Stefan Schuetz wrote: > >> Hi folks, > > Hi! > >> i can't find out how to disable the

disable label suffix

2010-06-09 Thread Stefan Schuetz
Hi folks, i can't find out how to disable the label suffix (":") which will be auto. appended. Does anyone have an idea? Thanks in advance, stefan smime.p7s Description: S/MIME cryptographic signature

Integrating Hibernate Shards

2010-04-22 Thread Stefan Schuetz
Hi, i'm looking for a way to integrate Hibernate Shards into my T5 app. A switch to JPA is not an option, we have to much hibernate specific stuff (queries, mappings, etc). So i think the shortest path would be to override the "tapestry-core SessionFactory providing classes" in some way. At th