How to find out all of pages (links) in a directory on website.

2003-10-27 Thread Dinh Nguyen
/page1.html http://www.xyz.com/myfolder/design.doc http://www.xyz.com/myfolder/faqs.html http://www.xyz.com/myfolder/links.htm http://www.xyz.com/myfolder/mynews.html How would I do this? Can you please guide me step by step (or some ideas) to design this program? Thanks for your help. Dinh Nguyen

Re: How to find out all of pages (links) in a directory on website.

2003-10-27 Thread Dinh Nguyen
Hi Nathan, Can you please explain in details for me? I don't get this at all. Thanks, Dinh nguyen Nathan Maves [EMAIL PROTECTED] wrote:linklint can do what you are asking for. Remotely it can only see the pages that are linked together. To see the orphan'ed files you can run linklint

Re: How to find out all of pages (links) in a directory on website.

2003-10-27 Thread Dinh Nguyen
Hi Nathan, In this case, I am interested in java files (java language) , if it's not possible, then I'll look into other languanges. Thanks, Dinh Nguyen Dinh Nguyen [EMAIL PROTECTED] wrote: Hi Nathan, Can you please explain in details for me? I don't get this at all. Thanks, Dinh nguyen

RE: How to find out all of pages (links) in a directory on website.

2003-10-27 Thread Dinh Nguyen
://developer.java.sun.com/developer/technicalArticles/ThirdParty/WebCrawler/#demo I wasn't able to this compile. I am not sure that if anyone ran into this problem before. Thanks, Dinh Nguyen Rajat Pandit [EMAIL PROTECTED] wrote: The solution also depends on the fact that you want to explore a remote

Re: sorting and searching in Struts/tiles

2003-10-25 Thread Dinh Nguyen
for a person's firstname, Henry, from the list above. Can someone give me hints for designing this or at least the step by step? i know that I have to convert this to a key in the hashtable Thanks, Dinh nguyen --- In [EMAIL PROTECTED], Chen, Gin [EMAIL PROTECTED] wrote: Cool.. I didn't even

How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
will be redirected back to the home page, otherwise, he/she will be redirected back to registration form/page if the cancel button is clicked. Thanks, dinh Nguyen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
Hi Rajat, Ok, let say, whatever page, the user wants to save the information, then the Save (Submit) button will be implemented. But how do you do that? Can you give me example? how do I use the forward in my action class? Thanks, Dinh nguyen --- In [EMAIL PROTECTED], Rajat Pandit [EMAIL

Re: How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
Rajat, I don't get what mean. Where did you get the value for result from? so in this case, I have two files, actionform and action classes, How and where do I modify these files in order for the buttons to work? Do I have to modify in other files as well? Thanks for your help. Dinh nguyen

Re: How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
Hi Geeta, Thanks for tipping me the info. So in this case, how and where would I implement/insert the javascript code in the files I sent out earlier? http://groups.yahoo.com/group/struts/message/71619 Thanks for your help. Dinh nguyen --- In [EMAIL PROTECTED], Geeta Ramani [EMAIL PROTECTED

Re: How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
scope=request forward name=success path=/index.jsp/ forward name=failure path=/index.jsp/ /action Thanks, Dinh Nguyen --- In [EMAIL PROTECTED], Geeta Ramani [EMAIL PROTECTED] wrote: Hi Dinh nguyen: I didn't look at your files, but it's fairly starightforward I think.. You add

Re: How to do Confirmation page.

2003-10-25 Thread Dinh Nguyen
..).. (Btw, you are forwarding to /index.jsp in both cases, so yo may want to fix that..) hth, Geeta Dinh Nguyen wrote: Hi Geeta, Don't I have to mofidy the struts-config file too? Where would I modify that? Below is part for register page in the struts-config file action path

Re: sorting and searching in Struts/tiles

2003-10-23 Thread Dinh Nguyen
) to hold objects. For searching, I am thinking to use hashtable, but have no idea what's the next step. I use the EJB as back-end and has not implemented it yet. If you can give me feedback on this or give me some kinds of ideas, then it'll be great. Thanks for your help. Dinh Nguyen