Re: Way of reading this mailing list as a heirachy

2005-05-08 Thread Rafael
> I always thought outlook couldn't do message threads, but it can. I > don't remember the option on whichever menu, but it's easy to find. > Probably the View menu. yes, In Outlook Express 6 , View -> Current View -> Group Messages by Conversation. - Original Message - From: "Ada

Re: what is the best practice?

2006-05-25 Thread Rafael
Hi, I've been enjoying these conversations about 'Architecture'/'Best Practices' etc.. Does anyone knows if there is a specific list somewhere to get more information about architecture decisions, etc ??? -Rafael T Icibaci - Original Message - F

Re: database design

2005-10-08 Thread Rafael
Or if you have Rational license, you can use Rational Software Modeler. My 2 cents.. :-) -Rafael T Icibaci - Original Message - From: "Mark Benussi" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" ; "'Rafael Taboada'" <

[Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread Rafael
om/jsp/jstl/core"; prefix="c" %> Any ideias ? Thanks !! -Rafael T Icibaci

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-03 Thread Rafael
this same directive into a new jsp page and use <%@ include tag to include this new jsp page into the jsp page that I want to use jstl tags, all jstl pages stopped to work. -Rafael T Icibaci - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: &quo

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
prefix="tiles" %> <%@ taglib uri="struts-html.tld" prefix="html" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> -Rafael T Icibaci - Original Mess

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
ib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> taglibs.jsp included *Sample test.jsp page*** <%@ include file="/jsp/taglibs.jspf" %> Say: **

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-08 Thread Rafael
Keep your WAS up to date! more about WAS updates at http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg27004980 your suggestion pointed me to the right direction, thanks a lot!!! -Rafael T Icibaci - Original Message - From: "Karr, David" <[EMAIL PROTECTED]&g

ENC: Validation Select

2004-03-29 Thread Rafael Chiarinelli
the > validation, the ValidatorForm validate every textbox less the select > component. Anybody can help me? > > Regards, > > > Rafael Chiarinelli > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Ve

Retrieve Data from Validation

2004-04-11 Thread Rafael Chiarinelli
Hello for all. My name is Rafael and I'm new user in Struts. So, I have a doubt about form validation. When I have a form, and has some wrong data in this form, the Validator return to form with the errors. Have any way to return with the data int the text box, combos and others compo

Re: Retrieve Data from Validation

2004-04-11 Thread Rafael Chiarinelli
David, Yes, I do. I'm using the Struts Taglibraries. Here is a form example. Regards, Rafael <%@ page import="java.util.*" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld"

Re: Sending value from popup to parent window

2005-06-13 Thread Rafael Taboada
= proveedor; strRazonSocial = razonsocial; } That's all I hope it can help u =) -- Rafael Taboada Cell : 511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

LookupDispatchAction

2005-06-14 Thread Rafael Taboada
Hi folks. I'm using LookupDispatchAction in order to manage several buttons in a form. All work fine, but I want to use html:image instead of html:submit Please, do u know how to use that? I don't understand its attributes very well. Thanks in advance -- Rafael Taboada Softwar

Re: LookupDispatchAction

2005-06-14 Thread Rafael Taboada
Cool... Thanks so much =) -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: LookupDispatchAction

2005-06-14 Thread Rafael Taboada
ctionMapping: How can I use html:image like html:button?? Maybe property="method" in html:image is called incorrectly??? I tried to use css like Wendy said but alt option is missing. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: LookupDispatchAction

2005-06-14 Thread Rafael Taboada
Please. Any suggestions? Do u know about "ImageButtonDispatchAction.java in the archives of 'struts-user '"??? Where can I find it??? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: LookupDispatchAction

2005-06-14 Thread Rafael Taboada
I think there are problems with property.x and property.y Do u know about it? How to solve it? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Action chaining

2005-06-15 Thread Rafael Taboada
Hi folks. Do u know any information about action chaining? I mean, I have a method in Action1 and it calls another method in Action2. I know Actions return ActionForward and Actions too. Do u know any site where I can find information about it??? Thanks in advance -- Rafael Taboada

Re: Action chaining

2005-06-15 Thread Rafael Taboada
: javax.servlet.ServletException: Action[/BAction ] missing resource 'mymethod' in key method map -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Action chaining

