<f:view>
<h:outputLabel value="#{msg.season}" />
<h:selectOneMenu value="#{season}" id="seasonList">
<si:selectItems value="#{seasonValues}"
var="seasonList"
label="#{seasonList.name}" />
<si:convertEntity
entityClass="com.dss.web.model.SeasonModel" />
</h:selectOneMenu>
<h:commandButton value="#{msg.pdf}" action="#{jasperReports.view}"/>
Now,in this case if ididnt write the code for the dropdownlist ,i was able to
enter into View method or even if my dropdownlist values are hard coded.but if
i am using that dropdownlist which takes values from database ,i was unable to
go into the method itself.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047919#4047919
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047919
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user