>
> > Question 2:
> > Our project is going to be using a different markup other than xhtml,
> > namely, XDIME, which is a device independent markup language usually
> > used to render the pages on mobile phones. They are quite similar,
> > except for things like forms, which contain different tags, as well as
> > different hierarchy within the markup (ie. the multiselect in a form
> > is defined as <xfmuselect> with the options following one by one.) How
> > much of a problem will this present? Will I have to write
> > wicket.markup.xdime.*? If yes, what would be a good pattern to use to
> > avoid code duplication? If no, how is the wicket team thinking about
> > supporting other markups?
>
> That is the the  way, you need to create youre own Page (just like WebPage)
> and then  make for specific components a n implementation.
> We (the wicket core team) just didn't need it (except XmlPage) but it would
> be great
> to have such a thing!
>

But if XDIME is just a deviation of xhtml with some minor changes like
you describe, than it might sufficient to just create the component
which deviate (e.g. xfmuselect)

>
>
> > Question 3:
> > In our design, we want the customer to be able to lay the
> > components in a simple, stacked, sequential layout for the future, so
> > we actually have one Page/PageLayer, which gets the order of the
> > components and calls them accordingly. So I will probably be using
> > something like ListView with sequential Panels inside, which will be
> > the actual components. Has anyone tried something similar, meaning a
> > one page app instead of the regular multiple pages approach? Will
> > there be any problems bugging me in the future if I choose this approach?
>

just out of curiosity. What is the reason why you want to go with this approach?

Juergen


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to