I want to use a javascript prompt e.g.

        var foo = prompt("Please answer the question", "bar");

        And then route the result back to tapestry for processing.
        
        Historically, I did this with custom javascript and a hidden form
which I submitted after stuffing the result of the prompt into a placeholder
field in the hidden form.

        Is there a more "tapestry friendly" way to do this? Or is my
old-school approach still them best available one here?

        --- Pat



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to