input type="hidden" value="....a chain of rubbish letter....

2008-11-16 Thread tong123123
I use the browser view source function to see the html generated by jsf, and always see something like the following: the value is a chain of meaningless letter, what is it? will it slow down the page rendering in browser? 為了不斷提升Yahoo! Mail,雅虎香港誠邀你參與意見調查。請前往http://surveylink.yahoo.c

Re: t:inputFileUpload, OutOfMemory Error

2008-11-16 Thread tong123123
if I set the UploadMaxFileSize to 100m, then I must also set -Xmx to 100M? --- 2008年11月17日 星期一,Richard Yee <[EMAIL PROTECTED]> 寫道﹕ > 寄件人: Richard Yee <[EMAIL PROTECTED]> > 主題: Re: t:inputFileUpload, OutOfMemory Error > 收件人: "MyFaces Discussion" , [EMAIL PROTECTED] > 日期: 2008 11 17 星期一 上午 2:03 >

[ANNOUNCE] Release of Tomahawk 1.1.8

2008-11-16 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Tomahawk 1.1.8. MyFaces Tomahawk provides a series of JavaServer Faces components that go beyond the JSF specification. These components are compatible with the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1

Re: [TRINIDAD] Page includes extra breaks tags with PPR in Internet Explorer

2008-11-16 Thread Amaris Nieves
Yes, in Firefox it doesn't happen. I do want them in a vertical list, but not with 2 tags. If i check the source in IE with the developer toolbar it displays one tag before the XmlResponse is recived and 2 br tags after the response is received. On Sun, Nov 16, 2008 at 11:46 AM, Richard Yee <[EM

Re: t:inputFileUpload, OutOfMemory Error

2008-11-16 Thread Richard Yee
How much memory is on your machine? You may want to start your application server with a bigger heap size (-Xms and -Xmx) -Richard 2008/11/16 tong123123 <[EMAIL PROTECTED]>: > I have set the UploadMaxFileSize to 100m. > >extensionsFilter > > org.apache.myfaces.webapp.filter.ExtensionsF

t:inputFileUpload, OutOfMemory Error

2008-11-16 Thread tong123123
I have set the UploadMaxFileSize to 100m. extensionsFilter org.apache.myfaces.webapp.filter.ExtensionsFilter Set the size limit for uploaded files. Format: 10 - 10 bytes 10k - 10 KB 10m - 10 MB

Re: [TRINIDAD] Page includes extra breaks tags with PPR in Internet Explorer

2008-11-16 Thread Richard Yee
Have you tried it in another browser? By default, the tr:selectManyCheckbox renders the checkboxes in a vertical list. Try using the layout="horizontal" attribute. -Richard On Sun, Nov 16, 2008 at 7:04 AM, Amaris Nieves <[EMAIL PROTECTED]> wrote: > Can someone help me here? I've tried verything I

Re: [TRINIDAD] Page includes extra breaks tags with PPR in Internet Explorer

2008-11-16 Thread Amaris Nieves
Can someone help me here? I've tried verything I can think of but it always shows the extra spaces :( On Fri, Nov 14, 2008 at 12:00 PM, Amaris Nieves <[EMAIL PROTECTED]>wrote: > Actually I dont have HTML tags placed by myself. The br tags are places by > the components. > > This is the code segme