Originally Posted by
santh kumar
We have standard action tag. You know all purpose of this tag. it is used to locate an existing java bean object or to create a new object of javabean. and we have "page" directive, in which we have a "import" attribute through this we can import the needed classes. so by using this also we get object of an existing class or we can create new object for class.
The question is, we are achieving the same objective by using and "import" attribute in "Page Directive". which one is efficient in the above said two cases. which one has high performance?