Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread NABA
Hi.. Who is interested in this issue.. The problem is, that the whole tree is processed... and so the request will fail because the inputText will be validated and 5 chars are required.. I had to wrap the input I process with support - to region!! The answer comes from jobss-ajax4jsf-forum...

Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread Chetan Bob
hi NABA and All The issue is that i want the text to be shown in the format it was entered i.e. with carriage return and newline. The text got saved to database with that formatting but when i fetch that text and tried to display the formatting of newline is lost and get displayed with

validateLength and ajax4jsf don't work together?

2007-09-24 Thread NABA
Hi All... My environment: MyFaces 1.1.5 Tomahawk 1.1.6 ajax4jsf 1.1.1 jboss Aplication Server 4.0.5 IDE: netbeans 5.x I try to develop a small application to learn more about jsf and ajax4jsf. I faced an unexplainable problem. When I use AJAX4JSF and in the same JSP f:validateLength maximum=250