MMBase

mm:datatype defined datatypes to be valided with /mmbase/validation scripts.

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.9.3
  • Fix Version/s: 1.9.4
  • Component/s: DataTypes, Taglib
  • Description:
    The datatypes defined with mm:datatype are anonymous, and therefore the datatype validation javascript scripts cannot pick them up. We should use the session or so, to make this work.

Activity

Hide
Michiel Meeuwissen added a comment - 2010-04-27 14:47
The anonymous datatype collector is now stored in the session (if there is one), in stead of in the request (which still happens if there is no session). The datatype validation scripts pick up this collector (if the 'origin' is datatypetag) from the session.

So, this works now, as long as you ensure there is a session.
Show
Michiel Meeuwissen added a comment - 2010-04-27 14:47 The anonymous datatype collector is now stored in the session (if there is one), in stead of in the request (which still happens if there is no session). The datatype validation scripts pick up this collector (if the 'origin' is datatypetag) from the session. So, this works now, as long as you ensure there is a session.

People

Dates

  • Created:
    2010-04-27 14:32
    Updated:
    2010-04-27 14:47
    Resolved:
    2010-04-27 14:38