JSP Tag libs with struts Urgent
Hi
Has anyone implemanted jsp tag libs with the help of struts-bean.tld,struts-html.tld etc,
I need to use these , but I am not clear with how the page retrives the key values
example:
-
table width="400" cellpadding="10" cellspacing="0" border="0" bgcolor="#cccccc">
<tr>
<td valign="top" colspan="2">
<bean:message key="logon.welcome"/>
<html:errors/>
</td>
</tr>
<tr>
--
<bean:message key="logon.welcome"/>-?
I don't no how the"message bean" gets its key value dynamically? how it retrieves from its Application resource file? any idea?
Also has anyone implemanted jsp templates if so kindly guide me thru these
thanks!
Hi..
I am myself involved in implementing custom taglibs extending struts functionality. This can be done by extending the struts base classes and tag handlers. If you're still working on this topic, please let me know and we might share experiences.
Best regards,.
- Bjrn Syse, bjorn.syse@r2m.net
> Hi
>
> Has anyone implemanted jsp tag libs with the help of
> struts-bean.tld,struts-html.tld etc,
>
> I need to use these , but I am not clear with how the
> page retrives the key values
>
> example:
> -
>
> table width="400" cellpadding="10" cellspacing="0"
> border="0" bgcolor="#cccccc">
> <tr>
> <td valign="top" colspan="2">
> <bean:message key="logon.welcome"/>
> <html:errors/>
> </td>
> </tr>
> <tr>
> --
> <bean:message key="logon.welcome"/>-?
>
>
> I don't no how the"message bean" gets its key value
> dynamically? how it retrieves from its Application
> resource file? any idea?
>
> Also has anyone implemanted jsp templates if so
> kindly guide me thru these
>
> thanks!