AW: How to submit form in pop-up window and forward parent result s page?

2004-03-11 Thread Samuel . Opoku-Boadu
Hello bOOyah, I have had the same problem that you describe. Were you able to solve it?. If so could you share how you did it? Sam -Ursprungliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Auftrag von bOOyah Gesendet: Donnerstag, 11. Marz 2004 11:43 An: [EMAIL PROTECTED] Betreff:

AW: Examples of HTML-based user interfaces?

2003-12-19 Thread Samuel . Opoku-Boadu
Try the file attached. -Ursprungliche Nachricht- Von: Wendy Smoak [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. Dezember 2003 23:52 An: Struts Users Mailing List Betreff: OT: Examples of HTML-based user interfaces? Does anyone have examples of some fancy things to do with

AW: Examples of HTML-based user interfaces?

2003-12-19 Thread Samuel . Opoku-Boadu
Sorry. Forgot to attach file. Here we go again. -Ursprungliche Nachricht- Von: Wendy Smoak [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. Dezember 2003 23:52 An: Struts Users Mailing List Betreff: OT: Examples of HTML-based user interfaces? Does anyone have examples of some fancy

AW: Examples of HTML-based user interfaces?

2003-12-19 Thread Samuel . Opoku-Boadu
I guess it can be done although I have not tried it before. -Ursprungliche Nachricht- Von: vasudevrao gupta [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 19. Dezember 2003 09:48 An: 'Struts Users Mailing List' Betreff: RE: Examples of HTML-based user interfaces? Can we enhance the

AW: dynamically sized form (mostly solved)

2003-12-11 Thread Samuel . Opoku-Boadu
Hallo Robert, I am having the same problems. I have a dynaActionvalidator form which has a few normal fields and an array of check or radio boxes which should have the same field name. My question is how do you implement this in the action class and and form bean and how does this Class come

AW: Pass A String From Servlet And Write Out Its Value in JSP

2003-12-08 Thread Samuel . Opoku-Boadu
bean:write name=c/ -Ursprungliche Nachricht- Von: Caroline Jen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 8. Dezember 2003 03:37 An: [EMAIL PROTECTED] Betreff: Pass A String From Servlet And Write Out Its Value in JSP My servlet has a String called 'category'. I want to pass the

AW: Struts Validator with special characters

2003-11-27 Thread Samuel . Opoku-Boadu
do This: global constant constant-namealphanumeric/constant-name constant-value^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-]*$/constant-value /constant constant

AW: ActionErrors and Servlet Filters

2003-09-26 Thread Samuel . Opoku-Boadu
I think you need to implement the saveErrors() method some where in your code. You may also need to import the Action class in your Servlet Filter. Also you could check to make sure you have imported the html taglibrary in your home.jsp -Ursprungliche Nachricht- Von: Nate Drake

AW: Forwarding openNewWindow

2003-09-18 Thread Samuel . Opoku-Boadu
Hallo Manuel, I also have ths same problem. How did you solve it? Sam -Ursprüngliche Nachricht- Von: Manuel Lenz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. September 2003 12:02 An: Struts Users Mailing List Betreff: Forwarding openNewWindow Hi to all, I´d like to forward to

How to automatically refresh a page after successfully executing a download in Struts

2003-09-03 Thread Samuel . Opoku-Boadu
I have a jsp page which displays a table of results. By a hitting a download button the some changes are made in the back-end database. which should be reflected in the current page. The problem with Struts is that after executing a download using an outputstream you can only return null in the

AW: What in the world is bean:page tag for???

2003-09-01 Thread Samuel . Opoku-Boadu
As an addition to this question, Is it possible declare a bean in Application Scope in Struts? Perhaps Craig could help us? -Ursprungliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. August 2003 04:55 An: Struts Users Mailing List Betreff: Re:

AW: Get URL

2003-08-28 Thread Samuel . Opoku-Boadu
What kind of taglib is this? Does it come with Struts? -Ursprungliche Nachricht- Von: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. August 2003 12:55 An: [EMAIL PROTECTED] Betreff: Get URL Hi, I was wondering if anyone could help. I never had a need for this

Problem with file name when downloading from database with Internet Explorer

2003-08-08 Thread Samuel . Opoku-Boadu
In my Struts application I download a file from a database that can be saved locally. However with Internet Explorer, the name is corrupted(with brackets and a number one in between). For example: Instead of file name, file_name, I have file_name[1] It works perfectly with Netscape but not IE.

AW: how to pass a jsp variable to a javascript function

2003-08-08 Thread Samuel . Opoku-Boadu
Do this: bean:write name=tmpIndex / -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. August 2003 23:30 An: Struts Users Mailing List Betreff: Re: how to pass a jsp variable to a javascript function I don't have javascript errors, the

Strange Problem saving and retrieving file

2003-08-01 Thread Samuel . Opoku-Boadu
In my struts application I save a text file in an oracle database. Whenever I retrieve the file from the database, it is always 8kb smaller. Has any one of you ever experienced this problem? Sam - To unsubscribe, e-mail: [EMAIL

AW: Strange Problem saving and retrieving file

2003-08-01 Thread Samuel . Opoku-Boadu
Thanks. I have solved the problem. I was calling a BufferReaeder.readLine() method earlier before loading the InputStream in the database. Cheers!!! -Ursprungliche Nachricht- Von: Jones, Marty B. [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 1. August 2003 13:10 An: Struts Users Mailing

AW: AW: AW: Can I have a nbsp; _not_ URL encoded?

2003-07-02 Thread Samuel . Opoku-Boadu
Hello Martin and Marco, Its working perfectly now. Thanks a lot. Samuel -Ursprungliche Nachricht- Von: Martin Naskovski [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. Juli 2003 19:52 An: Opoku-Boadu, Samuel; Marco Maier Cc: [EMAIL PROTECTED] Betreff: Re: AW: AW: Can I have a nbsp;

AW: Can I have a nbsp; _not_ URL encoded?

2003-07-01 Thread Samuel . Opoku-Boadu
Yes I have the same problem. Were you able to silve it? Sam -Ursprungliche Nachricht- Von: Martin Naskovski [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. Juli 2003 08:12 An: Struts Users Betreff: Can I have a nbsp; _not_ URL encoded? I have a LabelValueBean, and the Label property

AW: AW: Can I have a nbsp; _not_ URL encoded?

2003-07-01 Thread Samuel . Opoku-Boadu
Thanks Martin. I had particular problems for example with displaying a link, for example a href=blablabla/a that had been saved as a string in a bean. using the bean:write tag to write the String out in the jsp displayed the actual syntax instead of the link ie. a href=blablabla/a maybe someone

AW: bean:message and html tags in the propeties file.

2003-06-27 Thread Samuel . Opoku-Boadu
I am also experiencing the same problem. Were you able to solve it? Sam -Ursprüngliche Nachricht- Von: Michael Remijan [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 14:51 An: Struts Users Mailing List Betreff: bean:message and html tags in the propeties file. Hi list:

Page Iterator in Struts

2003-06-25 Thread Samuel . Opoku-Boadu
Does anybody have an example of a page Iterator in Struts that displays the results of a list page by page. For example when a user clicks a next button more reults from the collection are displayed? - To unsubscribe, e-mail:

AW: Page Iterator in Struts

2003-06-25 Thread Samuel . Opoku-Boadu
Thanks Dirk. This looks interesting. -Ursprungliche Nachricht- Von: Dirk Markert [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Juni 2003 10:25 An: Struts Users Mailing List Betreff: Re: Page Iterator in Struts Hallo Samuel, have a look at struts-layout at