Re: Will Struts2 use OGNL as WW did?

2006-11-02 Thread Don Brown
I'd love to have proper generics support in OGNL. If you create an OGNL patch, be sure to let the Struts dev list know so we can ensure it gets in. Don Vitor Souza wrote: Just to complement the previous post, I quickly ported the application to Struts2 (by the way, it was VERY easy to do it!

Re: change the presentation of struts validator framework errors on jsp page?

2006-11-02 Thread Laurie Harper
This is really a discussion for the Struts Users list, rather than the dev list; please follow up with any further questions there. However, in brief, there is currently no support for displaying client-side validation errors as in-line HTML like you show server-side validation errors. Simply

RE: change the presentation of struts validator framework errors on jsp page?

2006-11-02 Thread Sarry
I don't know how to implement it, cosider me a new bee here. Lets take the scenario like I have a client side validation enabled for a particlar field and it is done in java script so if some validation rule fails it will pop an alert message, we have some business errors which are shown on page

RE: change the presentation of struts validator framework errors on jsp page?

2006-11-02 Thread Dave Newton
User list. > I would like to know if there is any way to change the presentation of > struts validators framework errors. http://struts.apache.org/1.2.x/userGuide/struts-html.html#errors Dave - To unsubscribe, e-mail: [EMAIL PR

change the presentation of struts validator framework errors on jsp page?

2006-11-02 Thread Sarry
I would like to know if there is any way to change the presentation of struts validators framework errors. Like on a HTML form we have two fields name and email and suppose we have a validation specified in the validation framework e.g. user name can not be empty.Normally which a java script aler

Re: Formatting rules

2006-11-02 Thread Wendy Smoak
On 11/2/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Thank you Ted, now I know how many mistakes I made :-) I will try to prepare an Eclipse formatter file ASAP to put it in the wiki. We used Jalopy with Maven 1 to reformat code, and it looks like there is a Maven 2 plugin now: http://mo

Re: Formatting rules

2006-11-02 Thread Musachy Barroso
On a similar topic I have a question, in struts-tags.tld, some tags attributes are in camel notation(cssStyle) and others are all lowercase (requiredposition), what are the rules for that? musachy Antonio Petrelli wrote: Hello! Is there a document that explains the formatting rules for Struts

Re: Formatting rules

2006-11-02 Thread Antonio Petrelli
Ted Husted ha scritto: * http://struts.apache.org/releases.html#Coding In practice, we would like the code to pass our Checkstyle configuration. * http://svn.apache.org/viewvc/struts/maven/trunk/build/ Thank you Ted, now I know how many mistakes I made :-) I will try to prepare an Eclipse for

Re: [jira] Created: (STR-2964) Struts automatic Validator issue ( Cannot load a validator resource from '/org/apache/struts/validator/validator-rules.xml, /WEB-INF/validation.xml')

2006-11-02 Thread Marcos
Hi, I'm having the same bug in Tomcat 5.5 (run inside Eclipse 3.2.1 with wtp 1.5 and java2SDK 1.5) Only '/org/apache/struts/validator/validator-rules.xml' - OK, pass Only '/WEB-INF/validation.xml' - Error, not pass ===Tomcat log 01/11/2006 14:27:32 org.apache.coyote.http11.Http11AprProtocol init

Re: Formatting rules

2006-11-02 Thread Ted Husted
* http://struts.apache.org/releases.html#Coding In practice, we would like the code to pass our Checkstyle configuration. * http://svn.apache.org/viewvc/struts/maven/trunk/build/ -Ted. On 11/2/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Hello! Is there a document that explains the formatt

Formatting rules

2006-11-02 Thread Antonio Petrelli
Hello! Is there a document that explains the formatting rules for Struts code? Thank you Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]