about sitemesh in struts 2.0.11

2008-02-20 Thread hardik_982
when i try to use sitemesh and use s:tabbedpanel it can not work why? it is not give any error but tabbedpanel can not work -- View this message in context: http://www.nabble.com/about-sitemesh-in-struts-2.0.11-tp15605222p15605222.html Sent from the Struts - User mailing list archive at

Re: about sitemesh in struts 2.0.11

2008-02-20 Thread Jeromy Evans
hardik_982 wrote: when i try to use sitemesh and use s:tabbedpanel it can not work why? it is not give any error but tabbedpanel can not work Either: - you're missing in your decorator, so the javascript included by is missing; or - you need to an and excludes to decorators.xml because it

Re: about sitemesh in struts 2.0.11

2008-02-20 Thread hardik_982
/Error.jsp /Login.jsp /struts/* /dojo/* -- View this message in context: http://www.nabble.com/about-sitemesh-in-struts-2.0.11-tp15605222p15605885.html Sent from the Struts - User mailing list archive at

Re: about sitemesh in struts 2.0.11

2008-02-20 Thread Jeromy Evans
hardik_982 wrote: it shows javascript error on page 'dojo' is required That means the the dojo files were not found or were not even included. Does the head of your page (in html) include the scripts to load the dojo files? If not: does your JSP include does your decorator include If

Re: about sitemesh in struts 2.0.11

2008-02-20 Thread hardik_982
anything of firebug -- View this message in context: http://www.nabble.com/about-sitemesh-in-struts-2.0.11-tp15605222p15606336.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: about sitemesh in struts 2.0.11

2008-02-21 Thread hardik_982
please kindly help me -- View this message in context: http://www.nabble.com/about-sitemesh-in-struts-2.0.11-tp15605222p15606446.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: about sitemesh in struts 2.0.11

2008-02-21 Thread hardik_982
i have solved it it is because in web.xml i had wrote struts2 *.do inspite of struts2 /* -- View this message in context: http://www.nabble.com/about-sitemesh-in-struts-2.0.11-tp15605222p15606739.html Sent from the Struts - User mailing list

Re: about sitemesh in struts 2.0.11

2008-02-21 Thread Jeromy Evans
hardik_982 wrote: i have solved it it is because in web.xml i had wrote struts2 *.do inspite of struts2 /* Ah, that would do it. Since you asked, FireBug is an extension for the FireFox browser. https://addons.mozilla.org/en-US/firefox/add