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
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
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
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
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
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
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
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