>> I fixed this some days back, bpm4struts now uses the 'titleKey'
>> attribute
>> for columns, for which an entry in application-resources.properties will
>> be generated
>
> Cool :)
>
> Is this instead of @andromda.struts.view.table.columns, or I should
> use only @andromda.struts.view.table.titleKey?
>

no, you don't need to do anything more, what I meant was that the
following code is generated for tables:

  <display:column titleKey="a.b.c.somecolumnname" ...

instead of

  <display:column title="Some Column Name" ...

and application-resources.properties will contain:

  a.b.c.somecolumnname=Some Column Name


if you want to change the value of 'Some Column Name' then you'll need to
create your own application-resources.properties or rename the variables
in the UML model, I guess you're familiar with i18n and resource bundles
so you'll know what to do to support other languages than the one you
modeled in


-- Wouter



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to