You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Stefan Lindner <li...@visionet.de> on 2009/03/03 14:33:36 UTC

Wicket pages as plugin

Dear wicket users and wizzards!

Is ist possible to use wicket to implement "partial" pages that can be
embedded into another page? E.g. to have a normal content management
system like Joomla and use wicket top lug it into exisiting pages for
some dynamic, database driven content? The HTML that is created by
wicket must not contain the usual <html><head>... part.

Any Ideas hints?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket pages as plugin

Posted by "Randy S." <ra...@gmail.com>.
Thanks Igor. I guess the trick would be knowing what is safe to filter out
without breaking Wicket. I'll look into this filter.

On Mar 3, 2009 5:15 PM, "Igor Vaynberg" <ig...@gmail.com> wrote:

you can use iresponsefilter to strip whatever you want from the generated
html.

-igor

On Tue, Mar 3, 2009 at 3:11 PM, Randy S. <ra...@gmail.com> wrote: > Hi
all. I am evaluating Wi...

--------------------------------------------------------------------- To
unsubscribe, e-mail: users-...

Re: Wicket pages as plugin

Posted by Igor Vaynberg <ig...@gmail.com>.
you can use iresponsefilter to strip whatever you want from the generated html.

-igor

On Tue, Mar 3, 2009 at 3:11 PM, Randy S. <ra...@gmail.com> wrote:
> Hi all. I am evaluating Wicket for our company and also have the same
> question.
>
> There are cases when iframes work just fine (even better), but other cases
> when an in-DOM solution is needed. For example, if the app needs to display
> something like a fly-out or simulated pop-up outside the screen space of the
> app, the boundary of the iframe prevents such UI elements from going outside
> the iframe.
>
> Naturally, apps running in such a way would have constraints because they're
> sharing the DOM, JS and CSS with other apps (e.g., like a portal page). But
> it would add flexibility to Wicket.
>
> -Randy S.
>
> On Mar 3, 2009 7:49 AM, "Sébastien Piller" <pi...@hmcrecord.ch> wrote:
>
> We use iframes for that. It works quite well.
>
> Stefan Lindner wrote: > > Dear wicket users and wizzards! > > Is ist
> possible to use wicket to imp...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket pages as plugin

Posted by "Randy S." <ra...@gmail.com>.
Hi all. I am evaluating Wicket for our company and also have the same
question.

There are cases when iframes work just fine (even better), but other cases
when an in-DOM solution is needed. For example, if the app needs to display
something like a fly-out or simulated pop-up outside the screen space of the
app, the boundary of the iframe prevents such UI elements from going outside
the iframe.

Naturally, apps running in such a way would have constraints because they're
sharing the DOM, JS and CSS with other apps (e.g., like a portal page). But
it would add flexibility to Wicket.

-Randy S.

On Mar 3, 2009 7:49 AM, "Sébastien Piller" <pi...@hmcrecord.ch> wrote:

We use iframes for that. It works quite well.

Stefan Lindner wrote: > > Dear wicket users and wizzards! > > Is ist
possible to use wicket to imp...

Re: Wicket pages as plugin

Posted by Sébastien Piller <pi...@hmcrecord.ch>.
We use iframes for that. It works quite well.

Stefan Lindner wrote:
> Dear wicket users and wizzards!
>
> Is ist possible to use wicket to implement "partial" pages that can be
> embedded into another page? E.g. to have a normal content management
> system like Joomla and use wicket top lug it into exisiting pages for
> some dynamic, database driven content? The HTML that is created by
> wicket must not contain the usual <html><head>... part.
>
> Any Ideas hints?
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org