Hai
 
i have a user-defing  function in path
 
Package :   com.mypack.funs.Commons;
Function:   public static String sayHai(String name);
 
can i use this code snippet inside my JSP page
 
<c:set var="myName" value="Rajesh" />
${com.mypack.funs.Commons.sayHai(myName)}
 
 
 
Regards,
 
Rajmahendra R. Hegde
GK Bharani Software Pvt. Ltd.
 
There are two ways of constructing a software design. One way is to make it
so simple that there are obviously no deficiencies. And the other way is to
make it so complicated that there are no obvious deficiencies. 
                                                    -- C.A.R. Hoare
 

Reply via email to