Hi

In my form in the <select> i want a default bean value will be 
selected.
Ex:
public class A extends ActionForm{
private String val="A";
public void setVal(String val){
this.val=val;
}
public String getVal(){
return val;
}
In Jsp
I want this "A" value comes as a default value in select.

help me

Regards

Shashi 




Reply via email to