Re: s:hidden generating invalid html for css_xhtml theme

2015-08-26 Thread allanjackson
enerating invalid html for css_xhtml theme 2015-08-25 19:19 GMT+02:00 allanjackson <[hidden email]>: > When using the css_xhtml theme the s:hidden tag is generating TR and TD tags > because it is just inheriting directly from the xhtml theme. Since the > css_xhtml theme does not us

Re: s:hidden generating invalid html for css_xhtml theme

2015-08-25 Thread Lukasz Lenart
2015-08-25 19:19 GMT+02:00 allanjackson : > When using the css_xhtml theme the s:hidden tag is generating TR and TD tags > because it is just inheriting directly from the xhtml theme. Since the > css_xhtml theme does not use tables, these tags are invalid html. > > The css_xhtml

s:hidden generating invalid html for css_xhtml theme

2015-08-25 Thread allanjackson
When using the css_xhtml theme the s:hidden tag is generating TR and TD tags because it is just inheriting directly from the xhtml theme. Since the css_xhtml theme does not use tables, these tags are invalid html. The css_xhtml theme needs to pull its s:hidden tag from the simple theme instead of

Re: css_xhtml theme issue

2014-12-27 Thread Yaragalla Muralidhar
Thank you so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ <http://yaragalla.blogspot.in/>* On Sat, Dec 27, 2014 at 3:39 PM, Lukasz Lenart wrote: > 2014-12-27 5:32 GMT+01:00 Yaragalla Muralidhar >: > > Hi I am using css_xhtml theme. in

Re: css_xhtml theme issue

2014-12-27 Thread Lukasz Lenart
2014-12-27 5:32 GMT+01:00 Yaragalla Muralidhar : > Hi I am using css_xhtml theme. in this when there is validation error it is > displaying on top of the field so the alignment of the html components are > going bad. I dont want that to happen. i want to display all the eerrors on >

css_xhtml theme issue

2014-12-26 Thread Yaragalla Muralidhar
Hi I am using css_xhtml theme. in this when there is validation error it is displaying on top of the field so the alignment of the html components are going bad. I dont want that to happen. i want to display all the eerrors on top of the page. Is it possible? *Thanks and Regards,* Muralidhar

Re: ajax validation with css_xhtml theme

2011-10-22 Thread Mano Pájaro
Guess so :/ any help though? -- Manolo Pájaro Santander Ingeniero de Sistemas IX Semestre (Actual) <> CUSOL-UAC Linux Registered User # 522026

Re: ajax validation with css_xhtml theme

2011-10-22 Thread Brian Thompson
Cat-keyboard? Brian On Sat, Oct 22, 2011 at 6:28 AM, serge nana wrote: > sqtdqtqzstzatsarvqsqqNqYc@aRTqtxa1qq!qqAqqq1 > On Oct 18, 2011 3:44 AM, "Johannes Geppert" wrote: > > > Is there any Error Message in the JavaScript Console? > > > > Johannes > > > > - > > web: http://www.jgeppert.com

Re: ajax validation with css_xhtml theme

2011-10-22 Thread serge nana
sqtdqtqzstzatsarvqsqqNqYc@aRTqtxa1qq!qqAqqq1 On Oct 18, 2011 3:44 AM, "Johannes Geppert" wrote: > Is there any Error Message in the JavaScript Console? > > Johannes > > - > web: http://www.jgeppert.com > twitter: http://twitter.com/jogep > -- > View this message in context: > http://struts.10

Re: ajax validation with css_xhtml theme

