Believe it or not, this is as expected...

The nested extension is not to simply maintain the functionality of the 
original, but to provide it in the nested context. If you don't want the 
features of the nested context (the default submit tag), then use the 
original html:submit

When you use a nested tag, one thing is expected. The "property" 
property to be set and intended to be used in the nested context.
Also, where tags use a "name" attribute to identify a bean, this will be 
done automatically, supplied or not.

Just keep in mind, that if you don't need to nest a property, you should 
look at using the original tags in its place.
That's why all the tags weren't extended. Only those who could benefit 
from it.


Arron.


Christian Simonutti wrote:

>On Wed Jan 23, 2002 at 03:2322PM +0100, Tom Klaasen (TeleRelay) wrote:
>
>>Does attached patch work for you?
>>
>
>yes, works with reduced tag (<html:submit />) as expected.
>
>thanx,
>simon
>
>[snip]
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>



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

Reply via email to