irt conditional components
http://www.mail-archive.com/[email protected]/msg07414.html

irt conditional form fields
this is nothing special, just throw in a panel into the form that contains form components if you need to. form components automatically link up to their parent form even if they are not directly contained by it. the form onsubmit can cascade the onsubmit event to all added panels if you need panel-wide validation, but you implement that yourself

irt wizard framework
there is an easy-wizard + examples project in wicket-stuff. it uses page-based wizard navigation which is not my favorite. for my current employer ive created a panel-based wizard framework that works quiet well for our purposes so its possible and i didnt have to do anything special. just create a wizard model that contains step factories that in turn generate panels. the next button can then figure out the next step, ask it for its panel and replace the current one.

-Igor


On 11/18/05, Sam Gendler <[EMAIL PROTECTED]> wrote:
Can someone out there who has used wicket to build a fairly full
featured application provide a URL for me to check it out?  I am going
to be building an app that will need _javascript_ drop down menus
(created programmatically), forms with optional fields depending upon
authentication role, _javascript_ based tooltips (or at least a
clickable help icon next to form fields), and wizard-like multi-page
forms.  I'd love to see examples of all or most of those things
implemented in wicket, in order to ensure that such things are
possible within wicket as it currently stands.  I am particularly
concerned about being able to prgrammatically include components
conditionally, since both my menus and my forms will vary depending
upon a User's role.

Thanks.


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&opclick
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to