[CONF] Apache Wicket: How to create dynamic image overlays (page created)

2007-08-19 Thread confluence
: Unknown macro: {todo-static-url} " title="Visit page outside Confluence" rel="nofollow">Bookmarkable link How to create dynamic image overlays How can I create an image that is a composition of any number of other images ? Here is a simple solution that relies on

[CONF] Apache Wicket: How to create dynamic image overlays (page edited)

2007-08-19 Thread confluence
is.icon.onResourceRequested(); } } return new IconComponent(id); } [...] } Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: How to create dynamic image overlays (page edited)

2007-08-20 Thread confluence
tag.put("style", "background-image: url('" + RequestCycle.get().getOriginalResponse().encodeURL( url) + "')"); } @Override public void onResourceRequested() { this.icon.onResourceRequested(); } } return new IconComponent(id); } [...]

[CONF] Apache Wicket: New Page (page created)

2007-08-22 Thread confluence
ge outside Confluence" rel="nofollow">Bookmarkable link Table of contents Object Container / Adding Flash to a Wicket Application General Object Class Object Container / Adding Flash to a Wicket Application General Object Class First, we create a Object base class to exte

[CONF] Apache Wicket: New Page (page edited)

2007-08-22 Thread confluence
@Override protected ListString getParameterNames( ) { return(parameterNames); } } Now you can just use it and add it to a Panel: public class HeaderPanel extends Panel { private static final long serialVersionUID = 1L; public HeaderPanel( String id ) { super( id ); ShockWaveComponent swf = new ShockWaveComponent( "swf" ); add( swf ); } } wicket:panel object wicket:id="swf" data="" class="code-quote">"res/test.swf" width="700" height="70" style="float: right; margin: 15px 0 0 0;"/object /wicket:panel Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Object Container, adding Flash to a Wicket Application (page edited)

2007-08-22 Thread confluence
@Override protected ListString getAttributeNames( ) { return(attributeNames); } @Override protected ListString getParameterNames( ) { return(parameterNames); } } Now you can just use it and add it to a Panel: public class HeaderPanel extends Panel { priv

[CONF] Apache Wicket: Object Container, adding Flash to a Wicket Application (page edited)

2007-08-22 Thread confluence
{ return(CONTENTTYPE); } @Override protected ListString getAttributeNames( ) { return(attributeNames); } @Override protected ListString getParameterNames( ) { return(parameterNames); } } Now you can just use it and add it to a Panel: public class HeaderP

[CONF] Apache Wicket: Companies that provide services (page edited)

2007-08-23 Thread confluence
evelopment. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Rss Page (page edited)

2007-08-23 Thread confluence
is no longer relavent. The Wicket Stuff project has a complete subproject devoted to creation of RSS/Atom feeds. see: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-rome Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Rss Page (page edited)

2007-08-23 Thread confluence
is no longer relavent. The Wicket Stuff project has a full RSS/Atom component. See the Wicket Stuff WIKI for more information: http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket+FeedPage Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep

[CONF] Apache Wicket: My First Application (page edited)

2007-08-26 Thread confluence
. The above can be used as an indication as to what is needed to be able to build/run a Wicket application. This information can be used to setup your project in your favorite environment (Eclipse, Netbeans, etc.) and server (Tomcat, etc.). Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: How to load an external image (page edited)

2007-08-29 Thread confluence
truct the panel, one needs to supply its wicket id, text for the label and 2 URL-s (one for the icon itself, another - for the external link). The external link URL is used to populate the new browser page opened when the icon is clicked upon, and _blank target is what causes the new browser page to open af

[CONF] Apache Wicket: How to load an external image (page edited)

2007-08-29 Thread confluence
icon is clicked upon, and _blank target is what causes the new browser page to open after the click. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Simple master-detail example (page edited)

2007-08-30 Thread confluence
, left panel should be refreshed with the associated list of the order's item list. Of course it is a good idea to use an ajax-based refresh and Wicket good deal with such cases. To be ended later... Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Bookmarkable pages and links (page edited)

