Hi, On 9/17/07, mjdenham <[EMAIL PROTECTED]> wrote: > > I downloaded trinidad-demo-1.2.2 and tried to run it on Weblogic 10. > > First of all I received > java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config > so I added jstl.jar from jakarta-taglibs-standard-1.1.2.zip
Trinidad 1.2.x is designed to work with JSF 1.2 / JavaEE 5. So, the JSTL version 1.2 is provided by the container. Doesn't Weblogic 10 do so ? > Then the demo appeared to run without problems but nothing happens when I > click on any of the tabs on panelTabbed.jspx, navigationPane.jspx, or > panelAccordion.jspx. It seems none of the partial submits work. just tested this: http://example.irian.at/trinidad-demo-20070917/faces/components/panelTabbed.jspx works for me. do you get any infos in the log? I recommend to use firebug, to see if there is a partial submit, via XHR (XmlHttpRequest object) -Matthias > > The last tab on navigationPane.jspx with the title 'Component Guide' does > not do a partial submit and it works fine. Also, interestingly, if I click > on a tab and then hit Page-refresh the tab changes. > > Please help. Thanks. > > Martin > -- > View this message in context: > http://www.nabble.com/Partial-submit-is-not-working-on-Weblogic-10-tf4465921.html#a12733657 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org

