Re: JOB

2008-11-11 Thread devilabit
developer and would like to work using tapestry in downtown Montreal please let me know and ill send you more information. Thanks. devilabit wrote: > > Hi All, > > Sorry for this off-topic post. > > I have just moved to Montreal, Canada and Im wondering if anyone knows any &g

Why would you use a web framework?

2008-11-05 Thread devilabit
I apologize in advance if this is a little off topic. I recently started work for a new company and they are looking at moving some of their desktop apps to web apps. I have been tasked with investigating how we would go about this. The web app in question will need a rich interface but I woul

Re: T5: Ajax components

2008-10-31 Thread devilabit
It is easy to make custom components or create mixins in Tapestry and the t5components you mention do look promising. You also have the option of using another javascript library like extjs if you need more advanced "sexy" looking widgets. James Sherwood wrote: > > Hello, > > > > I have be

JOB

2008-09-22 Thread devilabit
Hi All, Sorry for this off-topic post. I have just moved to Montreal, Canada and Im wondering if anyone knows any companies that use Tapestry and have a development office in Montreal. I am quite keen to keep working with Tapestry. Any help would be greatly appreciated. -- View this message i

Re: Cant get FromFragment to skip server side validation

2008-08-20 Thread devilabit
may seem strange to have hidden fields required but as well as using the t:validate="required" for validation I am also using the required property to render fields with a required field marker. Any suggestions would be appreciated. devilabit wrote: > > What I have is a larg

Re: Cant get FromFragment to skip server side validation

2008-08-12 Thread devilabit
> assume that you /want/ server-side validation, since relying on client- > side validation is insecure. But maybe you're trying to write a > cancel button or something? > > Robert > > On Aug 12, 2008, at 8/1211:26 AM , devilabit wrote: > >> >>

Cant get FromFragment to skip server side validation

2008-08-12 Thread devilabit
I am having trouble getting FormFragment to skip server side validation for a simple example I created. The FormFragment is not visible and it has one textfield that has a required validator. eg. test field Is there something simple im missing? I tired with both clientValida

Re: How to create my ValidationDecorator in T5?

2008-07-29 Thread devilabit
We had a requirement to put an image after each label for form fields that were required. I am new to tapestry but after some investigation and by following Howard's pattern I was able to do this. Firstly I decorated the DefaultValidationDecorator class and added the image inside the label. I