Re: MultipleComponents Submit

2006-11-24 Thread Skorpien126

Ahh damn... my fault. I thought the they mean the standart contrib-libary.
I´ll check it out. Thanks... ^^



Dennis Sinelnikov wrote:
 
 Did you get Tapestry-Prop library?
 
 -Dennis
 
 Skorpien126 wrote:
 I´m not sure if I can add Components dynamicly. I try to add several
 SubComponents with a @For Component, building the Subcomponent with a
 Value
 of a List. Can I use BeanForm in this way??? I now get currently this
 error
 Message Unable to parse OGNL expression 'prop:isInsideAForm': Malformed
 OGNL expression: prop:isInsideAForm.
 
 
 
 
 gredler wrote:
 Yes, it's possible, but it takes a bit of hand waving. Check out the
 BeanForm source code for examples:

 http://beanform.sourceforge.net/


 On 11/23/06, Skorpien126 [EMAIL PROTECTED] wrote:

 Hi @All...
 I want to make a MainComponent which includes a dynamic number of
 subcomponents, presenting String,Date etc. All these subcomponentes
 include
 a validation for the corresondending values.  The mainComponent
 includes
 the
 Submit-Button which should update the values of the subcomponents to
 the
 database. My Question: Is it possible???
 --
 View this message in context:
 http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7523713
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MultipleComponents Submit

2006-11-23 Thread Skorpien126

Hi @All... 
I want to make a MainComponent which includes a dynamic number of
subcomponents, presenting String,Date etc. All these subcomponentes include
a validation for the corresondending values.  The mainComponent includes the
Submit-Button which should update the values of the subcomponents to the
database. My Question: Is it possible??? 
-- 
View this message in context: 
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MultipleComponents Submit

2006-11-23 Thread DJ Gredler

Yes, it's possible, but it takes a bit of hand waving. Check out the
BeanForm source code for examples:

http://beanform.sourceforge.net/


On 11/23/06, Skorpien126 [EMAIL PROTECTED] wrote:



Hi @All...
I want to make a MainComponent which includes a dynamic number of
subcomponents, presenting String,Date etc. All these subcomponentes
include
a validation for the corresondending values.  The mainComponent includes
the
Submit-Button which should update the values of the subcomponents to the
database. My Question: Is it possible???
--
View this message in context:
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: MultipleComponents Submit

2006-11-23 Thread Skorpien126

Thx u. 
I´ll check it out. More will follow... 


gredler wrote:
 
 Yes, it's possible, but it takes a bit of hand waving. Check out the
 BeanForm source code for examples:
 
 http://beanform.sourceforge.net/
 
 
 On 11/23/06, Skorpien126 [EMAIL PROTECTED] wrote:


 Hi @All...
 I want to make a MainComponent which includes a dynamic number of
 subcomponents, presenting String,Date etc. All these subcomponentes
 include
 a validation for the corresondending values.  The mainComponent includes
 the
 Submit-Button which should update the values of the subcomponents to the
 database. My Question: Is it possible???
 --
 View this message in context:
 http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7511449
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MultipleComponents Submit

2006-11-23 Thread Skorpien126

I´m not sure if I can add Components dynamicly. I try to add several
SubComponents with a @For Component, building the Subcomponent with a Value
of a List. Can I use BeanForm in this way??? I now get currently this error
Message Unable to parse OGNL expression 'prop:isInsideAForm': Malformed
OGNL expression: prop:isInsideAForm.




gredler wrote:
 
 Yes, it's possible, but it takes a bit of hand waving. Check out the
 BeanForm source code for examples:
 
 http://beanform.sourceforge.net/
 
 
 On 11/23/06, Skorpien126 [EMAIL PROTECTED] wrote:


 Hi @All...
 I want to make a MainComponent which includes a dynamic number of
 subcomponents, presenting String,Date etc. All these subcomponentes
 include
 a validation for the corresondending values.  The mainComponent includes
 the
 Submit-Button which should update the values of the subcomponents to the
 database. My Question: Is it possible???
 --
 View this message in context:
 http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7515506
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MultipleComponents Submit

2006-11-23 Thread Dennis Sinelnikov

Did you get Tapestry-Prop library?

-Dennis

Skorpien126 wrote:

I´m not sure if I can add Components dynamicly. I try to add several
SubComponents with a @For Component, building the Subcomponent with a Value
of a List. Can I use BeanForm in this way??? I now get currently this error
Message Unable to parse OGNL expression 'prop:isInsideAForm': Malformed
OGNL expression: prop:isInsideAForm.




gredler wrote:

Yes, it's possible, but it takes a bit of hand waving. Check out the
BeanForm source code for examples:

http://beanform.sourceforge.net/


On 11/23/06, Skorpien126 [EMAIL PROTECTED] wrote:


Hi @All...
I want to make a MainComponent which includes a dynamic number of
subcomponents, presenting String,Date etc. All these subcomponentes
include
a validation for the corresondending values.  The mainComponent includes
the
Submit-Button which should update the values of the subcomponents to the
database. My Question: Is it possible???
--
View this message in context:
http://www.nabble.com/MultipleComponents-Submit-tf2693218.html#a7510454
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]