How to access a component(any text field) from custom component

2012-12-17 Thread SAMPY
Issue is related to Tapestry 4 validation issue. HTML : where this PaymentSelection is component, that renders the html dynamically that consist of code as text field. Validation Java Code : FormBean bean = this.getHotelsFormBean(); IValidationDelegate delegate = this.getV

Re: Validation issue with Tapestry 4

2012-12-17 Thread SAMPY
Any Solutions? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Validation-issue-with-Tapestry-4-tp5718593p5718801.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe,

Validation issue with Tapestry 4

2012-12-11 Thread SAMPY
I have got few simple IformComponent elements in a page. But the page contains some of dynamic components, those again have some IformComponent fields. How can I delegate validation messages in that case. Let me show with an example. where this PaymentSelection is component, that renders the

Issue in delegation of validation messages

2012-12-09 Thread SAMPY
I have got few simple IformComponent elements in a page. But the page contains some of dynamic components, those again have some IformComponent fields. How can I delegate validation messages in that case. Let me show with an example. HTML : *