struts-validator and javascript bundle

2002-04-23 Thread Reynaldo Timonera
Hi All, Is there a way to use the struts-validator javascript tag to use multi-resource bundle? Thanks, Reynaldo

Problems with struts-validator using multi-resource bundle (resource messages)

2002-04-22 Thread Reynaldo Timonera
Hi All, We've been successful using struts-validator with a single message resource bundle. When we used the same code with the multi-resource bundle we have problems: In the JSP use html:errors ...bundle=RESOURCE_BUNDLE_A, it doesn't display the message in validation.xml which is arg0 for

Re: How do I disable struts-validator on first call using the do

2002-04-21 Thread Reynaldo Timonera
thought this occurs on session forms but not request. does your case disprove that? - Original Message - From: Reynaldo Timonera [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, April 20, 2002 6:14 AM Subject: How do I disable struts-validator on first call

Re: ActionForward to another Action bean

2002-04-21 Thread Reynaldo Timonera
Try placing a 'do' and the end of /searchresultaction: forward name=searchresultaction path=/searchresultaction.do/ - Original Message - From: Struts Newsgroup @[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 21, 2002 11:55 AM Subject: ActionForward to another Action

How do I disable struts-validator on first call using the do

2002-04-20 Thread Reynaldo Timonera
Hi All, We're using the struts-validator and it's great. We have one problem: when the page is called through the do (/transferUtitlity.do), the validator fires and displays the error. We wanted on the first call to the page that the validator will be disabled. Thanks for your help,

Does struts-validator work with multiple resource bundle?

2002-04-20 Thread Reynaldo Timonera
Hi All, Does struts-validator work with multiple resource bundle? Thanks for your help, Reynaldo

Re: Need example on using roles in struts-tiles

2002-03-27 Thread Reynaldo Timonera
, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Reynaldo Timonera wrote: Hi, We are now in the middle of a project and we're using tiles. Does anyone have a sample code on how to use roles in tiles? Thanks

Need example on using roles in struts-tiles

2002-03-24 Thread Reynaldo Timonera
Hi, We are now in the middle of a project and we're using tiles. Does anyone have a sample code on how to use roles in tiles? Thanks, Reynaldo

How to use role in struts - tiles

2002-03-24 Thread Reynaldo Timonera
Hi, We're using tiles in our proejct. It's great! We wanted to use the role attribute of the put tag, have anyone used this before? How do I set the user role to something and then have the put tag in tiles definition work. Thanks for your help, Reynaldo