2005-06-15 Thread Rafael Taboada
Finally I could call a method from an Action which extends LookupDispatchAction /BAction.do?method=myvaluekey where in my resources.properties file: key=myvaluekey Thanks to everybody for ur help =) -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino

Re: Pass parameter to javascript function

2005-06-15 Thread Rafael Taboada
?? Thanks -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
What's wrong with my code??? Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
Finally I found a desesperated solution :'( But what happend with html:radio??? Why doesn't work if I use html:radio instead of input type='radio' Please... Could u share ur xperiencie in this kind of problem??? Thanks -- Rafael Taboada Software Engineer Cell

Re: Pass parameter to javascript function

2005-06-16 Thread Rafael Taboada
Thank u very much for all ur help... Zarar: the same thing, it takes as String value In my code: In the source code(runtime): -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

HTML:LINK

2005-06-17 Thread Rafael Taboada
about if I have a html:link... When user click on the link, I'd like to do the same what I do clicking on the button.. If there any possibility to do that???.. I notices when I click on the link, the reset method of the ActionForm is called... Thanks in advance -- Rafael Taboada Softwar

Re: HTML:LINK

2005-06-20 Thread Rafael Taboada
I noticed when I'm using

Re: HTML:LINK

2005-06-20 Thread Rafael Taboada
ubmit form, it works but as I said, it's for habit or following a pattern. I can use a submit form instead of a html:link but, how can I solve this problem??? How can I use html:link in order to submit all the form???.. Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-977

Re: HTML:LINK

2005-06-20 Thread Rafael Taboada
Thanks for ur help Wendy, but it doesn't work -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: HTML:LINK

2005-06-20 Thread Rafael Taboada
I tried to add the onclick option: - - and the generated html code is: Balde con asa - Azul - Basa And I see the form is not being submitted. Any solution is welcome because I'm harry =) Thanks... -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en

Storing data in session scope

2005-06-21 Thread Rafael Taboada
the value in session scope. But when I call for first time index.jsp, it has to call that method... How can I do that?. Is it an appropiate way? I don't know how to call a method inside an action class from a jsp. Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290

Re: Storing data in session scope

2005-06-21 Thread Rafael Taboada
ve to know how much a dolar costs in Soles (our coin). So the entire application needs to know the cost. Another data is about TAX and it's the same for all users. Ey Dave Newton, I don't practice Kali/Arnis -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en e

Struts vs .NET???

2005-06-30 Thread Rafael Taboada
in a .war so it can be runned in Tomcat... Is it true? what tool is it? Thanks for ur xperiencie sharing. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: struts - checkbox kontrol

2005-07-01 Thread Rafael Taboada
Hi, in ur ActionForm define: String[] chkRecords; //with setter and getter In ur jsp define checkbox with a multibox: list: ArrayList that it has all the records in order to list in ur jsp idRecord: id of each record in ur database Finally in ur Action class: String[] strRecords = myForm.

Re: struts - checkbox kontrol

2005-07-01 Thread Rafael Taboada
More information: http://husted.com/struts/tips/007.html -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Calendar

2005-07-01 Thread Rafael Taboada
thing like Microsoft Outlook in its Calendar module. Please. Do u know about any project like this? THanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Printing Bills

2005-07-06 Thread Rafael Taboada
this. Please could u share ur experience? Perhaps, is there any project about this?. Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Printing Bills

2005-07-06 Thread Rafael Taboada
So aren't there any other way that PDF? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Validation problem

2005-07-11 Thread Rafael Taboada
led... Why??? When I set validate attribute to false in my action mapping, validation is not called... I want the validation is called only when the user click on submit button. Did u have the same problem??? My Action extend DispatchAction class. Thanks in advance. -- Rafael Taboada Softwar

Re: Validation problem

2005-07-11 Thread Rafael Taboada
turned off validate attribute... It doesn't validate anything... I'm calling validate method in my action class but it doesn't work... Qny suggestion??? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Validation problem

2005-07-11 Thread Rafael Taboada
ng mapping, ActionForm form,HttpServletRequest request, HttpServletResponse response) { ... colorForm.validate(mapping,request); ... } Maybe I'm calling this validate method in an incorrect way?? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gu

Re: Validation problem

