Hi All,

Is there a way to pass a parameter into the <HTML:FORM> and have it rendered
on the <FORM> statement 'as is'?  In other words, do something like this:

        <html:form action="myAction.do" method="POST" attribute='my string
that I want rendered'>  // attribute is something I made up

and have it end up looking like

        <form action='/webapp/myAction.do' method="POST' 'my string that I
want rendered' >

I know I can add to the TLD and add the functionality to the <HTML:FORM>
tag, but if there is an easier way I'd sure like to find it!

Thanks!


Jerry Jalenak
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496
[EMAIL PROTECTED]


This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at the following email 
address: [EMAIL PROTECTED]



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

Reply via email to