Hi all... I am having a recurring issue while developing my app using struts. I know I h ave discussed it here before, and some workarounds were presented, but I want to reiterate the problem again because I can't believe others are not running into it as often as I am.
The problem is that I have forms that I need to have clickable text in them. For example, I have a list of names, addresses, etc. One per row. I have a "new search" submit button and a "next" and "prev" button. I am using a LookupDispatchAction to distinguish the three. But, I also need to be able to click on the name to bring up the details for that row. It can't be a button, it must be text. The solution has been to do some form of jsp where I call the jsp "submit" method passing in some hodgepodge list of arguments to call my action with the appropriate parameter set. This is such a kludge for what I find to be a very common webapp occurrence. Am I missing something obvious? Or is there just no way to do this in struts? Any help on this would be greatly appreciated... Thanks, /greg -- Gregory F. March -=- http://www.gfm.net:81/~march -=- AIM:GfmNet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

