This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes JSF complicated custom component Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF complicated custom component" Watch "JSF complicated custom component" New topic
Author

JSF complicated custom component

de valentino
Greenhorn

Joined: Dec 14, 2011
Posts: 1
Hi. I need to write complicated custom JSF component.

I know how to write simple custom components, and receive String variables from tag attributes e.g.
https://github.com/devalentino/temp/blob/master/src/main/java/net/monopolyclub/components/component/UserData.java

But now I need to write custom component with additional tags (for example like dataTable and column tags).
How can I write such component? How can I receive collections in my component? How can I work with additional tags in my component.

for example I need something like:



where UserList - Collection with current users and MessageMap is Map with User as key and message as value.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF complicated custom component
 
Similar Threads
How to convert HashMap to JavaBean
Implement Custom Printing Logic & Enhanced Word Documents Printing
How to handle screen orientation changes
The Strange Loop
REST API Design Rulebook - design