I have a BeanEditForm for a UserBean that has a password field.
I gather that I am supposed to be able to override the BeanEditForm
input for the password so that it renders with type="password" so
that the text is not visible on the screen. So I do the following:
but it gets rendered as
g/apache/tapestry/annotations/Component.html
>
>
> -Filip
>
> Chris Campbell skrev:
>> Simple question from a noob: Following form example, mostly works
>> well. Now I want to do some cross validation server side, and can do
>> that, however I cannot figure out h
Simple question from a noob: Following form example, mostly works
well. Now I want to do some cross validation server side, and can do
that, however I cannot figure out how to set the error message on
the form.
My class has:
@Inject
private BeanModelSource _beanModelSource;
@Inject
priva
Never mind, I found that my AppModule was failing.
Chris Campbell wrote:
> Hi, new to Tapesty 5 here, using 5.0.6
>
> I am setting up a simple webapp along the lines of the tutorial.
> Running in tomcat, I get the following error. The strange thing is
> that the tutorial itself r
Hi, new to Tapesty 5 here, using 5.0.6
I am setting up a simple webapp along the lines of the tutorial.
Running in tomcat, I get the following error. The strange thing is
that the tutorial itself runs fine in the same environment. It seems
that the TapestryModule cannot find a default asset ? I ca