]
Ken Finnigan updated SEAMINTL-22:
---------------------------------
Fix Version/s: 3.2.0.Alpha1
(was: 3.1.0.Beta1)
@MessageParam to assign a method parameter to name contained within
EL expression
---------------------------------------------------------------------------------
Key: SEAMINTL-22
URL:
https://issues.jboss.org/browse/SEAMINTL-22
Project: Seam International
Issue Type: Feature Request
Components: Messages
Reporter: Ken Finnigan
Fix For: 3.2.0.Alpha1
Original Estimate: 5 hours
Remaining Estimate: 5 hours
Would enable you to do something like the following:
@MessageBundle
public interface BookingStatusMessages
{
@Message("You are booked to stay at the #{hotel.name} on {1,date}")
String bookingConfirmed(@MessageParam("hotel")Hotel hotel, Date date);
}
Could potentially support @MessageParam without a value and pick up the parameter name
--
This message is automatically generated by JIRA.
For more information on JIRA, see: