"Henning P. Schmiedehausen" wrote:
> Hi,
Hi Henning
> 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)
i'm a bit confused.
ecs is designed to create complete document fragments (eg. everything
between the <FORM> and the </FORM> tags).
so, everything that you want to end up in the form needs to be added as
ecs elements to
the Form element. if you construct it like this, then everything should
always end up in the right places.
> Is there any way to do this?
i'm sure there is a way to solve you problem (but it probably won't need
half tag)
but i'd need to know a bit more about what you're trying to do if i'm to
be any help.
some code would be useful.
- robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]