1:

public static void contributeValueEncoderSource(
MappedConfiguration<Class, ValueEncoderFactory> configuration) {
  configuration.add(Your.class, new YourValueEncoderFactory());
}

2:

onSelectedFromX if I recall correctly.

-Filip

Marcus Schmidke skrev:
Hello all,

I'm sorry I am really having problems to find the documentation for
the simplest things. Please forgive me having another two RTFM
questions:

1. How can I register a ValueEncoderFactory application wide so that
it is automatically used? In other words, how do I "contribute a
org.apache.tapestry.services.ValueEncoderFactory into the service's
configuration" (these are the words from the doc I simply don't
understand)

2. Which is the right way to write ActionMethods for different Submit
Buttons in the form? I tried "onActionFromX", with t:id="X" (and many
variants), but nothing worked.

Please help!! :-)

Marcus.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to