|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.ajax.components.FormMessages
public class FormMessages
Constructor Summary | |
---|---|
FormMessages()
|
Method Summary | |
---|---|
static String |
encodingTypeContention(org.apache.tapestry.IComponent form,
String establishedEncodingType,
String newEncodingType)
Encoding type invalid |
static String |
fieldAlreadyPrerendered(org.apache.tapestry.IComponent field)
Field rendered twice? |
static String |
formIdMismatch(org.apache.tapestry.IComponent form,
int mismatchIndex,
String expectedId,
String actualId,
org.apache.tapestry.IComponent component)
Id not what expected |
static String |
formTooFewIds(org.apache.tapestry.IComponent form,
int remainingCount,
String nextExpectedId)
Not the correct amount of components submitted |
static String |
formTooManyIds(org.apache.tapestry.IComponent form,
int actualCount,
org.apache.tapestry.IComponent component)
Too many comp id error |
static String |
linkSubmitMayNotNest(org.apache.tapestry.IComponent inner,
org.apache.tapestry.IComponent outer)
Link can't be nested |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormMessages()
Method Detail |
---|
public static String formTooManyIds(org.apache.tapestry.IComponent form, int actualCount, org.apache.tapestry.IComponent component)
form
- actualCount
- component
-
public static String formIdMismatch(org.apache.tapestry.IComponent form, int mismatchIndex, String expectedId, String actualId, org.apache.tapestry.IComponent component)
form
- mismatchIndex
- expectedId
- actualId
- component
-
public static String formTooFewIds(org.apache.tapestry.IComponent form, int remainingCount, String nextExpectedId)
form
- remainingCount
- nextExpectedId
-
public static String encodingTypeContention(org.apache.tapestry.IComponent form, String establishedEncodingType, String newEncodingType)
form
- establishedEncodingType
- newEncodingType
-
public static String fieldAlreadyPrerendered(org.apache.tapestry.IComponent field)
field
-
public static String linkSubmitMayNotNest(org.apache.tapestry.IComponent inner, org.apache.tapestry.IComponent outer)
inner
- outer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |