TagLib writes not "pure" XML
Hi,
I think I found a bug in JATO.
I want to use JATO for a WAP application.
Problem:
WML (HTML for WAP) will only work if it's a valid XML document.
Every tag has to have its closing tag.
JATO writes for example:
<input type="text" name="Login.tfUserId" value="">
but WML insists on:
<input type="text" name="Login.tfUserId" value=""/>
_
Harry
[459 byte] By [
Guest] at [2007-11-25 9:26:30]

I already found a workaround for it: I use extraHtml
<jato:textField name="tfUserId" extraHtml="/"/>
Harry
In <a href="/group/SunONE-JATO/post?protectID=246075234167171124217231170221059165026 048139046">SunONE-JATO@y...</a>, "hlamer" <<a href="/group/SunONE-JATO/post?protectID=180128113213056209223149061168231241177 098038046209130">hlamer_office@g...</a>> wrote:
> Hi,
>
> I think I found a bug in JATO.
>
> I want to use JATO for a WAP application.
> Problem:
> WML (HTML for WAP) will only work if it's a valid XML document.
> Every tag has to have its closing tag.
> JATO writes for example:
> <input type="text" name="Login.tfUserId" value="">
> but WML insists on:
> <input type="text" name="Login.tfUserId" value=""/>
>
> _
> Harry
Guest at 2007-7-1 16:30:56 >
