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