navigation not working in VWP

Hello,

Suddenly, my web page stopped working when I click on a table that has a link.

It used to bring up the edit page. Now it just sits there.

I tried creating another page with a table and it does the same thing.

It seems when the table component is used, the link does not function.

I tried uninstalling netbeans and VWP.

Any ideas?

Thanks

Frank

[404 byte] By [Fast_Franka] at [2007-11-26 13:36:59]
# 1
Drop a message group onto your page and check for validation errors... Assuming this is the problem you can get around it by: setting immediate property on buttons / links that you don't want validated; using virtual forms; solving validation / conversion errors
yossariana at 2007-7-7 22:23:14 > top of Java-index,Development Tools,Java Tools...
# 2
I found the error.I had database access code in the prerender that caused a problem.I tried to capture this, but there was no error generated.I moved the code to the init page section and all is well.This is netbeans with VWP.Frank
Fast_Franka at 2007-7-7 22:23:14 > top of Java-index,Development Tools,Java Tools...