Hi,
 
can someone explain the significance of the asterix in the second line of the code below?
 
The tutorial I am using does not explain it.
 
many thanks,
 
Leon.
 
<jsp:useBean id="mybean" scope="session" class="hello.NameHandler" />
<jsp:setProperty name="mybean" property="*" />

Reply via email to