Re: STRUTS popup action jsp not finding path as normal

2005-02-16 Thread Carlos Cajina
Hi Eric... please see Ted Husted's Struts-Tips #9 & #10 (http://husted.com/struts/tips/009.html / http://husted.com/struts/tips/010.htm) I think they might give you a hint... ;^) Good luck! Carlos - Original Message - From: "Eric Lemle" <[EMAIL PROTECTED]> To: Sent: Wednesday, Februa

Re: javascript validation in struts

2005-02-15 Thread Carlos Cajina
Hi Jonathan. A quick "dissection" of the code you posted might clarify some of your doubts.. onsubmit="return validateSigninForm(this)" * This piece of code calls a dynamically generated JavaScript function that's created when the page is rendered (for this to happen you have to include withi

Re: best practise for dynamic website Navigation in struts

2005-02-11 Thread Carlos Cajina
Hi Michael. You should take a look at http://struts-menu.sourceforge.net/ and http://demo.raibledesigns.com/struts-menu/dynamicMenu.jsp It is relatively simple to implement/use and works fine in a WebApp. Cheers, Carlos - Original Message - From: "Riedling, Michael" <[EMAIL PROTECTED]>

Re: [UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina - Hotmail
I just couldn't resist :^P ... Tomorrow I'll try it, but for now this looks like a "simpler" solution to the character encoding problem: http://www.servletsuite.com/servlets/encflt.htm - Original Message - From: "Kishore Senji" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent:

Re: [UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina - Hotmail
Hi Kishore, thanks for the tip... I tried what you suggested but it didn't work... while googling for answers I read somewhere that including UNICODE codes was only possible in *.properties files, not in *.XML ... from my experience, that seems to be right... Anyway, I'm going through the threa

[UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina
Good evening. I'm a little stuck trying to create a global constant in validation.xml that allows the mask rule to validate "special" spanish characters like Ñ [ UNICODE = \u00d1 ] for names, surnames, city names and so... Can someone give a hint ;^) ? Mi RegExp is like this: ^[A-Z.Ñ\s]*$ Rega

Re: Best approach to implement date dropdown

2004-12-07 Thread Carlos Cajina
Good mornign Ben... I've settled for the quick & easy solution: there are lots of JavaScript scripts that can handle date selection boxes :^) The thing is I don't know much about Velocity :^( As for the validation, with the Validator Framework (VF) you can validate that the dates entered/select

Re: Pre-populating a form from a database

2004-12-02 Thread Carlos Cajina
However, I can't get the action to trigger when I go to the form initially. I am a bit lost on this one even though I'm trying to understand these tutorials. One of the solutions I've implemented is to create an intermediate action that loads data from a database, populates de ActionForm, and dir

Re: ImageButtonBean & LookupDispatchAction

2004-09-30 Thread Carlos Cajina - Hotmail
Hi Ben. I see that Mike McGrady already pointed you in the right direction :^) I've tried the solution he proposes with execelent results... if you have any further questions or doubts I'll be glad to help. Regards, Carlos "Premature optimization is the root of all evil." Donald E. Knut

Re: validator-rules.xml

2004-09-28 Thread Carlos Cajina - Hotmail
Anna: You can dig in any of the struts sample applications (*.war) that are shipped with the binary distribution of Struts. The "most pure form" of this file should be in struts-blank.war Regards, Carlos - Original Message - From: "Anna Kerekes" <[EMAIL PROTECTED]> To: "Struts Users

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
tension] > Thanks, Carlos, > > The difficulty in getting the page up had rather overshadowed any > discussion of what they say. I have quite a lot yet to add to the > page. I would indeed appreciate any efforts to assist. Be my guest. > > Michael McGrady > > Carlos Ca

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
age - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 12:17 PM Subject: Re: [HOW TO? ImageButtonBeanManager Extension] > Answers to your other questions to follow in a bit,

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
might be improvements to this sort of > suggestion at > http://wiki.apache.org/struts/StrutsCatalogFiveMultipleButtonSolutions . > > Amazing how oftent this comes up. > > Michael McGrady > > Carlos Cajina - Hotmail wrote: > > >Hi. I'm tryin' to add this Stru

[HOW TO? ImageButtonBeanManager Extension]

2004-09-23 Thread Carlos Cajina - Hotmail
Hi. I'm tryin' to add this Strust extension to my project and from the documentation I understand that what I need to do is create my Action Flow using the SubmitButtonForwardDispatchAction, but after coding my Action Form and Action classes and setting up struts-config.xml I keep getting this e