2005-07-11 Thread Rafael Taboada
Thanks, I got it!... I needed to save the errors :) Rick Thanks for ur advice about using another class to manage JDBC... I'll review that... Do u know any samples about how to do that?.. Thanks again -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el desti

Re: validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Rafael Taboada
Hi, use Validator framework. In this framework u can put code in order to set a client-side validation for each feld. In ur modify method, call to ur validate method. I hope it can help u -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta

Validation framework

2005-07-13 Thread Rafael Taboada
idate only FromDate and ToDate... Any help would be appreciated... Thanks in advance. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Validation Framework Manual

2005-07-14 Thread Rafael Taboada
) Do u know why???... Where can I find a manual about how to fill my validation.xml???... I mean, what do I have to put in my tags (var-name, var-value, ...) Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la id

Re: Validation Framework Manual

2005-07-14 Thread Rafael Taboada
Yeah, that was the problem... Do u know a tutorial about how to fill my validation.xml? I want to know what i have to put in each tag. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Some advice

2005-07-15 Thread Rafael Taboada
I use 'disabled="true"' there is an error because it can't find that field. I tried to use html:hidden with write option but it doesn't show the data... Thanks in advance for ur help. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Some advice

2005-07-15 Thread Rafael Taboada
rs(request,errors); -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Some advice

2005-07-15 Thread Rafael Taboada
Ok, I see u code in a validate form. But I'm using validation framework. How can I use it with this? -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Some advice

2005-07-15 Thread Rafael Taboada
ead of ValidatorForm but it's the same because I have only one Action and inside all my methods. Is there a possiblity to manage my problem using only Validator framework?. Or I have to override the validate method in my ActionForm and code my own validation???.. How can I do that? Than

Re: Validation Help

2005-07-23 Thread Rafael Taboada
the properties file is that u r using right now... I mean u can use it in order to call value keys. -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Validation Help

2005-07-23 Thread Rafael Taboada
A good book about Struts and Validator framework is Jakarta Struts Live - Rick Hightower U can get it in www.theserverside.com <http://www.theserverside.com> -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Showing a PDF inside a JSP

2005-08-03 Thread Rafael Taboada
place where I can find information for my doubt?. Any help would be appreciated. Thanks in advance -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: XSL:FO orJasper Reports

2005-08-08 Thread Rafael Taboada
umer id in order to get all data about only this costumer... How can I do that?... In my query: SELECT . FROM WHERE CustomerId=? How can I send a parameter to jasperreports Thanks in advance and forgive if this message is off-topic -- Rafael Taboada Software Engineer Cell : +51

Re: XSL:FO orJasper Reports

2005-08-08 Thread Rafael Taboada
yeap, that helped... thanks! -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Certification

2005-08-11 Thread Rafael Taboada
tting java certification. I was googling and all sites about preparing for certification exam request some money... Do u know some material or site about my doubt??? Thanks in advance... And what about Oracle certification??? OCA, OCP, OCM... I'll really appreciate ur help -- Rafael T

JasperReports issue

2005-08-16 Thread Rafael Nami
Hi everyone. What is the best approach to configure and manage reports using jasperreports? I don't know if I have to implement a Controller, or an extension point of DispatchAction, or if I have to implement it on a servlet directly. Best Regards Rafael Mauricio

View side

2005-08-20 Thread Rafael Taboada
confused how to start my new project... What is the best approach to use for the VIEW side... I mean... Right now, how can I start to program my "JSPs"??? Thanks a lot... -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

[Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Rafael Nami
ing this approach: (full or partial) How can I do it? Best Regards Rafael Mauricio Nami - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Struts] - How to put a nested object inside a set, that's inside a ActionForm

2005-08-29 Thread Rafael Nami
I've done this: Added to PersonForm a brandName - now I just have to get the Hibernate CriteriaQuery running. Thanks Laurie Rafael Mauricio Nami 2005/8/29, Laurie Harper <[EMAIL PROTECTED]>: > Rafael Nami wrote: > > I'm trying to build a search, accessing a nested obje

Re: test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Rafael Nami
it reached. Best Regards Rafael Mauricio Nami 2005/9/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > test mail... can someone please reply to let me know it reached the Strtus > User list Thanks!! > > Visit our website at http://www.ubs.com > > This message contains confide

Re: Win XP, Eclipse, and Struts

