Hi

I replaced the following struts tags for a button with one that display
a link. The Action uses LookupDispatchAction. That explains the need for
my message key in it.


</html:form>
    <html:form action="MainMenu.do" target="basefrm">
    <html:submit property="action" value="Create Project">
     <bean:message key="button.createproject"/>
     </html:submit>


This is my replacement codes for a link.

<a href="MainMenu.do?action=Create Project" target="basefrm">Create
Project</a>

I am surprised that this works! There is no need to bother about message
key in the link. Can anyone explain why?

(maybe i should not ask this since it works anyway..but i am curious!)

Sebastian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to