Re: [ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-17 Thread Paul Benedict
John Lovitz.. gotta love it. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-17 Thread Dakota Jack
Yah, that's the ticket. That's it. Sarcasm! Yah. On 12/17/05, Preston Crawford <[EMAIL PROTECTED]> wrote: > > was using it for effect. I was trying to be over the top. > > Apparently both of you missed the sarcasm. > > Preston > > Also educated in a blue state, whatever that means. > > > You sa

Re: [ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-17 Thread Preston Crawford
was using it for effect. I was trying to be over the top. Apparently both of you missed the sarcasm. Preston Also educated in a blue state, whatever that means. > You said "nefarious". That is a strawman. I said I don't disparage > Craig, > and I don't. Let me make it clear that so far as I

Re: chinese characters and bean tags

2005-12-17 Thread Jose Ventura
Have you tried using ? filter="false" means the tag will not "escape" HTML characteres... the default value is true IIRC. Maybe during that filtering it is also escaping non-ASCII characters? (wild guess here, since the last Struts version I used was 1.1) The problem with filter="false" is that i

Re: Implementation of new row functionality of HTML table in Struts

2005-12-17 Thread Michael Jouravlev
On 12/17/05, Irfan Shaikh <[EMAIL PROTECTED]> wrote: >the problem here is when i populate the data on page for the first time i > have 4 rows and then i add a new row by javascript Do you add a row right into the browser's DOM? >, and i submit the page, > even then i get only 4 rows in execut

RE: Struts DTD - basic question

2005-12-17 Thread Rivka Shisman
Thank you Wendy :-) -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 4:36 PM To: Struts Users Mailing List Subject: Re: Struts DTD - basic question On 12/15/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > When I use in my struts-config.xml

Re: [ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-17 Thread Dakota Jack
You said "nefarious". That is a strawman. I said I don't disparage Craig, and I don't. Let me make it clear that so far as I know Craig is a decent and honorable man. This is about principle, not about personalities. I cannot stand the President's policies and priorities as I don't like Craig'

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Paul Benedict
I am glad you found the LazyDynaBeanForm. I hope it suits your needs. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Rick R
On 12/17/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Good Morning Rick > > I liked Niall Pemberton's Nested Lazy validation form solution found here > http://www.niallp.pwp.blueyonder.co.uk/lazyactionform.html I knew Niall would have some good stuff! Now I just have to mess around with it...

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-17 Thread Martin Gainty
Good Morning Steve- Speculation on my part but did you set the path property before invoking execute() before calling Reload Also I would encourage you to look at http://tomcat.apache.org/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/ant/ReloadTask.html I am cross-posting to struts user

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Martin Gainty
Good Morning Rick I liked Niall Pemberton's Nested Lazy validation form solution found here http://www.niallp.pwp.blueyonder.co.uk/lazyactionform.html Martin- - Original Message - From: "Rick R" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, December 17, 2005 9:

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Rick R
To recap... understand that you can do something like you mention above, but have you tried to do that? It brings me back full circle to my original point that I haven't found a clean solution at all. Say we are back to a list of users and each user has multiple "addresses." You want to update al

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Rick R
oops ... don't try to tab while using gmail :) I was trying to indent my code by instinct using tab and hit tab and 'end' to the end of the line an enter:) caused a send. I'l continue in another email. On 12/17/05, Rick R <[EMAIL PROTECTED]> wrote: > > On 12/16/05, Paul Benedict <[EMAIL PROTE

Re: The Age-Old problem of validation when you have Nested Items- opinions and Dyna question

2005-12-17 Thread Rick R
On 12/16/05, Paul Benedict <[EMAIL PROTECTED]> wrote: > > > I am not suggestign you create a new business object. I am suggesting you > create a new object for input purposes. You need a transport layer between > your model and the web; thus you have an ActionForm. But you need to pad > your Action

Re: Implementation of new row functionality of HTML table in Struts

2005-12-17 Thread Irfan Shaikh
I am storing data objects into an Array for initial rows and when user submit the form i am getting the updated values by using the code highlighted below public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request,