RE: Ajax validation example on Apache Struts website

2007-08-07 Thread orshoe
JIRA issue WW-2091 created for this. -- View this message in context: http://www.nabble.com/Ajax-validation-example-on-Apache-Struts-website-tf4232972.html#a12046419 Sent from the Struts - User mailing list archive at Nabble.com.

Ajax validation example on Apache Struts website

2007-08-07 Thread orshoe
Hi Can anyone please fix the example page at http://struts.apache.org/2.0.6/docs/ajax-validation.html I am having to implement ajax validation with Struts 2, and not only is there a lack of concrete resources on the web, the existing one - like the one above are either incomplete or do not provide

Struts 2 Validation multiple validators on same field

2007-08-07 Thread orshoe
Hi all, I am trying to enforce a "requiredstring" on a text field and also make sure it follows certain constraints. I am using the following in the -validation.xml: ---

Struts 2 Dojo tld struts-dojo-tags issue for Ajax validation

2007-08-07 Thread orshoe
Hi, I am trying to set up Struts 2 ajax-validation for my application, but the application is not finding the struts-dojo-tags tld. Can anyone tell me where I can find the tld jar, or if there is a dojo plugin for struts2 that is shipped separately from the core. I am using Struts 2.0.9, and Freem

Re: Need help: not parsed

2007-07-20 Thread orshoe
to use FreeMarker syntax for inserting the "page" elements (head, title, body) in the decorator, which is: ${head}, ${title}, ${body} for , , respectively. Using this style instead, ultimately worked for me. orshoe wrote: > > Hi, I have struggled with this for sometime

Re: Need help: not parsed

2007-07-19 Thread orshoe
ot;;]> or the OGNL style <@decorator.head/>. I had to revert back to <[EMAIL PROTECTED] file="header1.dec"%>, <[EMAIL PROTECTED] prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator"; %> and respectively in the decorators. So, t

Re: Need help: not parsed

2007-07-18 Thread orshoe
I am having the exact same problem, except I am also using Freemarker along with Sitemesh and Struts 2. I tried using the style tags as well as the OGNL style <@decorator.head/> tags. Viewing the source of the rendered page on the browser doesn't show the tags themselves (for the OGNL styled ones