Dynamic form with validation

2012-03-05 Thread shweta
Hello I m facing problem while retrieving value from text box in dynamic form The code is as follows: forms.py class ContextForm(forms.Form): def __init__(self, prop, *args, **kwargs): for i, j in enumerator(prop): self.fields['%s' % j] = forms.CharField(max_length = 20

getting problem while submiting in dynamic form

2012-03-18 Thread shweta
7;IntegerField', : 'CharField', : 'CharField'} c = ContextForm(rdict) plz help me for this Thank you -- Regards, Shweta Chaughule -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

getting problem while submiting in dynamic form

2012-03-18 Thread shweta chaughule
7;IntegerField', : 'CharField', : 'CharField'} c = ContextForm(rdict) plz help me for this Thank you -- Regards, Shweta Chaughule -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen