Hi!

I am evaluating different Java frameworks for complete rewriting of old
jsp-based web extranet system and now checking Wicket. I have studied Wicket
before but now one major obstacle is slowing me down.

I need to implement many master-detail forms like order-order lines. Screen
would have order related fields on top, below that a grid of order lines and
bottommost fields of order line. Selecting a row from grid should update
values of the currently selected line to fields.

I found an article
http://wicketinaction.com/2008/10/building-a-listeditor-form-component/ but
that is not similar to my case because it's showing all lines, not just one
selected.

So how should I advance? Is my example doable only with Wicket or should I
use for example jQuery also? Any advice much appreciated!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Complicated-master-detail-form-tp2543354p2543354.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to