RE: Is it possible to join Struts Team?

2007-01-30 Thread Adrian_Rios
I am interested too. __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Struts2 Fan [mailto:[EMAIL

RE: javascript editor

2006-03-21 Thread Adrian_Rios
script type=text/JavaScript src=/path/nameofjavascriptfile.js/ __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original

RE: Intro to JSTL

2006-01-18 Thread Adrian_Rios
JSTL is a great tool. I have been using it for 1 1/2 years. It is easy to use and learn. Here is even a better book if you want to learn the core language in around 200 pages: http://www.amazon.com/gp/product/0126567557/qid=1137607645/sr=2-3/ref=pd_bbs

RE: issue with logic:present on JDK 1.4.2

2005-10-19 Thread Adrian_Rios
Use JSTL. __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Shyam Anand [mailto:[EMAIL PROTECTED]

RE: How can I refer a control in javascript which hava a . in i ts name

2005-08-18 Thread Adrian_Rios
Try this: document.all['myForm'].value __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Jeff Beal

RE: Filtering bean properties

2005-07-28 Thread Adrian_Rios
This is the easiest and cleanest way to do this. If not you could do it with JavaScript, but then again, not the best way! __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909)

RE: TextArea

2005-07-20 Thread Adrian_Rios
Here is the code to do it. I have used it a number of times. http://javascript.internet.com/forms/limit-textarea.html Adrian __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909)

RE: Alternate color in html:iterate

2005-07-13 Thread Adrian_Rios
Here is the way I accomplished this: c:forEach items=${sessionScope.??} var=variable goes here varStatus=count c:choose c:when test=${(count.count % 2) != 0} tr bgcolor=#FF /c:when c:otherwise

RE: struts - checkbox kontrol

2005-07-01 Thread Adrian_Rios
Great site... Thanks. __ Senior Programmer Analyst, Tax Distributed Systems Development Tax Compliance Development, ADP IT Phone: (909) 592-6411 Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Rafael Taboada