That sounds fine. :)
After some further reading i will try something around with the grid component.
Is it (again) possible without JSF-like terror to combine grid and form?

What i need to have is the possibility to setup a grid with e.g. <select> components
in the cells. (first column labels, 2..n columns form components).
This form should be generated on server-side, i prefer the non-ajax way.
(i have a lot of painful Ajax, JS & Browser issue experiences).


-Stefan


Am 09.07.2009 um 21:54 schrieb Igor Drobiazko:

One of the main distinguishing features of Tapestry is that you don't need workarounds to solve certain problems. Implementing dynamic forms is a pain
when using other frameworks. Please have a look into the following
Tapestry's integration test:

http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormInjectorDemo.java
http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/FormInjectorDemo.tml

If I'm not completely misunderstood you, this is what you need.

Have fun using Tapestry :)

On Thu, Jul 9, 2009 at 9:44 PM, Stefan <ste...@wammel.com> wrote:

Hi,

after some hours of reading articles, tutorials & doc around tapestry5 i'm
now really excited.
After some painful experiences with JSF & MyFaces, GWT, WingS and, of
course, plain JSP stuff, i'm
searching for the really right one for my current project.

The problem is that i have to build some forms completely dynamic.
The "definition" of the form will be defined per request!

e.g. I need to have a default adressbook like form (no problem so far) another once there has to be a table with dynamic rows, dynamic columns and
the cells contain other components like options, checkboxes....

Is something really dynamic form/component building possible without having
to code dozens of workarounds?


Thanks in advance,
Stefan




--
Best regards,

Igor Drobiazko

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to