I couldn't get any hits on this on [EMAIL PROTECTED] so I thought I'd try my chances here. I'm kinda stuck and could really use a hint or two...
Dennis ---------- Forwarded message ---------- From: Dennis Gesker <[EMAIL PROTECTED]> Date: Wed, Sep 17, 2008 at 2:05 PM Subject: Really need Help with t:SubForm To: [EMAIL PROTECTED] Could someone offer some pointers on using subForm I have a project in NetBeans 6.5 that Deploys to Glassfish-v2U2 on JDK 1.6.0_06. I've created a library in NetBeans and added the tomahawk-1.1.7 and Tomahawk-Sandbox-1.1.7-SNAPSHOT jars to this library. I have also added the <[EMAIL PROTECTED] prefix="t" uri=" http://myfaces.apache.org/tomahawk"%> to my page header. Next I add the following snippet to an already working form just after <h:form id="mainForm"> : <t:subform id="testSubForm"> <t:commandButton value="Submit SubForm" actionFor="testSubForm"/> </t:subform> ... <Many other Components but all using f: and h: tags> I compile and deploy the application. The page loads fine. However, when I click on the subForm button all the componets try to validate. No errors are reported in the server logs. Is there something extra that needs to be configured? Can tomahawk be used on Glassfish-v2UR2? Any help or hints would be very much appreciated. Dennis -- Dennis R. Gesker email: [EMAIL PROTECTED] google talk: [EMAIL PROTECTED] aim: dennisgesker pgp/gpg: 0x267D3FE8 First things first, but not necessarily in that order. -- Unknown
