Re: [Wicket-user] Wicket classes shared by multiple mark ups

2007-02-27 Thread Marc-Andre Houle

Here is the wiki article about this :
http://cwiki.apache.org/WICKET/multiple-markups-per-page.html

On 2/27/07, Chris Colman [EMAIL PROTECTED] wrote:


I'm new to wicket. I'm just wondering if it's possible for multiple
markups to share common wicket Java classes?

My aim with this is to provide different appearances and layouts by
having
multiple sets of CSS and the markup but reusing the same Wicket classes
that provide the content. Is this possible?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket classes shared by multiple mark ups

2007-02-27 Thread Jonathan Locke


right there's that.  but it applies to all components, not just pages.
also, if you're doing skinning, you should use the component's style 
property (not variation) to determine which markup is associated 
with the component. 


Marc-Andre Houle wrote:
 
 Here is the wiki article about this :
 http://cwiki.apache.org/WICKET/multiple-markups-per-page.html
 
 On 2/27/07, Chris Colman [EMAIL PROTECTED] wrote:

 I'm new to wicket. I'm just wondering if it's possible for multiple
 markups to share common wicket Java classes?

 My aim with this is to provide different appearances and layouts by
 having
 multiple sets of CSS and the markup but reusing the same Wicket classes
 that provide the content. Is this possible?

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Wicket-classes-shared-by-multiple-mark-ups-tf3298679.html#a9186107
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket classes shared by multiple mark ups

2007-02-27 Thread Eelco Hillenius
There's a ton of ways to do this. User specific panels/ using
Session.setStyle and vary the markup/ vary header contributions
(add(HeaderContributor.forCss(...))/ etc.

Eelco


On 2/26/07, Chris Colman [EMAIL PROTECTED] wrote:
 I'm new to wicket. I'm just wondering if it's possible for multiple
 markups to share common wicket Java classes?

 My aim with this is to provide different appearances and layouts by
 having
 multiple sets of CSS and the markup but reusing the same Wicket classes
 that provide the content. Is this possible?

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Wicket classes shared by multiple mark ups

2007-02-26 Thread Chris Colman
I'm new to wicket. I'm just wondering if it's possible for multiple
markups to share common wicket Java classes?
 
My aim with this is to provide different appearances and layouts by
having
multiple sets of CSS and the markup but reusing the same Wicket classes
that provide the content. Is this possible?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user