Reserved parameter names?

2001-02-02 Thread Chris Janicki
I've discovered (after some frustration) than certain variable names used in an HTML form won't be passed to my bean via the "jsp:setProperty" tag. For example, using "page" as a name doesn't work. I *can* explicitly set it via: myBean.setPage(request.getProperty("page")); But this

Re: Reserved parameter names?

2001-02-02 Thread William Brogden
Chris Janicki wrote: I've discovered (after some frustration) than certain variable names used in an HTML form won't be passed to my bean via the "jsp:setProperty" tag. For example, using "page" as a name doesn't work. I *can* explicitly set it via: