OT--JBoss-Cache Usage

2005-09-22 Thread Richard Reyes
Hi Guys, Its early Friday to me. Hehe. I need help in using Jboss-Cache. The short tutorial doesn't give anything i can understand. I am very new to this cache thing. I dont think that the bundled sample is working. I hope somebody here can explain something on this. My goal is to run this as a

Re: [OT] How to load a csv file into java

2005-08-19 Thread Richard Reyes
Hi All, Thanks for the response. I think I can use this... http://ostermiller.org/utils/CSV.html What do guys think? On 8/20/05, Stéphane Zuckerman <[EMAIL PROTECTED]> wrote: > Hi Richard, > > > > I need to load exported information ( csv file ) into POJOs. How do I do > > this? > > Well, j

[OT] How to load a csv file into java

2005-08-19 Thread Richard Reyes
Hi Guys, I need to load exported information ( csv file ) into POJOs. How do I do this? Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Can a simple java app access web services

2005-07-16 Thread Richard Reyes
s yes, a simple Java app can access a web service. > >> >> > >> >> There are classes that will specifically help you do so, but you can > >> >> also "fake it", at least if it is a SOAP-based service (I'm not as > >&

Re: Accessing Cookie information

2005-07-15 Thread Richard Reyes
thanks On 7/15/05, ichy <[EMAIL PROTECTED]> wrote: > Hi, Rechard. > > 2005/7/15, Richard Reyes [EMAIL PROTECTED]: > > > > > The value of > > > > <%= pageContext.getAttribute("username") %> > > > > is > > > > [E

Re: [OT] Java as a Daemon

2005-07-15 Thread Richard Reyes
ds > be as well. > Duncan > > Richard Reyes wrote: > > >Hi Duncan, > > > >Will there be a way that the source DB access the target directly? > >Because right now these DB's are accessed via web services Im thinking > >if the source DB can directly co

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Richard Reyes
article/Article/159.html > > > > Jack H. Xu > > Technology columnist and editor > > > > http://www.usanalyst.com > > > > Chief Architect and manager > > > > http://www.getusjobs.com (The largest free job portal in North America) > > > > > > &g

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Richard Reyes
d as services). You > can find it at http://sourceforge.net/projects/strutsws/ > > Frank > > Richard Reyes wrote: > > Hi Guys, > > > > Can a simple java app access a web service? Or do I need to install axis? > > > > Thanks > > Richard > > > >

Re: Accessing Cookie information

2005-07-14 Thread Richard Reyes
Hi Wendy, Sorry I wasn't able to attend to this earlier. The value of <%= pageContext.getAttribute("username") %> is [EMAIL PROTECTED] What do you think I should do? Thanks Richard On 7/7/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Re

[OT] Can a simple java app access web services

2005-07-14 Thread Richard Reyes
Hi Guys, Can a simple java app access a web service? Or do I need to install axis? Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Java as a Daemon

2005-07-14 Thread Richard Reyes
municated". And then somehow make the update > >in the second Oracle-db. > > > >just my 2cents > >Alexander > > > >-Original Message- > >From: Richard Reyes [mailto:[EMAIL PROTECTED] > >Sent: Thursday, July 14, 2005 3:53 AM > >To: Struts

Re: [OT] Java as a Daemon

2005-07-14 Thread Richard Reyes
t;>Hi > >> > >>(Warning: not an Oracle insider...) > >>If I remember correctly Oracle allows Java to used for PL/SQL-scripts. > >>Maybe you could have a Java-class that is called whenever you make an > >>update that needs to be "communicated"

Re: [OT] Java as a Daemon

2005-07-14 Thread Richard Reyes
hen the JVM > > exits. Why make it more complex by adding quartz or tomcat to the mix > > if you do not have to. > > > > Simple is *almost* always better. > > > > Larry > > > > > > On 7/13/05, Richard Reyes <[EMAIL PROTECTED]> wrote: &g

Re: [OT] Java as a Daemon

2005-07-13 Thread Richard Reyes
unning to periodically update things without needing to > run any additional code, crontab, atq, etc. All of this from inside your > Struts webapp. FYI, Quartz is at http://www.opensymphony.com/quartz and no, > I have no affiliation with them. LOL. > > Regards, > David >

[OT] Java as a Daemon

2005-07-13 Thread Richard Reyes
Hello Guys, I need your suggestions. I have a task to create an application to sync records between 2 Oracle 10g database. Not the whole records of the database though, just the now and then transactional updates. Access to the db's would be both via web services. I think I have an option to do th

Accessing Cookie information

2005-07-07 Thread Richard Reyes
Hello Guys, I have this code... . . down the line i need to access the bean and set it to an input field. . . previously i was using EL but the webapp was deployed in an older version of tomcat where EL is not working . I tried this <%= pageContext.getAttribute("username") %> but its not wo

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
Hi Wendy / Guys, Sadly Im using an eval version of Sun One 6.1 and I dont think support is available. Ill try and post at http://swforum.sun.com/jive/forum.jspa?forumID=16 Thanks Richard On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL P

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: WEB4083: No such tag message in the tag library imported with prefix bean Thanks Richard > > > On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > >

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
in the tag library imported with prefix bean Thanks Richard On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > > On the JSP, > > <%@ taglib uri="/tags/struts-bean" prefix=&qu

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Richard Reyes
thanks ill try and let you know. On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > > On the JSP, > > <%@ taglib uri="/tags/struts-bean" prefix="bean" %> > > See: >

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Richard Reyes
s the TLD file withing > the webapp? > > Richard Reyes wrote: > > > Hi All, > > > > I have a working struts webapp ( working in tomcat 5 ), now i need to > > deploy this app to a sunone web server 6.1. > > Upon copying the whole webapp folder to the new instance I

Error deploying struts webapp to sunone 6.1

2005-06-28 Thread Richard Reyes
Hi All, I have a working struts webapp ( working in tomcat 5 ), now i need to deploy this app to a sunone web server 6.1. Upon copying the whole webapp folder to the new instance I have encountered this filenot found exception... Any help will be appreciated. Anybody know on a doc that properly d

OT -- JSF + Tomcat Tutorial

2005-06-24 Thread Richard Reyes
Hi Guys, Can you guys remember any JSF Tutorial under tomcat that I can download? Thanks Richard

Re: [OT] Validating email addresses

2005-06-15 Thread Richard Reyes
t;;); >URLConnection yahooConnection = yahoo.openConnection(); > > } catch (MalformedURLException e) { // new URL() failed >. . . > } catch (IOException e) { // openConnection() failed >. . . > } > > Martin- > - Original Message - > F

[OT] Validating email addresses

2005-06-15 Thread Richard Reyes
Hi Guys, I plan to validate email addresses and Domain names entered by users via those downloadable javascripts. Any suggestions? Also if I am to validate these fields do I need to know the valid .com or .net domains? Please advise TIA! Richard

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
> > > After you tested with the above, mail me the results.All those things > can be easily debugged , if you are using any IDE. Otherwise please do those > step by step and reply. Thanks > > Santosh > > > > > Richard Reyes <[EMAIL PROTECTED]> > > 05/25/

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
Or else you can > paste the java code as well as jsp code here for better analysis.Thanks. > Santosh > > > > Richard Reyes <[EMAIL PROTECTED]> > > 05/25/2005 12:10 PM > > Please respond to > "Struts Users Mailing List" >

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
ge(index.jsp). It might help you. Or else you can > paste the java code as well as jsp code here for better analysis.Thanks. > Santosh > > > > Richard Reyes <[EMAIL PROTECTED]> > > 05/25/2005 12:10 PM > > Please respond to > "Struts Use

Help Please...... ( Struts on Iplanet )

2005-05-24 Thread Richard Reyes
Hello Guys, I am trying to deploy my struts webapp on an iPlanet 6 server with SP5. I have this error eight now 12] failure (19732):Internal error: servlet service function had thrown ServletException (uri=/index.jsp): javax.servlet.ServletException, stack: javax.servlet.ServletException

