Table navigation problem from page fragment
I have a page fragment I use in all my web pages, this contains a number of buttons I use for navigation between the pages. I have a page with a table in it, I need to enable the table navigation buttons to navigate between data in the table. If I define a navigation rule in the navigation xml file the next button in the table causes the app to navigate to the previous page rather than next group of data in the table, If I take out the navigation rule, the table button works as expected, i.e. it redisplays the table with the next group of rows in the data.
I have another page with a very similar table and that works correctly!.
Does any body have any ideas what might causing this ?
Regards Derek.
[730 byte] By [
Derek50a] at [2007-11-27 2:57:19]

# 1
I have just noticed that the problem page had a error icon in the bottom left corner of IE, when I clicked this the description is 'Can't set focus on the item because it disabled, or of type that does not accept focus...etc'.
I have code that enables/disables the buttons in the header fragment, and when I comment out the call to this in the page init() method, the error is no longer displayed and the table functions as expected.
I will continue to investigate what I have to do to resolve the problem and still provided the necessary functionality.
# 2
In have now resolved the problem.I changed the header page fragment to have image hyperlinks, and programatically change the image to indicate enabled/disabled and set the disabled property as required.The table navigation buttons now work as expected.