You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Apache Wiki <wi...@apache.org> on 2005/06/05 00:40:27 UTC

[Jakarta-taglibs Wiki] Update of "ReusableDialogComponents/FrequentlyAskedQuestions" by RahulAkolkar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-taglibs Wiki" for change notification.

The following page has been changed by RahulAkolkar:
http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents/FrequentlyAskedQuestions

------------------------------------------------------------------------------
  
  It is in the resource bundles in the {{{org.apache.taglibs.rdc.resources}}} package.
  
+ ==== How do I change the prompts, or timeout values for an RDC instance? ====
+ 
+ It is clear that the prompts contained in the default configuration file for any component are almost guaranteed to be replaced in each instance while authoring an application, since the author will want to use prompts that fit the given application and the given dialog within the application.
+ 
+ The following RDC uses the default prompts for date:
+ {{{
+ <rdc:date id="myDate" />
+ }}}
+ 
+ But this one uses the set of prompts and timeouts defined in ''date-cfg.xml'':
+ {{{
+ <rdc:date id="myDate" config="date-cfg.xml" />
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org