Hello Michael,
tc:page is a form. You don't need to define a tc:form. tc:form is for
partial validation and partial model update. Please look at the forms
example in the demo.
Regards
Bernd
Michał 'Gandalf' Stawicki wrote:
hello,
I have a some tx:in controls, tc:selecOneChoice and two buttons - save
and display. Now, if I press save I need to save entered data, but
first validate it. If i press display, I need to display some data in
tx:in's according to selection, but ommit validation.
Is there any way to achieve this?
If I put everyting in one form and put display button outside the
form, then tx:in's won't get update. If I use the immediate attribute,
then the fields won't get updated neither.
Any hints?
regards,
michael