radio buttons

2001-10-02 Thread Smith, Chris
Good morning. Does anybody know how to use radio buttons in a struts app? It appears from the documentation, that I might have to treat each button as it's own entity versus grouping them together in a box. Is this true? Ideally, I'd like to treat the buttons like a select box so to speak, i.e.

Select Params not getting pre-set.

2001-09-26 Thread Smith, Chris
I have an issue where I am trying to have an HTML page re-running a query over and over again. The first time the page comes up, I want to pre-set all of the select fields. I am having a problem, where the first time, all of them get set except for one. See the following code for example: In thi

initial population of html form from database --- ActionForm or ActionClass

2001-06-22 Thread Smith Chris
I am trying to setup an html form that needs to be initially populated from a database. Should I do this in the perform() method of the action class (which gets passed the actionform bean), or somewhere in the actionform bean?? I'm assuming it should be done from the action class since the actio