|
Hello all again,
I’m about to build a test case, but before I do, can someone answer this ..
I have 2 identical web pages. 1 called “Test.jsf” 1 called “TestX.jsf” (this is a copy of Text.jsf)
This page contains a <h:dataTable> element.
When I click on an edit button on this page it displays the clicked on item. This is done via (listOfItemsModel.getRowData()).
The page Test.jsf works fine, the page TestX.jsf doesn’t.
TestX.jsf seems to move the items around inside the listOfItemsModel object. Resulting in wrong items being display when I click, and the list changing.
I know this sounds like incompetence on my part a programmer, but I’ve had the other guys in the office look at it, they too can’t find the problem.
No matter what I name the JSF file, it doesn’t work. If I name it Test.jsf, then it works!!!
I’ve cleared out my JBoss deploy/tmp/log/data etc directories. Cleaned out the build directory. Cleared the cache in Firefox/IE.
Yet, I still see the problem.
I’ve changed the code in Test.jsf, to make sure I’m looking at the correct page.
Has anyone had anything similar before?
jboss-4.0.3SP1 MyFaces 1.1.1 Firefox 1.5.1 IE 6.0.29
|

