Re: Xforms Controls within Wicket Application

2011-08-01 Thread sramay
Hi, My request for integrating XFORMS within a Wicket Application is as follows: I have a XForms (with XHTML as hosting language) with few controls, actions, etc. for validation on client-side. This form uses XSLTForms as XForms engine. This form should be integrated with normal Wicket

Re: Xforms Controls within Wicket Application

2011-08-01 Thread Zilvinas Vilutis
Hi, I don't see any current integration between wicket XForms available, but you can always start one, e.g. in code.google.com :) You may always extend the form component ( or any other ) and override the getMarkup ( or whatever method Wicket provide - Igor please correct me here ) to generate

Re: Xforms Controls within Wicket Application

2011-08-01 Thread Martin Grigorov
On Mon, Aug 1, 2011 at 2:17 PM, Zilvinas Vilutis cika...@gmail.com wrote: Hi, I don't see any current integration between wicket XForms available, but you can always start one, e.g. in code.google.com :) You may always extend the form component ( or any other ) and override the getMarkup (

Re: Xforms Controls within Wicket Application

2011-07-11 Thread Alexandros Karypidis
Hello, First of all, there is ambiguity in your question. I'm not sure how the above would tie into a wicket-specific question, unless you want to create an XForm--XHTML renderer/processor using Wicket as the underlying technology (which is not a good idea IMHO). In any case: 1) Are you

Re: Xforms Controls within Wicket Application

2011-07-10 Thread sramay
Hi, Our requirement is as follows: We are developing application both online/offline using Xforms in combination with Rest Xquery, XML Validations. The data forms which appear on the screen accepts data validate either offline/online and stores the data accordingly. My

Re: Xforms Controls within Wicket Application

2011-07-10 Thread Igor Vaynberg
wicket pages can generate any xml, so if you can represent your XForms using xml then the answer is yes. -igor On Sun, Jul 10, 2011 at 10:39 PM, sramay nic.sr...@gmail.com wrote: Hi,   Our requirement is as follows:   We are developing application both online/offline using Xforms   in

Re: Xforms Controls within Wicket Application

2011-06-23 Thread Igor Vaynberg
a concrete example would help here. i have no idea what you are talking about. -igor On Thu, Jun 23, 2011 at 1:26 AM, sramay nic.sr...@gmail.com wrote: Hi, Is there any means available for calling Xforms controls within wicket application for accepting and displaying the same.   For