I am using Nitrogen. And I have an #upload
element together with a #textarea
element. When a user presses the button to upload the file the #textarea
also gets posted and I can receive it with wf:q/1
in the finish_upload_even/4
function. This is all good but I want to wire a #validator
to the #textarea
and cannot find the TriggerId
to use. Am I misunderstanding something or is this functionality not obvious? Maybe even impossible as of now?
Asked
Active
Viewed 551 times
6

Nikolai Shevchenko
- 7,083
- 8
- 33
- 42

danron
- 189
- 8
-
Show us your Nitrogen source code please so that we show you where to position the validator. – Muzaaya Joshua Apr 09 '12 at 07:58
-
we need the source, you could be doing something perhaps the wrong way. – Muzaaya Joshua Apr 10 '12 at 05:32