2005-09-02 Thread Rafael Nami
I think is a great help to use some plugins in Eclipse(MyEclipse is the first that comes in my mind...). The WTP 0.7 is a great tool too. You really don't need them, these plugins are just to improve the development. Best Regards Rafael Mauricio Nami 2005/9/2, Steve Beaver <[EMAIL P

Re: Eclipse 3.1 and struts 1.2.7

2005-09-09 Thread Rafael Nami
ew NetBeans(5.0). It has Struts and JSF capabilities. Hope that it could help Rafael Mauricio Nami 2005/9/9, R Rajendran <[EMAIL PROTECTED]>: > Go through the Wrox publication Book - "Professional Jakarta Struts" > > > > From: M. I

Re: Struts Development Tool

2005-09-13 Thread Rafael Nami
Here in Brazil we have egen and jCompany. http://www.powerlogic.com.br - I think this portal is still only in portuguese - an IDE made based in Eclipse. http://www.egen.com.br/ - This is a very good IDE. an opensource option is the Netbeans 5.0 Hope that it helps Rafael Mauricio Nami 2005/9

Struts Studio

2005-02-11 Thread Rafael Taboada
Greetings from Peru Hi, i'm new in this list. I want to know if anybody tried Struts Studio IDE. Is it good?. Are there any other IDEs?. Because I'm new using struts, i'w like to use an IDE that help me using struts. Thanks --

showing data

2005-02-16 Thread Rafael Taboada
like STRUTS-MENU. This tool help me in menu but what about showing a set of records?. Is there a tool like that?. I want to solve my pagination problem, because i'd like to show my data 10 by 10, like google results. thanks for ur help -- Rafa

TagLibs

2005-03-24 Thread Rafael Taboada
? where is the problem? is it possible to use bean tag inside a html tag??? how can i solve this?? thanks -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Model

2005-03-30 Thread Rafael Taboada
Hi folks. I'm developing on struts and I don't know how to implement model layer. Do u know some sample codes about model layer?.. I was reviewing about DAO in daoexample.sourceforge.net but i'd like to have another material. thanks --

Re: Model

2005-03-31 Thread Rafael Taboada
Thanks a lot for all ur help -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

TagLibs

2005-04-13 Thread Rafael Taboada
... Is there a possibility to do that but without using scriptlet???... I mean, just using taglibs... i tried with: " border="0" height="24" src="../images/Nuevo.png" width="24" /> But, it doesn't run :s Pleas

Re: TagLibs

2005-04-14 Thread Rafael Taboada
thanks so much :) -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: a Form with different actions actions

2005-04-15 Thread Rafael Taboada
Action" for reports or "combineAction" etc. > > how is this kind of thing normally handled? I have simple forms that > have obvious attribures but this feels different somehow. > > thoughts? > -- > -Dave > [EMAIL PROTECTED] > > --

Re: data-source configruation question

2005-04-15 Thread Rafael Taboada
ted, there are others possibilities to connect to ur database. But u decide what to use. -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: data-source configruation question

2005-04-15 Thread Rafael Taboada
why don't use mysql-connector-java-3.1.7-bin??.. Download from www.mysql.com -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

showing data

2005-04-19 Thread Rafael Taboada
ok. but if the user clicks on a specific customer... how to send that customer to detail jsp in order to show data about this customer??.. If u have some code to review, i would thank u. -- Rafael Taboada - To unsubscribe,

Re: showing data

2005-04-19 Thread Rafael Taboada
yeap. i have that... But i want to know what i have to do in the detail jsp. I mean, how can i populate in the detail jsp using that id. i have an lstCustomer object in my actionform. when i'm in detail jsp, is it still populated? or it depends on the scope?. thanks -- Rafael Ta

Using checkbox to delete items

2005-04-20 Thread Rafael Taboada
using checkbox??? Thanks for all ur help Greetings from Peru -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using checkbox to delete items

2005-04-20 Thread Rafael Taboada
yeap but. does it haes to be inside to html:form? Because i have a button(image) which has the link to call the delete action. in the action class, do i have to call the array of user ids with getParameter? i'm confused in what to do in action class. -- Rafael Ta

Pagination

