Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-13 Thread Lukasz Lenart
fresh thread. Best regards Fredrik From: fredan...@hotmail.com To: user@struts.apache.org Subject: RE: Why do I get this XHTML validation errors? (second attempt) Date: Sun, 9 Mar 2014 20:56:20 + Hello again guys! I might need to bother you

RE: Why do I get this XHTML validation errors? (second attempt)

2014-03-10 Thread Fredrik Andersson
: fredan...@hotmail.com To: user@struts.apache.org Subject: RE: Why do I get this XHTML validation errors? (second attempt) Date: Sun, 9 Mar 2014 20:56:20 + Hello again guys! I might need to bother you about this presumptive bug also. I got struts-user-input-validations in the form. For eg

RE: Why do I get this XHTML validation errors? (second attempt)

2014-03-09 Thread Fredrik Andersson
thing. If you need me to do it I would love to help but how do I do it? Do I need some account to some jira-server? Best regards Fredrik   From: lukaszlen...@apache.org Date: Fri, 7 Mar 2014 22:04:13 +0100 Subject: Re: Why do I get this XHTML

RE: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Fredrik Andersson
/ /td /tr Now it validates fine! Best regards Fredrik From: thechrispr...@gmail.com Date: Thu, 6 Mar 2014 12:45:00 -0800 Subject: Re: Re: Why do I get this XHTML validation errors? (second attempt) To: user@struts.apache.org To elaborate on Dave's

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Lukasz Lenart
-0800 Subject: Re: Re: Why do I get this XHTML validation errors? (second attempt) To: user@struts.apache.org To elaborate on Dave's point, try: tr style=display:none; td // both hidden fields /td /tr (*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton davelnew...@gmail.com wrote

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Paul Benedict
it validates fine! Best regards Fredrik From: thechrispr...@gmail.com Date: Thu, 6 Mar 2014 12:45:00 -0800 Subject: Re: Re: Why do I get this XHTML validation errors? (second attempt) To: user@struts.apache.org To elaborate on Dave's

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Lukasz Lenart
this XHTML validation errors? (second attempt) To: user@struts.apache.org To elaborate on Dave's point, try: tr style=display:none; td // both hidden fields /td /tr (*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Mar 6, 2014

Why do I get this XHTML validation errors?‏ (second attempt)

2014-03-06 Thread Fredrik Andersson
Hello guys! I trying to produce a app that renders in XHTML. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; How ever I got a form looking like this: s:form action=productcommentssave

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Dave Newton
You can always wrap the hidden tags in your own table row/etc. That's probably something that could be corrected in the xhtml theme. On Thu, Mar 6, 2014 at 8:13 AM, Fredrik Andersson fredan...@hotmail.comwrote: Hello guys! I trying to produce a app that renders in XHTML. !DOCTYPE html

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Chris Pratt
Did you try moving the s:hidden elements to the top of the form, or removing the wrap=hard from your s:textarea? (*Chris*) On Thu, Mar 6, 2014 at 5:13 AM, Fredrik Andersson fredan...@hotmail.comwrote: Hello guys! I trying to produce a app that renders in XHTML. !DOCTYPE html PUBLIC

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Paul Benedict
Please note the wrap attribute on textarea is new to (X)HTML5. So it definitely won't validate version = 4. Chris is right, you should remove it unless you want to validate at a higher HTML version. On Thu, Mar 6, 2014 at 10:48 AM, Chris Pratt thechrispr...@gmail.comwrote: Did you try moving

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Dave Newton
I think the issue with the hidden elements is that they're not rendering in a table row, and I don't think you're supposed to have elements in-between (or before/after) a table's rows. On Thu, Mar 6, 2014 at 11:48 AM, Chris Pratt thechrispr...@gmail.comwrote: Did you try moving the s:hidden

Sv: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Fredrik Andersson
If you guys got any idea how to solve this mystery plast let me know. Best regards Fredrik --- Originalmeddelande --- Från: Dave Newton davelnew...@gmail.com Skickat: 6 mars 2014 17:57 Till: Struts Users Mailing List user@struts.apache.org Ämne: Re: Why do I get this XHTML validation errors

Re: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Paul Benedict
mars 2014 17:57 Till: Struts Users Mailing List user@struts.apache.org Ämne: Re: Why do I get this XHTML validation errors? (second attempt) I think the issue with the hidden elements is that they're not rendering in a table row, and I don't think you're supposed to have elements in-between

Re: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Dave Newton
On Thu, Mar 6, 2014 at 3:01 PM, Fredrik Andersson fredan...@hotmail.comwrote: I have tride to put the hidden attributet att: 1 first code line after the form-start-tag 2 before the submit-tag 3 after the submit-tag, before form-end-tag. None of the attempt validates. So If you guys got any

Re: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Chris Pratt
To elaborate on Dave's point, try: tr style=display:none; td // both hidden fields /td /tr (*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Mar 6, 2014 at 3:01 PM, Fredrik Andersson fredan...@hotmail.com wrote: I have tride to put the

Sv: Re: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Fredrik Andersson
next tuesday. Best regards Fredrik --- Originalmeddelande --- Från: Chris Pratt thechrispr...@gmail.com Skickat: 6 mars 2014 21:45 Till: Struts Users Mailing List user@struts.apache.org Ämne: Re: Re: Why do I get this XHTML validation errors? (second attempt) To elaborate on Dave's point, try: tr