Re: Xforms Controls within Wicket Application

2011-08-01 Thread Martin Grigorov
On Mon, Aug 1, 2011 at 2:17 PM, Zilvinas Vilutis 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" ( or wh

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 gener

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 applicatio

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-11 Thread sramay
Hi, Rendering a document in the Xforms or storing it in a database is as you have suggested ok. The issue is there when you have xform controls inside a wicket application instead of HTML document(form) and take the imput and stores them into a database. Am I explaining my position

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 wrote: > Hi, > >   Our requirement is as follows: > >   We are developing application both online/offline using Xforms >   in combination with R

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 Qu

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 wrote: > Hi, > > Is there any means available for calling Xforms controls > within wicket application for accepting and displaying > the same.   For displaying the same th