Jeromy Evans wrote:
Roberto Nunnari wrote:
Maybe the convention plugin should look into the tiles.xml
file, or check to see if the tiles plugin or tiles listener
are in the game..
Most probably, the definition names in tiles.xml should
follow the conventions, so that
<definition name="auctionView"..
becomes
<definition name="auction"
and
<definition name="auctionInput"..
becomes
<definition name="auction-input"
etc..
This is what I intend to do. At the moment the CodeBehind/Convention
plugin estimates the name of view candidates (eg.
package-action-result.jsp)
This change would just need to extend that to check if a tile exists
with that name.
This change will mean that @Result's are only required for the
exceptional cases (those results that need to break the Tiles naming
convention).
Yes! That would be great!
Are you going to do the coding yourself?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]