Re: Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
Thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 3:26 AM, Dave Newton wrote: > The default XHTML theme? Hard to say without actionable details. > On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar"

Re: Problem with form tag

2014-12-19 Thread Dave Newton
The default XHTML theme? Hard to say without actionable details. On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar" wrote: > I am using struts2.3.20. I have designed my page using divs. Everything is > perfect. at the end i have added tag. all the alignment went > wrong. The page looks awkward. wha

Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
I am using struts2.3.20. I have designed my page using divs. Everything is perfect. at the end i have added tag. all the alignment went wrong. The page looks awkward. what could be the problem? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/

Re: [S2] Problem with Form Tag

2007-04-30 Thread Roger Varley
Did you tried set readOnly? Are you using ajax theme? If yes, maybe this is the problem. Try the others theme. In the most of cases, this won't affect the ajax behavior of application, once submit has its theme setted to ajax. I'm using the simple theme. I've now also found that specifying the

Re: [S2] Problem with Form Tag

2007-04-27 Thread Felipe Rodrigues
IL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--Problem-with-Form-Tag-tf3657504.html#a10221951 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: [S2] Problem with Form Tag

2007-04-27 Thread Roger Varley
On 27/04/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Put disabled in the fields instead of in the form. That's no good for me. If you click on a field within a disabled form, the onclick() event is triggered, but if you leave the form active and disable each field individually the onclick

Re: [S2] Problem with Form Tag

2007-04-27 Thread Felipe Rodrigues
unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--Problem-with-Form-Tag-tf3657504.html#a10219394 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[S2] Problem with Form Tag

2007-04-27 Thread Roger Varley
Hi I've got this snippet in my .jsp file but the disabled attribute is not being rendered into the final html, so all the forms are active. What am I do