wildcard action mapping

2005-05-23 Thread Richard Reyes
Hello Guys, I got this action mapping... Is it possible to access the exact "*" wildcard value inside LoadCustomPropertiesAction? Regards and TIA! Richard - To

help loading struts webapp on iplanet

2005-05-17 Thread Richard Reyes
hello guys, I seem to have a newbie error here please help. The webapp is perfectly running under tomcat, then i copied all contents of webapps/mywebapp/* folder to iplanet/servers/my-instance/* . Anything else i should do? thanks richard JSP11 Log:Could not load TagExtraInfo class org.apache.

Re: Accessing java.util.Properties in JSP

2005-05-10 Thread Richard Reyes
Okay I realized that I might use a static method. How do I call it in a JSP that is not like this... <%Utilities.getDisplay( "BANNER_IMAGE" ) %> On 5/10/05, Richard Reyes <[EMAIL PROTECTED]> wrote: > Hello Guys, > > I have a properties object saved in my session

Accessing java.util.Properties in JSP

2005-05-10 Thread Richard Reyes
Hello Guys, I have a properties object saved in my session and i need to access it in my jsp pages. can the bean tag handle this? how? perhaps el? thanks in advance richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

[OT] Help in Application Design

2005-05-04 Thread Richard Reyes
Hi Guys, I have been task to maintain several jsp web applicatiohumonguosns. Each application has about 15 humonguos jsp's. Their original designs are to submit jsp pages to itself so each jsp contains large volumes of java codes. >From time to time a new feature request comes and there comes the

Re: help on accessing txt file

2005-04-20 Thread Richard Reyes
thanks to all. i tried using commons IO component. Unfortunately I got an error accessing the file so I have used the java samples on the tutorial. thanks anyway On 4/16/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 4/15/05, edward griebel <[EMAIL PROTECTED]> wrote: > > Were you intending

help on accessing txt file

2005-04-14 Thread Richard Reyes
Hello Guys, I need to access a file from inside an actions class. I will use its content as email contents. Regards Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Action Mapping Forward Params

2005-03-22 Thread Richard Reyes
Hello Guys, I have a form that is called with a dymanic param in a url. Now after saving the form succesfully or not i need to go back to the same form. But to load the form correctly I need the parameter I have started with. How do I include dynamic url parameters inside the action mappings speci

Re: last element of logic iterate

2005-03-21 Thread Richard Reyes
thanks On Fri, 18 Mar 2005 09:06:38 -0500, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote: > > How do you determine if your on the last element of your > > logic:iterate loop? > > JSTL makes this very easy. Something like: > > > > stuff to do in the last iteration > >

Re: last element of logic iterate

2005-03-21 Thread Richard Reyes
Then you could use a > logic:equal test inside the iteration. > > Erik > > > Richard Reyes wrote: > > >Hello All , > > > >How do you determine if your on the last element of your logic:iterate loop? > > > >Thanks > >Richard > > > >-

last element of logic iterate

2005-03-17 Thread Richard Reyes
Hello All , How do you determine if your on the last element of your logic:iterate loop? Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nested arraylist on nested logic:iterate help

2005-03-17 Thread Richard Reyes
Hello All, Got this by : Thanks Richard On Fri, 18 Mar 2005 13:27:16 +0800, Richard Reyes <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Please help. > > I need to access an arraylist property inside the arraylist that I >

nested arraylist on nested logic:iterate help

2005-03-17 Thread Richard Reyes
Hello Guys, Please help. I need to access an arraylist property inside the arraylist that I have just iterated over. I got this code . Originating Hosts

Re: Bean Taglib Help

2005-03-08 Thread Richard Reyes
nd use it in EL : > > > > If you don't want to use EL, you can use struts bean:define : > > property="rusers"/> > > > Nico. > > Richard Reyes a écrit : > > >Hello All, > > > >I have this code... > > > > &

Bean Taglib Help

2005-03-08 Thread Richard Reyes
Hello All, I have this code... <% User user = ( User ) session.getAttribute( Konstants.SESSION_USER_KEY ) ; ArrayList x = user.getRusers() ; request.setAttribute( "x",x ) ; %> How do I use the Struts Bean Liblraries to remove the scriptlet. TIA. Richard -

Re: help with bean:write

2005-02-28 Thread Richard Reyes
fyi this http://www.jguru.com/faq/view.jsp?EID=993519 did the trick. On Mon, 28 Feb 2005 14:59:31 +0800, Richard Reyes <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Please advise > > I have this code below... and i need to add the username propert

help with bean:write

2005-02-27 Thread Richard Reyes
Hello Guys, Please advise I have this code below... and i need to add the username property to the javascript.   )" /> thanks richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: logic iterate help

2005-02-24 Thread Richard Reyes
Its working thanks. another thing though. I need to use a constant variable for wrote: > Hi Richards, > > id="idRuser"> > > > > > > Make sure that class Ruser has getter and setter methods too > > Regards, > Krishna Moha

Re: logic iterate help

2005-02-24 Thread Richard Reyes
lay the username value... > > Does this answer ur question..? > > Cheers > Rajasekaran Iyanu. > [EMAIL PROTECTED] > > > -Original Message- > From: Richard Reyes [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 3:52 PM > To: Struts User

logic iterate help

2005-02-24 Thread Richard Reyes
Hello Guys, I have a user obj at sessionScope. Now this object have an field/object in it of type ArrayList named rusers. Arraylist rusers contains an array of object public class RUser { private String username = ""; private String password = ""; . . . How do i display the usernam

Re: Help with Struts-Logic Tag

2005-02-24 Thread Richard Reyes
stants.SESSION_USER_KEY, or maybe even: > > > > > > Tim Christopher > > On Tue, 22 Feb 2005 19:40:36 +0800, Richard Reyes > <[EMAIL PROTECTED]> wrote: > > Hello Guys, > > > > I have this tag ... > > > > > href=&qu

Help with Struts-Logic Tag

2005-02-22 Thread Richard Reyes
Hello Guys, I have this tag ... And I need to change hello.world to Konstants.HELLO_WORLD. Now this... does not seem to work( of course ). Please help. Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Struts or SpringFramework

2005-02-18 Thread Richard Reyes
Hello, Whats the advantage of using spring for your persitence layer when you can do it with struts? Thanks On Fri, 18 Feb 2005 09:36:28 -, Marco Mistroni <[EMAIL PROTECTED]> wrote: > HI, > Yes I was not clear.., > I was meaning, handle your persistence layer using Spring along > Wi

Re: Carriage Returns in MessageResources.properties

2004-12-16 Thread Richard Reyes
will try them all thanks Catalin and Bill. On Thu, 16 Dec 2004 08:57:15 -0500, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > Maybe try using a double slash (\\r\\n) ... > > Richard Reyes wrote: > > > Hello Guys, > > > > How can I include a carriage return insi

Carriage Returns in MessageResources.properties

2004-12-15 Thread Richard Reyes
Hello Guys, How can I include a carriage return inside a properties file. I tried \r\n and it show as \r\n on the emails being sent. Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Struts Sample / Best Practices for Database access

2004-07-15 Thread Richard Reyes
fully unaware of whether they will be used by Struts or not. -Ted. On Thu, 15 Jul 2004 14:16:29 +0800, Richard Reyes wrote: Hi Guys, Newbie question, where can i get struts sample application using database components like DAO, JDO or Hibernate samples. Thanks Ri

Struts Sample / Best Practices for Database access

2004-07-14 Thread Richard Reyes
Hi Guys, Newbie question, where can i get struts sample application using database components like DAO, JDO or Hibernate samples. Thanks Richard