2005-04-21 Thread Rafael Taboada
Hi folks, i'm again :) with my list of customers. I could do my CRUD approach. So thank u for ur help. My question is if there is some approach to do pagination with struts. I don't know, maybe a plugin, extention... Thanks again -- Rafa

Re: Pagination

2005-04-21 Thread Rafael Taboada
Hi folks. Thanks for ur help. Those projects are so cool... But i have built all my jsp and used taglibs... If I decide to use this tags. Does it mean I have to rebuild my jsps?. -- Rafael Taboada - To unsubscribe, e-mail

Netbeans is crazy

2005-04-22 Thread Rafael Taboada
cat with my app i can shutdown my db and my SQLException works... But not at the beginnings.. Please, do u had the same problem?? how to solve it?? thanks so much -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECT

netbeans is crazy

2005-04-22 Thread Rafael Taboada
a link.. DO u know where can i see the problem???. Because only show that "Servelt action is not available" -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ANOTHER IDE

2005-05-02 Thread Rafael Taboada
Hi folks... I'm using NetBeans as IDE. But i want to know if there is another powerful IDE that supports working with struts... Netbeans can do ant build for me. Is there another powerful IDE? or better?? thanks for ur cooperation -- Rafael Ta

Struts with PHP

2005-05-02 Thread Rafael Taboada
Hi folks... I'm working right now with PHP... Is it possible to combine PHP with struts? I mean, instead to JSP, use PHP. thanks -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Calendar control

2005-05-04 Thread Rafael Taboada
hanks. -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Calendar control

2005-05-04 Thread Rafael Taboada
I mean, i want to make a module where i can track events, like outlook in calendar module. No calendar popup. for example: http://php-calendar.sourceforge.net/php-calendar/ but it is built in php. it there anything like this but in jsp or javascript???. thanks regards. -- Rafael Taboada

Validations

2005-05-06 Thread Rafael Taboada
correct to have only one actionform for many JSPs?? How can i validate my attributes with this approach?. thanks for your cooperation -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
U need to specify which object belongs resourceIds in ur html:multibox -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Html:muttibox tag help

2005-05-10 Thread Rafael Taboada
Which object belongs resourceIds??? which form??? Let's suppose is searchForm so Try this: -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [POLL] What do you use action forms for?

2005-05-11 Thread Rafael Taboada
#4 -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem using session var

2005-05-11 Thread Rafael Taboada
vlet.http.HttpServlet.service(HttpServlet.java:802) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) Please, can u know why?. If I have a TipoCambio bean with getters and setter method... THanks for ur help -- Rafael Taboada --

Re: Problem using session var

2005-05-11 Thread Rafael Taboada
I didn't know about capitalization of bean:write. So, how can i know in order to print some data in my jsp?. using session vars... Using JSTL?.. I don't know. -- Rafael Taboada - To unsubscribe, e-ma

Re: Problem using session var

2005-05-11 Thread Rafael Taboada
like Larry said??? -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem using session var

2005-05-11 Thread Rafael Taboada
Id tried withouth logic:iterate and getStrValor and setStrValor but it didn't worked... -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem using session var

2005-05-11 Thread Rafael Taboada
My bad... I cleaned and rebuilt and It works without logic:iterate and getStrValor and setStrValor and strValor attribute. :) But. Why does it work using logic:iterate and getstrValor and setstrValor? Thanks for help me. -- Rafael Taboada

Reports

2005-05-16 Thread Rafael Taboada
ports??? Thanks for help me. -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reports

2005-05-17 Thread Rafael Taboada
me?. What's the best? Thanks -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reports

2005-05-17 Thread Rafael Taboada
Hi folks. I want ur experiences making reports. I'm doing reports in my project and i want to know if there are some reports tools. Is it possible to use Crystal Reports with struts? Any experience? THanks for help me -- Rafael Ta

Re: How to I check what version of struts I have?

2005-05-20 Thread Rafael Taboada
Yes but which MANIFEST.MF??? In the war files???. Because it shows: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.1 Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.) -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL

Popup

2005-05-26 Thread Rafael Taboada
. Thanks for ur help -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Popup

2005-05-26 Thread Rafael Taboada
Thanks, it's cool... But is it possible to comunicate two actionforms? Because i have a actionform for each jsp. So, I'd like one actionform pass the value to the main jsp's actionform. how can do this? Please help me to learn more. --

  1   2   >