[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem
d.solasa
do-not-reply at jboss.com
Wed May 23 10:29:54 EDT 2007
<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
More information about the jboss-user
mailing list