>For images I would put the image name in ApplicationResource.properties and
>use <html:image srcKey="..."/> - but I probably wouldn't go to that extreme
>until localization is needed.

That was the reason, why I wrote that application resources also play an
important role in your design.

>If buttons move from one page to another  you'd have issues in your design
>as well, unless each page is pointing to the same action - right?

Sure, but only in jsp pages and struts-config, not in source code.

>It is likely in our application that buttons will be enabled/disabled (by
>logic in the JSP to conditionally output them).  I would have to see a more
>concrete example of moving buttons from one page to another, as that has
>many other implications - is it a single ActionForm multi-page wizard-like
>form?  If not then why would buttons move from one action to another?

Of cource not dynamically. But it is quite possible that some designer
just wants to redesign pages and move part of functionality to another pages.

>Understandable - and could be accomplished in my design by having the
>dispatch go to methods, which then delegated its  handling to another action
>class.  I certainly do not advocate the same code in multiple places!  :)

I would not argue. It is possible in your design. There are always several
ways to achieve the same goal. But unfortunately we haven't got any feedback
until now ;-)

>I think there is a misunderstanding here about DispatchAction.

Sorry, I have really misunderstood this point.


Dmitri



--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



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

Reply via email to