2007-09-05 Thread confluence
red by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Bookmarkable pages and links (page edited)

2007-09-05 Thread confluence
default constructor or if you must push state to it that can be mapped into strings then you could also use the BookmarkablePageLink with PageParameters. Then you push a bit more state to the client and youre url looks a bit different. Powered by Atlassian Con

[CONF] Apache Wicket: How to create dynamic image overlays (page edited)

2007-09-05 Thread confluence
e newResource() { return res; } } [...] } Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: How to make NavigationToolbar hide paging components at limits (page created)

2007-09-05 Thread confluence
()); } }; }; }; } } Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Documentation Index (page edited)

2007-09-05 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Documentation Index (page edited)

2007-09-05 Thread confluence
on. Small (22KB), Maven2-based project which can be used to get started quickly. "Use the Source, Luke" The latest code's in Wicket's SVN repository - See the Wicket SVN page to find out more about the alternative branches and tags. Powered by A

[CONF] Apache Wicket: Documentation Index (page edited)

2007-09-05 Thread confluence
repository - See the Wicket SVN page to find out more about the alternative branches and tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Documentation Index (page edited)

2007-09-05 Thread confluence
branches and tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: General i18n in Wicket (page edited)

2007-09-06 Thread confluence
ismatched close tag at '/bioscene:link' (line 21, column 58) Ah, well. I've caused enough damage already. Misc Notes Resource search path (From Erik van Oosten's post to the Wicket-User list) Wicket will search all resource files with the names equal to the components in your component hierarchy,

[CONF] Apache Wicket: Wicket Source Code Style (attachment added)

2007-09-07 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
, inserted by the user, are preserved Do not wrap one-line comment If checked, short comments will be kept in one line with the opening and closing tags Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
comment If checked, short comments will be kept in one line with the opening and closing tags Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
, inserted by the user, are preserved. Do not wrap one-line comment If this option is checked, short comments will be kept in one line with the opening and closing tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature

[CONF] Apache Wicket: How to redirect to an external non-Wicket page (page edited)

2007-09-07 Thread confluence
e.jsp")); } Note that if you just want to make standard anchor tag links to other pages, don't create a Link and use this method in the onClick() handler; instead use the ExternalLink class. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Se

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Source Code Style (page created)

2007-09-07 Thread confluence
not wrap one-line comment If this option is checked, short comments will be kept in one line with the opening and closing tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit

[CONF] Apache Wicket: Wicket Source Code Style (page edited)

2007-09-07 Thread confluence
If checked, short comments will be kept in one line with the opening and closing tags Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: FAQs (page edited)

2007-09-10 Thread confluence
.3.x-benchmark. You should also search wicket-user mailing list for performance and scalability or simply use performance-scalability-tipsas your starting point. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: setup-web-project (page created)

2007-09-11 Thread confluence
-1.4.2.jar slf4j-jdk14-1.4.2.jar That's it, now go kick the tires! Maven If you have maven installed there is an archetype that can get you up to speed quickly. See the quickstart Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Setup web project (page edited)

2007-09-11 Thread confluence
application: wicket-1.3.0-beta3.jar slf4j-api-1.4.2.jar slf4j-jdk14-1.4.2.jar That's it, now go kick the tires! Maven If you have maven installed there is an archetype that can get you up to speed quickly. See the quickstart Powered by Atlassian Confluence

[CONF] Apache Wicket: FAQs (page edited)

2007-09-12 Thread confluence
ess. Remember though that in many real-world application your bottleneck will be in business or database layer. Wicket benchmark can be found here: wicket-1.3.x-benchmark. You should also search wicket-user mailing list for performance and scalability or simply use performance-scalability-tipsas your sta

[CONF] Apache Wicket: Setup web project (page edited)