2011-10-18 Thread Mano Pájaro
Thank you for answer Johannes, I have no errors but warnings in the JS Console, it tells me sth about smoothness jquery theme (I setted it once but I'm not using it anymore, I have looking thorugh all my JSP and there are no theme="smoothness" or jquerytheme="smoothness") It throws me several repea

Re: ajax validation with css_xhtml theme

2011-10-18 Thread Johannes Geppert
Is there any Error Message in the JavaScript Console? Johannes - web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/ajax-validation-with-css-xhtml-theme-tp4905398p4913082.html Sent from the Struts - User mailing

ajax validation with css_xhtml theme

2011-10-15 Thread Mano Pájaro
Hello list! I have an issue using ajax validation with a form that uses the css_xhtml theme. Simply is not working! I've checked the interceptor and the extra js files that you have to add and it is all fine, when I change to xhtml theme it works! but i dont know what is happening wit

Re: [OT] Applying CSS to css_xhtml theme

2008-08-30 Thread Dave Newton
--- On Sat, 8/30/08, Roger wrote: > .telephone { > background-color: red; > } That's a class, not an id. #telephone is id. Several sites that provide beginning tutorials covering stuff like this come up when I do a search on just "css", but if you want to get more specific, "css selectors". Da

[OT] Applying CSS to css_xhtml theme

2008-08-30 Thread Roger
Sorry for the OT-ish question, but I'd guess that most people have come across this and I'm just trying to learn CSS. I'm trying to force a to display as two columns, labels to the left and input fields to the right. Google gave me this; .wwgrp br {display: none;} .wwlbl { float: left; clear:

Re: css_xhtml theme -

2007-12-05 Thread Dave Newton
> to: ${ parameters.leftTitle} > > > > > > HTH > > > > > > -Eric > > > > > > > > > newton.dave wrote: > > > > > > > > You can customize the templates by extracting them > > > > from the jar and putting

Re: css_xhtml theme -

2007-12-05 Thread Zarar Siddiqi
> > > > -Eric > > > > > > newton.dave wrote: > > > > > > You can customize the templates by extracting them > > > from the jar and putting them in your classpath. The > > > thing is irritating. > > > > > > d

Re: css_xhtml theme -

2007-12-05 Thread Angel Gruev
can customize the templates by extracting them > > from the jar and putting them in your classpath. The > > thing is irritating. > > > > d. > > > > --- Angel Gruev <[EMAIL PROTECTED]> wrote: > > > >> Hello, > >> > >> I want

Re: css_xhtml theme -

2007-11-28 Thread Eric Martin
; >> Hello, >> >> I want to use the css_xhtml theme of struts 2. The >> problem is that by >> default, the results in HTML of >> Label and input field that >> have between them. >> This makes it hard to align the lable and the input >>

Re: css_xhtml theme -

2007-11-28 Thread Dave Newton
You can customize the templates by extracting them from the jar and putting them in your classpath. The thing is irritating. d. --- Angel Gruev <[EMAIL PROTECTED]> wrote: > Hello, > > I want to use the css_xhtml theme of struts 2. The > problem is that by > default, th

css_xhtml theme -

2007-11-28 Thread Angel Gruev
Hello, I want to use the css_xhtml theme of struts 2. The problem is that by default, the results in HTML of Label and input field that have between them. This makes it hard to align the lable and the input field on the same line using css. Why is this tag there?! An how can be removed easily

css_xhtml theme & label position thoughts

2007-08-09 Thread TuomoS
Regards, Tuomo -- View this message in context: http://www.nabble.com/css_xhtml-theme---label-position-thoughts-tf4241331.html#a12068536 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [E

[S2] css_xhtml theme & ajax validation

2007-08-06 Thread TuomoS
Dear all, Is it possible to use the css_xhtml theme template and ajax validation together with forms? Since ajax theme extends xhtml theme .. is the only option to modify the ajax theme by hand? Regards, TuomoS -- View this message in context: http://www.nabble.com/-S2--css_xhtml-theme

Re: [S2] question about controlling display with css_xhtml theme and errors

2007-01-27 Thread Laurie Harper
Joe Germuska wrote: So, I'm working on my first S2 application and enjoying a lot of the things which always looked pretty cool about WebWork. However, I'm doing client side validation with s:form and the "css_xhtml" theme, and there's something I want to change. Given

[S2] question about controlling display with css_xhtml theme and errors

2007-01-19 Thread Joe Germuska
So, I'm working on my first S2 application and enjoying a lot of the things which always looked pretty cool about WebWork. However, I'm doing client side validation with s:form and the "css_xhtml" theme, and there's something I want to change. Given my design, the inser