Hi

I have some trouble in developping a tag.
my tag will be included between a <html:form> and
</html:form> and I need to know the name of this form.
Is their a way to get it in the tag I'm writing.

for example if I use:
<html:form action="/news.do">
<myTag:aNewTag> ...
</myTag:aNewTag>
...
</html>

I want html which look like:
<form name="newsForm" action=...>
<script>
displayCalendar(newsForm);
</script>
...
</form>
So in this example I need to get the String newsForm in
my tag aNewTag

Thank you for your help

Barry BURNEREAU
--------------
Profitez des 2 offres exceptionnelles Tiscali !
"Internet Gratuit le Jour" et "Modem ADSL rembours�"
Cliquez ici, http://register.tiscali.fr/forfaits_ls/
Offres soumises � conditions.



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

Reply via email to