I've been tasked to create a (smallish) JSP/servlet application to run targetted on iPaqs (thus in PDA).
So far it's going decently well, but I'm running into a problem with some pages that need to send html forms back to the server from different buttons (with different actions being executed based on the button pressed).
For example, the code (
JSP) I have so far is as follows (irrelevant stuff removed for brevity):
The onclick (put in a _ to please the forum engine) events don't seem to set the form element value clicking the buttons, the expected actions aren't executed (one would set some data on the server and return to this page, the other set the data and forward to another page).
Any idea what I'm doing wrong here? It works fine in IE6 (the only access to a PDA to
test on is one that someone else in the company has which I can have a look at a few times a day, still fighting to get one on my workstation).