Re: html:form tag within a logic:equal tag currupts html output

2002-01-08 Thread David M. Karr
> "Jim" == Jim Calder <[EMAIL PROTECTED]> writes: Jim> I have a form which has three modes; Create, Edit, and View. When the form Jim> is Create or Jim> Edit, I want to place the focus on the first field (longName). But when I Jim> use a logic:equal Jim> tag to determ

html:form tag within a logic:equal tag currupts html output

2002-01-08 Thread Jim Calder
I have a form which has three modes; Create, Edit, and View. When the form is Create or Edit, I want to place the focus on the first field (longName). But when I use a logic:equal tag to determine the correct html:form tag, I get a corrupted html file. Is there another solution besides the