Hey There,
What I would do is simply use the doc.addElement method in the appropriate
places and add the form tags as you would any text.
i.e.
doc.addElement("<form>")
.........
.........
.........
doc.addElement("</form>")
This should work for you.
Brian Cole
-----Original Message-----
From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 4:27 PM
To: [EMAIL PROTECTED]
Subject: How to create "half" a tag?
Hi,
in an application, I have the need to build "half" tags for e.g. a
<FORM> </FORM> tag. I want to have two methods, one which returns the
opening tag of an ECS object and one whith returns the closing tag.
(I need two callbacks from a velocity template to put opening /
closing tags in the right locations of a prebuilt form)
Is there any way to do this?
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED]
Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED]
D-91054 Buckenhof Fax.: 09131 / 50654-20
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]