[jboss-user] [JBoss Seam] - Re: s:button and data store
Premheiko
do-not-reply at jboss.com
Thu Jun 14 10:47:29 EDT 2007
So here :
| <table>
| <tr>
| <td>
| <h:commandButton value="#{bundle.speichern}" action="#{mitarbeiterAction.speichern}" />
|
| </td>
| <td>
| <h:commandButton value="Upload Dialog" action="#{laufzettelBean.erfassungShowUpload}"/>
| </td>
| <td>
| <h:commandButton value="#{bundle.abbrechen}" action="#{mitarbeiterAction.abbrechen}" />
| </td>
| <td>
| <h:commandButton value="#{bundle.start}" action="#{mitarbeiterAction.start}" />
| </td>
| </tr>
|
if I click on the Button "speichern" ,it comes back no anwser and no error.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054413#4054413
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054413
More information about the jboss-user
mailing list