RE: how to remove .action suffix in struts 2.1

2010-08-12 Thread Ruben Cepeda
If you haven't done so yet you'll have to create a struts.properties file and override it. Here http://struts.apache.org/2.0.11/docs/strutsproperties.html -Ruben Cepeda Date: Wed, 11 Aug 2010 14:57:33 +0530 Subject: how to remove .action suffix in struts 2.1 From: mail.supra...@gmail.com

RE: urgent

2006-05-25 Thread Ruben Cepeda
this great article http://www.alistapart.com/articles/zebratables * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Abhimanyu Koul [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user

RE: Counting ActionErrors from JSP

2006-05-06 Thread Ruben Cepeda
. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Philihp Busby [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: user@struts.apache.org Subject: Counting ActionErrors from JSP Date

RE: Cookie

2006-04-01 Thread Ruben Cepeda
I've never done it myself but this might try to add the cookie with a null value in theresponse object. response.addCookie(new Cookie(targetName,null)); Let me know if works. * Ruben Cepeda [EMAIL PROTECTED

RE: Struts time-validator

2006-04-01 Thread Ruben Cepeda
You can use the date validator and make the format string only care about the time part of the string. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Soós Gyula [EMAIL PROTECTED] Reply

RE: [OT] JSTL question

2006-03-16 Thread Ruben Cepeda
scriplet but which is it's main down fall. Hope it helps * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Kalcevich, Daniel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user

RE: [ot] p css question

2005-04-13 Thread Ruben Cepeda
Mick, Try this p { padding: 0px; margin: 0px; } * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: user

RE: html:options

2005-04-09 Thread Ruben Cepeda
Viniciius, Here is a link to the options user guide secition of the Struts user guide: http://struts.apache.org/userGuide/struts-html.html#options Look at the LabelName and LabelProprety attributes. * Ruben Cepeda [EMAIL PROTECTED

RE: New to Struts

2005-04-05 Thread Ruben Cepeda
Balajj, I would go to the struts home page and start looking thru the documentation and tutorial. Here is a link: http://struts.apache.org/userGuide/index.html to the user guide it come in handy. * Ruben Cepeda [EMAIL PROTECTED

RE: DispatchAction defaults

2005-03-27 Thread Ruben Cepeda
. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Nic Werner [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Subject: DispatchAction defaults Date: Sat, 26 Mar 2005 16:07:48 -0800 Hi, I'm

RE: Anybody who can answer this ?

2005-03-13 Thread Ruben Cepeda
Nitin, I am unsure of you quesiton. Yet if you need help with the DispachAction here is a very helpfull link: http://husted.com/struts/tips/002.html * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From

RE: struts and jsp

2005-02-18 Thread Ruben Cepeda
in the air. This could happend with you link to a page b/c you are leaving your self open to the possibilidy that someone will bookmark that page and the one day in the future when you move that page the user will no longer be able to find that page. * Ruben Cepeda

RE: Trying to understand Validate Date

2005-01-26 Thread Ruben Cepeda
it is a lot more clear to have a custom validator that to have an hidden field. Also the custom validator should be pretty easy to do because you could use the original date validator as a tool. * Ruben Cepeda [EMAIL PROTECTED

RE: Struts for beginners

2004-12-26 Thread Ruben Cepeda
are too late in the book to really let you see the use of the book. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Krishna Mohan Radhakrishnan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

RE: Struts Form Validation Question

2004-12-20 Thread Ruben Cepeda
Hey, Why not try this regex: ^[a-zA-Z'-]*\s[a-zA-Z'-]*$ * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: new window

2004-11-09 Thread Ruben Cepeda
/a * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Sergey Livanov [EMAIL PROTECTED] Reply-To: Sergey Livanov [EMAIL PROTECTED] To: Struts Mailing List [EMAIL PROTECTED] Subject: new window Date: Wed, 10 Nov 2004 00:16:25 +0200 How can I

[PROBLEM] Refreshing ResultList,

2004-10-01 Thread Ruben Cepeda
handler but that has no effect does anyone have a clue about this problem. * Ruben Cepeda [EMAIL PROTECTED] * _ On the road to retirement? Check out MSN Life

Creating a Struts Plugin,

2004-09-13 Thread Ruben Cepeda
, is it require that it have an init method or to extend a class. Thank you to any one that can help in advance. * Ruben Cepeda [EMAIL PROTECTED] * _ Express yourself

Problem using Database utils From Scaffold,

2004-09-12 Thread Ruben Cepeda
(); } .. Can anyone help out with this I have really hit a wall. * Ruben Cepeda [EMAIL PROTECTED] * _ Don’t just search. Find. Check out the new MSN Search

RE: Validation error,

2004-09-12 Thread Ruben Cepeda
David, It is saying that the class is not found. I have stop working with it right know because I am just using the server-side validation. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: David G

Validation error,

2004-09-11 Thread Ruben Cepeda
Hey Guys, I get the following error when tring to use the struts-validator.tld org.apache.struts.validator.taglib.html.ErrorsTei' Can anyone help me with this problem. * Ruben Cepeda [EMAIL PROTECTED

Muiltiple resource files,

2004-09-06 Thread Ruben Cepeda
Hello everyone, I want to load a resource file for my sql statements, how would I go about it? * Ruben Cepeda [EMAIL PROTECTED] * _ Don’t just search. Find

RE: Select One Row

2004-08-26 Thread Ruben Cepeda
='sub_key1' //td . /tr /logic:iterate * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Varley, Roger [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL

RE: Tiles and well formed html

2004-08-25 Thread Ruben Cepeda
Hi andy, Is there anyway to get a code snippet of the html that you are generating. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: andy wix [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

RE: Scaffold

2004-08-25 Thread Ruben Cepeda
Tate, http://www.manning.com/catalog/view.php?book=husteditem=source Download the husted_src.zip file it has the source. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Tate Austin [EMAIL PROTECTED

RE: Tiles and well formed html

2004-08-24 Thread Ruben Cepeda
/div * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: andy wix [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tiles and well formed html Date

RE: Question about Scaffold

2004-08-20 Thread Ruben Cepeda
I am using the Scaffold ResultSetUtils class. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Jim Barrows [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts User

RE: FormBean values are null

2004-08-20 Thread Ruben Cepeda
How are you connecting the actions? My thinking is that somehow the request is been funfill before you go to action B * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: Dhaliwal, Pritpal (HQP) [EMAIL