[jboss-user] [JBoss Seam] - Re: entity-query.resultCount strange behaviour

rmemoria do-not-reply at jboss.com
Wed May 2 23:09:53 EDT 2007


Hi,

I found the problem.

Sometimes JSF drives me crazy :)... The problem was in a missing action parameter in the line:

<h:commandButton value="Search" />

I replaced by

<h:commandButton value="Search" action="/admin/products.xhtml" />

And unbelievably it's working perfectly.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042689#4042689

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042689



More information about the jboss-user mailing list