Dear Wiki user,

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

The following page has been changed by MichaelJouravlev:
http://wiki.apache.org/struts/StrutsWidgets

------------------------------------------------------------------------------
  
  inline:selectwidget.gif
  
- If you want the dropdown box to contain an arbitraty expression you can 
define a read-only property for that. For example, {{{stateCodeAndName}}} 
property returns both state code and state name in one string:
+ If you want the dropdown box to contain an arbitraty expression you can 
define a read-only property for that (a ''calculated field'' in SQL terminology 
or ''decorator'' in !DisplayTag parlance).  For example, {{{stateCodeAndName}}} 
calculated property returns both state code and state name in one string:
  
  {{{
  public class State {

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

Reply via email to