RE: why read ony ComponentEventException

2011-09-19 Thread Ken in Nashua
Thanks Howard... i wondered if this one would get your attention and glad I can move onward. maybe i am getting old in my age but I got 5 years of hard C, 10 years of C++, 12 years of JAVA and a boat load of front end to back end... conceptual expression parsing and de-referencing caught me up a

Re: why read ony ComponentEventException

2011-09-18 Thread Howard Lewis Ship
${...} doesn't do what you think it does. It specifically extracts the expression and converts it to a String, and the expression is read-only. Bind it like this: itemsPerPage="itemsPerPage" this binds the component parameter field directly to the containing page's property, so it's read/writ