• Email
  • Like
  • Save
  • Private Content
  • Embed
 

JSF Component Behaviors

by

  • 5,689 views

JSF Summit 2009 presentation covering the JSF 2 component Behavior API.

JSF Summit 2009 presentation covering the JSF 2 component Behavior API.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Microsoft PowerPoint

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

2 Embeds 32

http://www.slideshare.net 31
http://polo.ceit.metu.edu.tr 1

Statistics

Likes
2
Downloads
117
Comments
4
Embed Views
32
Views on SlideShare
5,657
Total Views
5,689

14 of 4 previous next Post a comment

  • sebastianherold sebastianherold at Herold Hi Andy, thank you for the link. Yesterday I found a solution that worked well. But I’m curious about how you solved it. Sebastian 3 years ago
    Are you sure you want to
  • andyschwartz Andy Schwartz, Architect at Oracle Corporation Hi Sebastian -

    I've been meaning to donate my suggest behavior code to one of the JSF open source projects, but haven't had time to do so. In the meantime, you can grab the code from here:

    http://tinyurl.com/ya2zhel

    You are welcome to use this code however you see fit, though keep in mind that it is really only demo quality code. :-)

    Take a look at SuggestBehavior.decode() to see how I am generating the response payload.

    Andy
    3 years ago
    Are you sure you want to
  • sebastianherold sebastianherold at Herold I solved the above problem by using a TagHandler, but now my problem is to return the suggestions to the client. In your presentation slide 74 and 75 are identically. Maybe slide 75 should cover that topic. Could you please give my a hint, how send the suggestions back? 3 years ago
    Are you sure you want to
  • sebastianherold sebastianherold at Herold I tryed to code your suggestion example but to assign my JS-code to multiple events, I had more than one occurence of the tag:
    <foo:suggest event='blur' suggester='#{suggester}' />
    <foo:suggest event='keyup' suggester='#{suggester}' />
    .... Is it possible to assign script code to multiple events without more than one tag and without to set the event-attribute?
    3 years ago
    Are you sure you want to
Post Comment
Edit your comment

JSF Component Behaviors JSF Component Behaviors Presentation Transcript