| <s:decorate>
|
<h:selectOneRadio id="advertType" required="true"
value="#{advertisingCampaignController.campaign.advert.type}">
|
<s:selectItems
value="#{advertisingCampaignController.campaign.advert.advertTypes}"
var="advertType" label="advertType">
|
<s:convertEnum />
|
</s:selectItems>
|
</h:selectOneRadio>
| </s:decorate>
|
gives
| SEVERE: Error Rendering View[/pages/advertisingCampaign/wizard.xhtml]
| com.sun.facelets.tag.TagException:
/WEB-INF/pages/advertisingCampaignWizard/adType.xhtml @25,28 <s:convertEnum>
Parent not an instance of ValueHolder: [EMAIL PROTECTED]
|
????
and you were right:
| label="#{messages['label_ad_type_'advertType]}"
|
didnt work
:(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037245#4037245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037245
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user