You could create a second set of pages without all the complex components that take advantage of the same models, etc... Code reuse, but separate the distinctly different parts.
-- Jeremy Thomerson http://www.wickettraining.com On Mon, Mar 16, 2009 at 11:37 PM, taha siddiqi <[email protected]>wrote: > Thanks Jeremy, > > My second question was > > As we have a BASIC HTML version and Ajax Version of Gmail, How should > I implement the same in my application with least effort ? > > ( Where I live, people do use the BASIC HTML version a lot :) ) > > taha > > > On Tue, Mar 17, 2009 at 2:26 AM, Jeremy Thomerson > <[email protected]> wrote: > > A simple Google search turns up several threads that almost all point > back > > to here: > > https://issues.apache.org/jira/browse/WICKET-271 > > > > Looks like it is planned for 1.5-m1 - and until then, you could look at > how > > to implement it on your own (and provide patch ??) > > > > Not sure I understand your second question. > > > > -- > > Jeremy Thomerson > > http://www.wickettraining.com > > > > > > > > On Mon, Mar 16, 2009 at 12:17 AM, taha siddiqi <[email protected] > >wrote: > > > >> Hi, > >> > >> I have a panel filled application which has almost everything > >> configured as AjaxFallback... Can I make the browser back button > >> work... ( It seems I cannot ) > >> > >> Also is it possible that I can have components configurable as Ajax or > >> Basic Html, so that I can have both Basic HTML version and Ajax > >> Version... > >> > >> Thanks > >> taha > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
