Hi Wouter,
till today, all our tagged values started with "@andromda". Maybe, we should keep this convention, not "@org.andromda" which (admittedly) would have been cleaner. Just to keep people happy... Cheers... Matthias --- Urspr�ngliche Nachricht --- Datum: 20.01.2004 00:53 Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: [Andromda-cvs] CVS update: cartridges/andromda-bpm4struts/src/java/org/andromda/cartridges/bpm4struts Bpm4StrutsProfile.java > User: draftdog > Date: 04/01/19 15:53:57 > > Modified: andromda-bpm4struts/src/java/org/andromda/cartridges/bpm4struts > Tag: V3x_MMD Bpm4StrutsProfile.java > Log: > added some new tagged values for the input field attributes > > Revision Changes Path > No revision > > > No revision > > > 1.1.2.3 +4 -0 cartridges/andromda-bpm4struts/src/java/org/andromda/cartridges/bpm4struts/Attic/Bpm4StrutsProfile.java > > Index: Bpm4StrutsProfile.java > =================================================================== > RCS file: /cvsroot/andromda/cartridges/andromda-bpm4struts/src/java/org/andromda/cartridges/bpm4struts/Attic/Bpm4StrutsProfile.java,v > retrieving revision 1.1.2.2 > retrieving revision 1.1.2.3 > diff -u -w -r1.1.2.2 -r1.1.2.3 > --- Bpm4StrutsProfile.java 18 Jan 2004 20:32:29 -0000 1.1.2.2 > +++ Bpm4StrutsProfile.java 19 Jan 2004 23:53:57 -0000 1.1.2.3 > @@ -19,6 +19,10 @@ > public static final String TAGGED_VALUE_ACTION_PARAMETER = "@org.andromda.struts.action.parameter"; > public static final String TAGGED_VALUE_JSP_FILENAME = "@org.andromda.struts.jsp.filename"; > public static final String TAGGED_VALUE_USE_CASE = "@org.andromda.struts.usecase"; > + public static final String TAGGED_VALUE_VIEW_ACTION = "@org.andromda.struts.view.action"; > + public static final String TAGGED_VALUE_INPUT_REQUIRED = "@org.andromda.struts.view.field.required"; > + public static final String TAGGED_VALUE_INPUT_READONLY = "@org.andromda.struts.view.field.readonly"; > + public static final String TAGGED_VALUE_INPUT_MAXLENGTH = "@org.andromda.struts.view.field.maxlength"; > > /* ----------------- Default Values ------------------- */ > public static final String TAGGED_VALUE_ACTION_DEFAULT_PARAMETER = "state"; > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Andromda-cvs mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-cvs > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
