Re: Wanted: Custom id="something" parameter in rendered html:error

2009-10-11 Thread Lukasz Lenart
2009/10/9 sinkpen : > I don't want to add a separate div around the html:error tag as then that > div will show up whether there is an error or not. You can fist check if errors exists and than add tag you want, check that http://www.nabble.com/Re%3A-HTML%3Aerrors-p23202327.html Regards -- Luka

Wanted: Custom id="something" parameter in rendered html:error

2009-10-09 Thread sinkpen
I am currently using struts' built in validation functionality but need to extend it somewhat. Currently I have the following error tag: When there is an error, some html is rendered which tells the user that the username is incorrect. The html rendered is something like this. The username i