Re: how to get multiple value from action class

2001-10-05 Thread Luis Olivares
Title: how to get multiple value from action class I think you must use an Array of Strings in a FormBean instead of a Vector. I'mnot sure what issues comes using a Vector. Also, as I understand, all the fields in a FormBean must be of type String. Is this correct? Regards. Luis

Re: How to open a new browser window in struts

2001-10-04 Thread Luis Olivares
window. Hope this helps :) Regards. Luis Olivares. [EMAIL PROTECTED] -- Intelligence is the ability to avoid doing work, yet getting the work done --Linus Torvalds

Re: weblogic 6.0 and STRUTS problem

2001-10-04 Thread Luis Olivares
'copy the struts-upload.war to webLogic6.0sp1.'? How you deploy the war file? Are you using the Default Console? - Original Message - From: BinhMinh Nguyen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 6:55 PM Subject: weblogic 6.0 and STRUTS problem Hi I

Re: getting the servlet context

2001-10-01 Thread Luis Olivares
ServletContext application = pageContext.getServletContext(); Regards. Luis Olivares. [EMAIL PROTECTED] -- Intelligence is the ability to avoid doing work, yet getting the work done

Re: html:text align=....

2001-09-24 Thread Luis Olivares
if you're gonna add the aligment property... could you please add the 'title' (tooltip) property (not only to the html:text tag, but all the html tags)?. Maybe it doesn't sound important, but a tooltip gives a plus to the understanding of some sites (and also a more complete look). -

Re: Postmortem (iterate, wrap, hashtable, nested)

2001-09-24 Thread Luis Olivares
If you want to iterate in the order you inserted your objects in the collection, try using a java.util.Vector. Regards Luis Olivares. [EMAIL PROTECTED] -- Intelligence is the ability to avoid doing

Re: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread Luis Olivares
Im too very interested in this topic, since we'll be developing an Application for WebSphere 4.0, but our Development Enviroment will be Jboss with Tomcat. Regards. Luis Olivares. [EMAIL PROTECTED

Re: shown variable value in html:text-input

2001-09-13 Thread Luis Olivares
value= / Struts tags always needs to be enclosed (Its not like HTML in that aspect). Regards. Luis Olivares. [EMAIL PROTECTED] -- Intelligence is the ability to avoid doing work, yet

Re: jspc - Bad file argument to include

2001-09-05 Thread Luis Olivares
to the page including it. The way to go its using: jsp:include page=aJspPage.jsp flush=true /jsp:include just as Ratnakar said. Regards. Luis Olivares. Infosphere S.A. de C.V. Delivering the Power of Information

Re: How to remove global ActionErrors?

2001-08-31 Thread Luis Olivares
(); ServletContext application = pageContext.getServletContext(); ServletRequest request = pageContext.getRequest(); Hope this helps :) Regards. Luis Olivares. Infosphere S.A. de C.V. "Delivering the Power of Information" - (52)8

Re: Tag Iterate !!!

2001-08-30 Thread Luis Olivares
In fact, the Iterate Tag doesn't put such bean in any scope. I have tried to use the Equals/NotEquals Tag inside an Iteration Tag and I simply cannot look inside the property of my 'Iterated Bean' to do the comparision. I ended inserting a scriptlet and 'manually' defining the bean resulted from

Re: Removing bean from session scope

2001-08-29 Thread Luis Olivares
What do you mean by 'clicks on the back button'? Is it the browser's back button or a button that 'submits' back to the archive.jsp page? In case it is the browser's back button, your issue is related with javascript. What you see when you click this back button (or use in some way

Re: struts selection and Javascript onchange question

2001-08-29 Thread Luis Olivares
.options[i].value = ""; } var j = 1; for (var i = 0; i optionValues.length; i++) { if ( cboBox.value == optionGroups[i] ) { cboBoxToChange.options[j] = new Option(optionLabels[i]); cboBoxToChange

Re: Dynamic Form Beans?

2001-08-29 Thread Luis Olivares
I have the same 'problem'. I would like to be able to create a form dynamically depending on the structure of a table (I used to do this with 'plain' JSP). Any ideas? Regards. Luis Olivares. [EMAIL PROTECTED

Re: Tag Libaries, No ID attribute

2001-08-29 Thread Luis Olivares
What about the TITLE attribute? (I know its not quite important, but it could be cool to be able to use it). :) Regards. Luis Olivares. [EMAIL PROTECTED] -- Intelligence is the ability to avoid

Re: Really need you to get me out of a jam!!!!

2001-08-27 Thread Luis Olivares
I Agree with Brain. Looks like your problem is related with your Classpath (or in your ApplicationResources.properties file you don't have such key). Make sure you point to where your ApplicationResources.properties is. Regards. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Re: Templates Images

2001-08-15 Thread Luis Olivares
this feature is not really 'important' , but I use it to do my webapps a little more 'friendly'. Regards. Luis Olivares. Infosphere S.A. de C.V. Delivering the Power of Information

Re: How can I get the DataSource from a JSP page

2001-08-14 Thread Luis Olivares
Luis Olivares. Infosphere S.A. de C.V. Delivering the Power of Information - (52)8-365-42-88 Ext. 107. [EMAIL PROTECTED] - Original Message - From: Kent Roylance

Re: Forward request to another jsp-page with struts

2001-08-03 Thread Luis Olivares
Title: AW: Forward request to another jsp-page with struts What I do is create a 'User' bean with all the properties of a User (username,name, password, user type, etc). When the User logs in, I put this 'User' object in session. I check for this object in session using the logic:notPresent

Re: Struts ActionServlet

2001-08-03 Thread Luis Olivares
Excuse me but... can EJB (entity) be managed by Tomcat? Regards - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 8:31 AM Subject: Re: Struts ActionServlet The container is a Web or Application server, like Tomcat, Resin,

Re: Taglibs decrease the separation between designer and developer?

2001-08-01 Thread Luis Olivares
; because you can also get involved in some 'design stuff' (plus, you don't need to compile on your own). That's my personal opinion and I know many people may not agree :). Regards. Luis Olivares. Infosphere S.A. de C.V. tel 8365-42-88 ext. 107. - Original Message - From: Assenza, Chris [EMAIL