2007-09-12 Thread confluence
the quickstart Eclipse, NetBeans, IntelliJ There are descriptions at the Wicket Quickstart on how to set up your favourite development environment. Wizardry qwicket can create a ready made project for you. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Denmark Location: Copenhagen Next meetup: Name Interested Will come Nino Saturnino Martinez Vazquez Wael x Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
x x Arjé Cahn x x Kees de Kooter x x Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
x x Arjé Cahn x x Kees de Kooter x x Thies Edeling x x Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Cahn x x Kees de Kooter x x Thies Edeling x x Maurice Marrink x x C. Bergström x ? Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Arjé Cahn x x Kees de Kooter x x Thies Edeling x x Maurice Marrink x x C. Bergström x ? Francis De Brabandere x ? Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
) Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
(but not from a book) Denmark Location: Copenhagen Next meetup: Name Interested Will come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
? x (but not from a book) Denmark Location: Copenhagen Next meetup: Name Interested Will come Language Comments Frank Bille x ? Danish,English Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
Frisk ([EMAIL PROTECTED]) if you'll come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-13 Thread confluence
://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) if you'll come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Web page: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) if you'll come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
: Stockholm Next meetup: 5th November 17.00 Web page: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) if you'll come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Martinez x ? Danish,English Sweden Location: Stockholm Next meetup: 5th November 17.00 Web page: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) if you'll come Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-15 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-16 Thread confluence
: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) and let us know you are coming Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-16 Thread confluence
Next meetup: 5th November 17.00 Web page: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) and let us know you are coming Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-17 Thread confluence
Location: Stockholm Next meetup: 5th November 17.00 Web page: http://wicket.jalbum.net Send an e-mail to Daniel Frisk ([EMAIL PROTECTED]) and let us know you are coming Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature

[CONF] Apache Wicket: Wicket Employers (page created)

2007-09-18 Thread confluence
in developers with Wicket experience. Wicket Employers Vegas.com is a travel/entertainment retailer (hotel reservations, tickets to shows, etc), focused on the Las Vegas market. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug

[CONF] Apache Wicket: Wicket Employers (page edited)

2007-09-18 Thread confluence
that uses Wicket. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Companies that provide services (page edited)

2007-09-18 Thread confluence
ent. sign of renitence GmbH Co. KG is a german company that provides services for Wicket development and training courses. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-19 Thread confluence
Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Employers (page edited)

2007-09-19 Thread confluence
for the educational market. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket Employers (page edited)

