[Webwork-user] WebWork 0.6
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@jb...> - 2000-12-05 17:42:12
|
WebWork 0.6 is in CVS I have now finished the i18n example, which is an adaptation of the JavaWorld article on i18n in JSP by Govind Seshadri. The stuff is in all /i18n directories (code+jsp+resources). Pretty cool. Two new tags: The "include" tag is basically the same as jsp:include, but the param tag can take its value from the body instead of only from its "value" attribute. The "bean" tag is used to create a bean which is available during the execution of its body. Useful for small functionality. set methods can be called by using param tags, and get methods are called the usual way (i.e. use the webwork:property tag). Both tags are used in the i18n example, so see that for more info. I'll send more info on this later. :-) /Rickard -- Rickard Öberg Email: ri...@jb... |