I started a new job recently for which I need to learn both beans and
taglibs (at my last job also did JSP but they didn't use beans or taglibs..)
reading up on this in oreilly (JSP, 3rd ed.) I find following beans code:
<jsp:useBean....> etc.. but where I work they do stuff like:
<bean:define id="showName">
i.e., "bean" here looks like a namespace for taglibs.. can anyone shed
some light pls.. am confused as it is by beans/taglibs (by which I
mean custom tags.. they only use custom tags here..)
thank you very much...
none - 01 Sep 2006 01:42 GMT
> <bean:define id="showName">
>
> i.e., "bean" here looks like a namespace for taglibs.. can anyone shed
> some light pls.. am confused as it is by beans/taglibs (by which I
> mean custom tags.. they only use custom tags here..)
http://struts.apache.org/1.2.x/userGuide/dev_bean.html
http://struts.apache.org/1.x/struts-taglib/dev_bean.html