[jboss-user] [JBoss Seam] - Re: No selected element from <h:selectOneListbox>

haefti do-not-reply at jboss.com
Mon Jan 14 07:28:15 EST 2008


"nickarls" wrote : drop the () from the editVideo() action in the button
Thanks but that does not change anything.
The log output after clicking the button is:

  | 13:19:40,096 INFO  [STDOUT] Hibernate: select video0_.videoId as videoId123_, video0_.picturesId as picturesId123_, vide
  | o0_.datum as datum123_, video0_.status as status123_, video0_.videocatId as videocatId123_, video0_.name as name123_, vi
  | deo0_.thema as thema123_, video0_.headline as headline123_, video0_.teaser as teaser123_, video0_.modificationDate as mo
  | dific10_123_, video0_.mediaId as mediaId123_, video0_.typ as typ123_, video0_.width as width123_, video0_.height as heig
  | ht123_, video0_.credit as credit123_, video0_.flags as flags123_, video0_.videoDisplayCatId as videoDi17_123_, video0_.e
  | xpireDate as expireDate123_ from SPC_VIDEO video0_ where video0_.datum>?
  | 
  | 13:19:40,268 INFO  [ManagerAction] showVideoList1
  | 
  | 13:19:40,284 INFO  [STDOUT] Hibernate: select video0_.videoId as videoId123_0_, video0_.picturesId as picturesId123_0_,
  | video0_.datum as datum123_0_, video0_.status as status123_0_, video0_.videocatId as videocatId123_0_, video0_.name as na
  | me123_0_, video0_.thema as thema123_0_, video0_.headline as headline123_0_, video0_.teaser as teaser123_0_, video0_.modi
  | ficationDate as modific10_123_0_, video0_.mediaId as mediaId123_0_, video0_.typ as typ123_0_, video0_.width as width123_
  | 0_, video0_.height as height123_0_, video0_.credit as credit123_0_, video0_.flags as flags123_0_, video0_.videoDisplayCa
  | tId as videoDi17_123_0_, video0_.expireDate as expireDate123_0_ from SPC_VIDEO video0_ where video0_.videoId=?
  | 
  | 13:19:40,393 INFO  [[/simple_video]] resource bundle messages could not be found

The first entry is the SQL which fills the select box.
The second one is a debug output from the corresponding method but the third entry could be the SQL I need as you can see in the end ("where video0_.videoId=?").
Unfortunately no further indication for the method call editVideo() is here.
Can the last entry with the missing resource bundle be my solution?

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

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



More information about the jboss-user mailing list