Posted By:
Anonymous
Posted On:
Saturday, May 17, 2008 04:12 PM
Hi, I have a web page, which part looks like this: is my custom converter, with parameter length (it has setLength, getLength methods). Content of #{list} depends on parameter set in page bean. There are also links on the page, which change this parameter and refresh the page: After clicking link, page content changes as it should, but converter works with its default "length" parameter. My setting (length="125") is not used. There is new converter instance created, but setLength method is not called (I checked it by debug).
More>>
Hi,
I have a web page, which part looks like this:
is my custom converter, with parameter length (it has setLength, getLength methods).
Content of
#{list}
depends on parameter set in page bean. There are also links on the page, which change this parameter and refresh the page:
After clicking link, page content changes as it should, but converter works with its default "length" parameter. My setting (length="125") is not used. There is new converter instance created, but setLength method is not called (I checked it by debug).
Anybody knows how to solve this problem?
Best regards
Pawel Stawicki