2007-09-19 Thread confluence
, mainly for the educational market. MX Telecom is a major player in the international mobile telecoms industry, and uses Wicket for various internal and client-facing systems. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-19 Thread confluence
: to be scheduled Send an e-mail to Alexandre Bairos (alexandre.bairos at gmail.com) and let us know you are interested Name Interested Will come Language Comments Alexandre Bairos x x Portuguese,English,P Powered by Atlassian Confluence (Version: 2.2.9 Build:#527

[CONF] Apache Wicket: Wicket Employers (page edited)

2007-09-20 Thread confluence
and internal solutions. Hippo ECMS Hippo, supplier of Enterprise Content Management and Portal software based on Wicket, Lucene, Jackrabbit and Jetspeed. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: Wicket Employers (page edited)

2007-09-20 Thread confluence
and internal solutions. Hippo ECMS Hippo, supplier of Enterprise Content Management and Portal software based on Wicket, Lucene, Jackrabbit and Jetspeed. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request

[CONF] Apache Wicket: OSGi (page edited)

2007-09-20 Thread confluence
and deploying Wicket-based web applications in the Felix OSGi container can be found here. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
: to be scheduled Send an e-mail to Alexandre Bairos (alexandre.bairos at gmail.com) and let us know you are interested Name Interested Will come Language Comments Alexandre Bairos x x Portuguese,English,P Powered by Atlassian Confluence (Version: 2.2.9 Build

[CONF] Apache Wicket: Fancy validation using AJAX, alternatives to FeedbackPanel (page edited)

2007-09-21 Thread confluence
Effect.Shake($('" + formComponent.getMarkupId() + "'));"); } } }); } The above example also adds in _javascript_ effects borrowed from the Effects example using the script.aculo.us library. The above code won't compile under 1.3.0-BETA. Powered by Atla

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Lenzen ([EMAIL PROTECTED]) and let us know you are interested Name Interested Will come Language Comments Craig Lenzen x x English Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe

[CONF] Apache Wicket: Fancy validation using AJAX, alternatives to FeedbackPanel (page edited)

2007-09-21 Thread confluence
k panel: protected void onError(final AjaxRequestTarget target, final Form form) { // or update the feedback panel target.addComponent(form.getPage().get("feedback")); } Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Lenzen ([EMAIL PROTECTED]) and let us know you are interested Name Interested Will come Language Comments Craig Lenzen x x English Dan Syrstad x x English Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-21 Thread confluence
Lenzen ([EMAIL PROTECTED]) and let us know you are interested Name Interested Will come Language Comments Craig Lenzen x x English Dan Syrstad x x English Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-22 Thread confluence
Lenzen ([EMAIL PROTECTED]) and let us know you are interested Name Interested Will come Language Comments Craig Lenzen x x English Dan Syrstad x x English Ryan Sonnek x x English Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Slides and presentations (page created)

2007-09-24 Thread confluence
wicket's version agenda/toc links/attachments JavaZone 2007 Xavier Hanin wicket-1.3.0-beta2 What is Wicket Core concepts of Wicket Developing a custom component QA slides, eclipse project Powered by Atlassian Confluence (Version: 2.2.9 Build

[CONF] Apache Wicket: Slides and presentations (page edited)

2007-09-24 Thread confluence
registration) JavaZone 2007 Xavier Hanin wicket-1.3.0-beta2 What is Wicket Core concepts of Wicket Developing a custom component QA slides, eclipse project Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature

[CONF] Apache Wicket: Slides and presentations (page edited)

2007-09-24 Thread confluence
) JavaZone 2007 Xavier Hanin, Martijn Dashorst wicket-1.3.0-beta2 What is Wicket Core concepts of Wicket Developing a custom component QA slides, eclipse project Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006

[CONF] Apache Wicket: Wicket's XHTML tags (page edited)

2007-09-24 Thread confluence
eater to a component tag - in this case a span, but a span is not a legal tag to nest under table. So we can rewrite the example as following: table wicket:container wicket:id="repeater" trtd.../td/tr trtd.../td/tr /wicket:container /table The above is valid markup because wicket namespaced tags are allowed anywhere. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: How to switch to SSL mode (page edited)

2007-09-24 Thread confluence
null httpServletRequest.isSecure() !targetClass .isAnnotationPresent(RequiredSSL.class)) { StringBuffer url = "" class="code-keyword">new StringBuffer("http://" + httpServletRequest.getServerName());

[CONF] Apache Wicket: Wicket's XHTML tags (page edited)

2007-09-25 Thread confluence
ble Notice that we had to attach the repeater to a component tag - in this case a span, but a span is not a legal tag to nest under table. So we can rewrite the example as following: table wicket:container wicket:id="repeater" trtd.../td/tr trtd.../td/tr /wicket:container /table The above is valid markup because wicket namespaced tags are allowed anywhere. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Wicket's XHTML tags (page edited)

2007-09-25 Thread confluence
uot;repeater" trtd.../td/tr trtd.../td/tr /span /table Notice that we had to attach the repeater to a component tag - in this case a span, but a span is not a legal tag to nest under table. So we can rewrite the example as following: table wicket:container wicket:id="repea

[CONF] Apache Wicket: How to switch to SSL mode (page edited)

2007-09-25 Thread confluence
url.append(":" + MyApplication.get().getHttpPort()); url.append(webRequest.getHttpServletRequest().getContextPath()); url.append(webRequest.getServletPath()); webResponse.redirect(url.toString()); } else { // We should just respond! requestTarget.respond(requestCycle); } } } }; } Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Reading from a Database (page edited)

2007-09-26 Thread confluence
rieve the window of the dataset you are going to display. If you have a list of 40 items and it is not expensive to load it you might as well use a ListView . [From a post of Igor's to the Wicket-user list - Gwyn 20:21, 12 Apr 2006 (BST)] Powered by Atlassian Conflue

[CONF] Apache Wicket: Reading from a Database (page edited)

2007-09-26 Thread confluence
rieve the window of the dataset you are going to display. If you have a list of 40 items and it is not expensive to load it you might as well use a ListView . [From a post of Igor's to the Wicket-user list - Gwyn 20:21, 12 Apr 2006 (BST)] Powered by Atlassian Conflue

[CONF] Apache Wicket: Reading from a Database (page edited)

2007-09-26 Thread confluence
the dataset you are going to display. If you have a list of 40 items and it is not expensive to load it you might as well use a ListView . [From a post of Igor's to the Wicket-user list - Gwyn 20:21, 12 Apr 2006 (BST)] Powered by Atlassian Confluence

[CONF] Apache Wicket: Wicket's XHTML tags (page edited)

2007-09-26 Thread confluence
pan /table Notice that we had to attach the repeater to a component tag - in this case a span, but a span is not a legal tag to nest under table. So we can rewrite the example as following: table wicket:container wicket:id="repeater" trtd.../td/tr trtd.../td/tr /wicket:container /table The above is valid markup because wicket namespaced tags are allowed anywhere. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Documentation Index (page edited)

2007-09-26 Thread confluence
cket SVN page to find out more about the alternative branches and tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Testing Pages (page edited)

2007-09-26 Thread confluence
ces those rely on. In my code, most pages have package (default) scope. This decreases the apparent complexity of the system (you only need to know a few pages at a time), decreases coupling and makes the packages more cohesive. However, Wicket's relatively heavy use of reflection will cause runtime exc

[CONF] Apache Wicket: DropDownChoice Examples (page edited)

2007-10-01 Thread confluence
own gets reloaded. As it's no longer got a null selection, the "Choose One" string doesn't appear (which may affect the width of the dropdown if it was previously the longest option string). If AJAX is used instead, the dropdown doesn't itself get reloaded, so the nullSelection string remains (and can still be selected.) Another example Another DropDownChoice Example by Adam Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-10-02 Thread confluence
Hillenius (eelco.hillenius at gmail.com) if you'd like to see this happen Name Interested Will come Comments Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your

[CONF] Apache Wicket: Articles about Wicket (page edited)

2007-10-03 Thread confluence
l, Markus Wittwer - Java Magazin Ausgabe 11.2007 Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: FAQs (page edited)

2007-10-03 Thread confluence
et-1.3.x-benchmark. You should also search wicket-user mailing list for performance and scalability or simply use performance-scalability-tipsas your starting point. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Companies that provide services (page edited)

2007-10-04 Thread confluence
evelopment. The Macau Productivity and Technology Transfer Center is a non-profit organization that is including Wicket in its extensive training programs. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/featu

[CONF] Apache Wicket: Documentation Index (page edited)

2007-10-04 Thread confluence
be used to get started quickly. "Use the Source, Luke" The latest code's in Wicket's SVN repository - See the Wicket SVN page to find out more about the alternative branches and tags. Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07,

[CONF] Apache Wicket: Community meetups (page edited)

2007-10-05 Thread confluence
Sonnek x x Lars Klevan x x Location: Seattle Next meetup: to be scheduled Send an e-mail to Eelco Hillenius (eelco.hillenius at gmail.com) if you'd like to see this happen Name Interested Will come Comments Powered by Atlassian Confluence

[CONF] Apache Wicket: Community meetups (page edited)

2007-10-05 Thread confluence
by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

[CONF] Apache Wicket: Community meetups (page edited)

2007-10-05 Thread confluence
by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request Unsubscribe or edit your notifications preferences

<    1   2   3   4   5   6   7   8   9   10   >