Hello
All!
I'm new to Tapestry,
and I'm trying to figure out if our company can use it to replace our jsp-based
system. So far it looks very promising, but now I've run into the
wall.
I'm trying to
subclass an existing component, ValidField, to be able to add custom attributes
to it (javascript event handler). I've looked into overriding the
renderComponent() function and adding the attributes, but that can't be done,
tapestry is complaining about not being able to write to a closed
tag.
As it is now, I'm
using informal parameters, but that's not really an option, because I want to
supply the attribute in the java class, not in the html
file.
Can anyone help me
out?
regards,
Niklas
Ekman
