Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

It's very important to note that all tags that insert something into the valuestack (like i18n or bean tags) will remove those objects from the stack on its end tag. This means that if you instantiate a bean with the bean tag (<ww:bean name="'br.univap.fcc.sgpw.util.FormattersHelper'">) that bean will be avaliable on the valuestack only until the </ww:bean> tag.

  1. actionmessage - renders the action messages (as <uk> <li> list) if they exists
  2. checkbox - renders a checkbox input field
  3. checkboxlist - renders a list of checkboxes
  4. combobox - renders a widget that fills a text box from a select
  5. datepicker - renders a date selection widget using JavaScript and DOM
  6. doubleselect - renders a double select widget, where the second drop down depends on the first
  7. errormessage - renders the error messages (as <ul> and <li> list) if they exists
  8. head - renders the HEAD section for specific themes, such as CSS and JavaScript imports
  9. file - renders a file input field
  10. form - renders an input form
  11. hidden - renders a hidden form field
  12. label - renders renders a label
  13. password - renders a password textfield
  14. radio - renders a radio button
  15. select - renders a select
  16. submit - renders a submit button
  17. textarea - renders a textarea
  18. textfield - renders a textfield
  19. token - renders a hidden field to stop double-submission of containing forms