george
unread,Jul 13, 2012, 11:38:40 AM7/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sitemes...@googlegroups.com
Using sitemesh 2.4 and spring framework
on our page's text field, if it contains "<=", then all characters after <= will be truncated, e.g., "123<=456" will be displayed as "123". however, "1>2" , "1<2", and "1=>2" are all fine.
I dont think its our code's problem, because the same jsp snippet page powered by the same java code in our tile implementaion shows "<=" correctly.
Anyone else experienced this?
George