Job Offer: Java Web-Frontend Developer (Hamburg, Germany)

2006-07-04 Thread Christian Mittendorf
Hello! Hope this message is not too offtopic... the company I'm working for is currently searching for Java developers with web-frontend experience. Knowledge of Tapestry is not required. However, all of our frontend development in the team is done using Tapestry and Cayenne. It's a

ClassCastException when using intValidator

2006-07-04 Thread Firas A.
Hello, I get ClassCastException (org.apache.tapestry.valid.IntValidator) when trying to validate a field. Below is the code I'm using. Page class: @Bean public abstract ValidationDelegate getValidationDelegate(); Page spec: component id=AddToCartForm type=Form ... binding name=delegate

Re: ClassCastException when using intValidator

2006-07-04 Thread Shing Hing Man
binding name=validators value=validator:int, required, maximum=5 / Please try replacing validator by validators. validator is for ValidField. Shing --- Firas A. [EMAIL PROTECTED] wrote: Hello, I get ClassCastException (org.apache.tapestry.valid.IntValidator) when trying to validate a

Re: i18n text in properties file and HTML

2006-07-04 Thread Shing Hing Man
Have you tried using the Insert component with parameter raw set to true ? http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Insert.html Shing --- Jean-Eric Cuendet [EMAIL PROTECTED] wrote: Hi, I would like to put markup in the texts in my properties files. I have something

Theoretical question: Differences and similarities between page and hivemind service.

2006-07-04 Thread Aleksej
What are a differences and similarities between page and Hivemind service? Is it possible in the future to implement pages as Hivemind services as POJO's with all services features as auto-wire and so on. currently I need to inject services into a page manually, use logging directly ( NP, but I

RE: Theoretical question: Differences and similarities between page and hivemind service.

2006-07-04 Thread James Carman
There is a project called tapestry-autowire (available via SVN) which allows you to automatically wire HiveMind services into your pages: http://svn.javaforge.com/svn/tapestry/tapestry-autowire/trunk You can use anonymous/anon as the username/password to check it out. It builds using Maven2.

Re: i18n text in properties file and HTML

2006-07-04 Thread Josh Long
Does anyone else see the potential in a specialized @Message component that serves to act as refined @Insert but for messages? It owud take the formatters, would know how to handle raw, and would generally replace the monotony of span jwcid = @Insert value = ognl: messages.myMessageKey/span with

Re: Tacos issues

2006-07-04 Thread Aslak Grønflaten
Hi, I'm having trouble with Dojo as well, and especially the fact that it's been chosen for 4.1. Of all the Tacos demos, only the tab component work in Safari (on the Mac). If it's not cross-platform, Dojo is really not a good toolkit to standardize on A