• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CommandButton is not working in Trindad

 
Ranch Hand
Posts: 101
Spring Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
<tr:commandButton is not at all getting submitted.
This is the code i wrote
<tr:commandButton id="button1" action="#{myBean.doAction}" binding="#{myBean.myButton}" text="Go To Next Page">.
I've included it in the form.But still no improvement. Can anybody help..
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Include <h:messages/> in your page to get notified of any validation and conversion error which missed your attention (since JSF 1.2 those should also be logged in the server's log, give it a look too).

If that doesn't help, then there is not much to do than running the debugger.
 
Shasi Mitra
Ranch Hand
Posts: 101
Spring Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi thanks for the reply.I am using
myfaces-api-1.1.6.jar
trinidad-api-1.0.10.jar
and jdk1.4. I am using retro fitted version of trinidad jar as i have to stick to jdk1.4. Is it creating problem?
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Include <h:messages/> in your page to get notified of any validation and conversion error which missed your attention.

If that doesn't help, then there is not much to do than running the debugger.
 
reply
    Bookmark Topic Watch Topic
  • New Topic