Re: sitemesh problem

2008-03-04 Thread hns
ooops extremely thankful to you its my mistake -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15826155.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

Re: sitemesh problem

2008-03-04 Thread aj2r
rite input.button, but this is wrong, replace input.button with button.button and it works. If you see generated source, the tag is a button tag not an input tag. -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15825641.html Sent from the Struts - Use

Re: sitemesh problem

2008-03-04 Thread hns
right; } /* display and additional classes */ .clear { clear: both; } .gray { color: #CCC; } - -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15825526.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: sitemesh problem

2008-03-04 Thread aj2r
it > > > > > value="Reset">Reset > > > > > > > > > function validateForm_SendMessage() { > form = document.getElementById("SendMessage"); > clearErrorMessages(form); > clearErrorLabels(form); > >

Re: sitemesh problem

2008-03-04 Thread hns
var errors = false; return !errors; } All Content © Copyright 2008 - -- View this message in context: http://www.nabble.com/sitemesh-problem-t

Re: sitemesh problem

2008-03-04 Thread aj2r
t; > required="true" label="Message" value="Type your message here." > onfocus="if (taSelected == 0){taSelected = 1; this.select();}" /> > > > > > > -- > now i tell actual problem ,when sendmessage_input.jsp load it can not > load button style remains in > Refresh.css ,that's why i have to write here css class button,whether my > sidebar,header,footer shows correctly > -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824552.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sitemesh problem

2008-03-04 Thread hns
ll actual problem ,when sendmessage_input.jsp load it can not load button style remains in Refresh.css ,that's why i have to write here css class button,whether my sidebar,header,footer shows correctly -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct too :-/ Can tou put here (one more time :-P) the generated html of a page of the /webmail namespace? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824174.html Sent from the Struts - User mailing list archive at Nabble.com

Re: sitemesh problem

2008-03-04 Thread hns
-- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824014.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct. Can you put here main.jsp too? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15823935.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: sitemesh problem

2008-03-04 Thread hns
/* /* -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15823223.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: sitemesh problem

2008-03-04 Thread aj2r
hns wrote: > > > > aj2r wrote: >> >> >> Can you put here your decorators.xml? >> > i have putted decoraters.xml at web-inf folder > Can you put HERE your decorators.xml? -- View this message in context: http://www.nabble.com/sitemesh-prob

Re: sitemesh problem

2008-03-03 Thread hns
aj2r wrote: > > > Can you put here your decorators.xml? > i have putted decoraters.xml at web-inf folder -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15820667.html Sent from the Struts - User mailing list archive a

Re: sitemesh problem

2008-03-03 Thread aj2r
hns wrote: > > hi > i have one default namespace / and another /webmail > css applied to decorator is worked in / but it can not work at /webmail > what is problem? > Can you put here your decorators.xml? -- View this message in context: http://www.nabble.co

sitemesh problem

2008-02-29 Thread hns
hi i have one default namespace / and another /webmail css applied to decorator is worked in / but it can not work at /webmail what is problem? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15759026.html Sent from the Struts - User mailing list archive at

Re: Ajax tabbedPanel and sitemesh problem

2008-02-15 Thread daveck
>>> As a result, only the html is displayed. >>> Any help would be appreciated. >>> Thank you. >>> David >>> >>> >>> >>> >> >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PR

Re: Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread Jeromy Evans
Is it possible your decorator is missing the tag in its head section? daveck wrote: It works if I put in the of the html. daveck wrote: Hi, I am having problem using an ajax tabbedPanel with sitemesh. If I don't decorate page.jsp, the tabbedPanel works fine. As soon as I decorate it,

Re: Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread daveck
rough to the final decorated page. > As a result, only the html is displayed. > Any help would be appreciated. > Thank you. > David > > > -- View this message in context: http://www.nabble.com/Ajax-tabbedPanel-and-sitemesh-problem-tp15481642p15484121.html Sent from the

Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread daveck
Tab content here Tab content here Tab content here

Re: Struts2 sitemesh problem finding xwork2

2007-09-18 Thread Ed Knutson
I am having a similar problem with WebSphere 6.0 using the j4 distro (I had to retrotranslate the Sitemesh plugin). In my case, the NoClassDefFoundError was for org.apache.struts2.sitemesh.TemplatePageFilter, which per the docs is to be used in place of com.opensymphony.module.sitemesh.filter.P