On 8 Mar 2006, at 02:00, [EMAIL PROTECTED] wrote:

I have a page with a WODisplayGroup that users can sort on the basis of
three separate individual keys.  However, initial tests suggest that
people don't really find the default images of a WOSortOrder component
particularly intuitive.  (I'm not sure why, but the displayKey tooltip
doesn't even display anything for me).

So I want to display some additional indication next to whichever
WOSortOrder was the last they clicked on.

So why don't you just add WOSortOrder.wo to your project, and change the html? I routinely do this with various components, and WOSortOrder is high on that list (so is WOBatchNav).

If webobjects finds a component in your project, but no java file, it will find the class from the original framework, and use your component. This works pretty well.

Most system type components will only hold values for a transient period while they are being used to generate html output, and so aren't suitable for what you are suggesting.

I would also have thought that the DG would have the correct sort orderings, based on my experiences, but that's another story.

Paul

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to