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
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
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
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
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
> 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:
>
>>
>>
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
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