aspose file tools
The moose likes JSF and the fly likes Excel cell like JSF input 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 "Excel cell like JSF input component" Watch "Excel cell like JSF input component" New topic
Author

Excel cell like JSF input component

Ashruf Hussain
Greenhorn

Joined: Jan 11, 2006
Posts: 6
Hi All,

I have a requirement where I need to come up with a feature to allow commenting on a given input text field.
It is exactly like a feature in Excel sheets, where commenting feature is built-in, the only difference here it is expected to
be a JSF component.

Any ideas would be greatly helpful.

Thank you,
Hussain


'Now' is the most powerful moment ever
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14466
    
    7

An Excel spreadsheet cell is considerably more complex than an HTML InputText field, which is what the basic JSF input field control is based on.

What you need is a compound control where there's a way to associate 2 (or more) data items with a single control - one data item for the contents, one for the comment. And a UI operation to enable/display the comments.

There's nothing like this in the core JSF tagset. Someone may have a extended tag that does this, but I don't know of any. You might have to create your own.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Excel cell like JSF input component
 
Similar Threads
need to extend <rich:tabPanel>
Best AJAXable component in JSF ???
Exporting Java to an Excell Document
Custom Component in JSF
To Authors - Exception Handling in JSF