Uploaded image for project: 'XWork'
  1. XWork
  2. XW-145

ActionSupport is not serializable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-beta2
    • 1.0
    • None
    • None

    Description

      If one wants to send some action that extends ActionSupport through serialization, it's not possible because in ActionSupport there are some variables that aren't either transient or serializable (variables are of type TextProvider & ValidationAware).
      Probably ValidationAware should extend java.io.Serializable, and TextProvider I'm not sure if it makes sense to send over through network, and if shouldn't be transient.

      Attachments

        Activity

          People

            plightbo Patrick Lightbody
            fmar Fernando Martins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: