• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Links in dynamic form

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am stuck.
If I click a link in alle.jsp, the page doesnt spring to the page defined in config file (posten.jsp). It seems that the problem occured by dynamic generated form.

Hereby the code-snippets from the jsp and faces-config.

code-snippet from my .jsp:


code-snippet from our faces-config.xml


Any idea

Thanks in advance.
Regards
[ July 02, 2005: Message edited by: Sanjaya Sugiarto ]
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would use <h:message for="xxx"/>
to display if there is any error in your JSF tags.

cheers,
F.
 
reply
    Bookmark Topic Watch Topic
  • New Topic