Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

White space problems in latest T5 snapshot

Peter Stavrinides

2008-11-06

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi everyone,

Not sure if its just me, but since this morning I am experiencing some weird problems with whitespace.

This line of code:
<label class="formLabel" /><t:textfield t:id="address2" value="site.address2" /><br/>

Is rendering as:
<label class="formLabel">
 <input id="address2" type="text" name="address3"/>
 <img id="address2:icon" class="t-error-icon" src="../../assets/5.0.16-SNAPSHOT/tapestry/spacer.gif" alt="" style="display: none;"/>
 <br/>
</label>

Which is clearly incorrect, if I add a character like this:
<label class="formLabel">Z</label><t:textfield t:id="address2" value="site.address2" /><br/>

it becomes:
<label class="formLabel inlineBlock">Z</label>
<input id="address2" type="text" value="201 Main Street " name="address2"/>
<img id="address2:icon" class="t-error-icon" src="../../assets/5.0.16-SNAPSHOT/tapestry/spacer.gif" alt="" style="display: none;"/>
<br/>

which is correct. I even tried replacing the Z with a space or character code, but it doesn't work either... has something changed in the tag rendering with regards to whitespace? why is label closed in the wrong place? is anyone else experiencing this?

thanks,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.