I want to do this within a .xhtml page
| <s:fragment
rendered="#{advertisingCampaignController.currentSectionWorkingOn ==
AdvertisingCampaignController.Section.NameDescription}">
|
where Section.NameDescription is part of an Enum...
| public enum Section {None, NameDescription, AdType, Targeting,
Keywords, Budget, LaunchDate, DestinationURL, Billing};
|
Does anyone know how to do this as I really dont want to do this:
| <s:fragment
rendered="#{advertisingCampaignController.currentSectionWorkingOn ==
'NameDescription'}">
|
as it seems uncool!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043838#4043838
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043838
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user