Re: FormBean and JavaScript

2005-06-02 Thread eid4k
Thanks Jerry, problem is fixed now. Regards Karim Jerry Tan <[EMAIL PROTECTED]> wrote: >Since the nested classes constrain you to use the dot syntax, then you may >consider using an index notation on the scripting side, e.g., > >    document.managerForm[0].value = user; > >assuming, of course,

FormBean and JavaScript

2005-06-02 Thread eid4k
Hi, I have got a problem with a Struts Form My ActionForm has two attributes User and Manager (both are classes); I am setting the manager attributes on the form via the Until here everything works as we would expect. The problems comes in here; When the JSP /Form gets rendered on the scree

Re: Message Resources not displayed

2005-01-19 Thread eid4k
Thanks for your attention James, I have found the cause of the problem. iPlanet seems to not load the classes inside {approot}/WEB-INF/lib unless the jar files are mentioned on the classpath. Since I have done this now it works. Thought just to let you know. "James Mitchell" <[EMAIL PROTECTE

Re: Message Resources not displayed

2005-01-19 Thread eid4k
James, the taglib for is declared on the page. I can run the application on iPlanet and it works just as on Tomcat, but Error messages are not displayed. Karim "James Mitchell" <[EMAIL PROTECTED]> wrote: > >I was reacting to this... > >> It is there because Tomcat does display the messages.

Re: Message Resources not displayed

2005-01-19 Thread eid4k
Sorry James, I thought you wanted to know if the file is there. I package the application as a war file with Websphere Studio and deploy it as a war file via the iPlanet interface. I have also packaged the war file on the comand line with the jar toll. Any idea "James Mitchell" <[EMAIL P

Re: Message Resources not displayed

2005-01-19 Thread eid4k
It is there because Tomcat does display the messages. "James Mitchell" <[EMAIL PROTECTED]> wrote: >How are you deploying your app?  Packaged with Ant? > >Many times, people forget to have resources copied during the build process. >This is automatically done for us with most IDEs, but Ant won'

Message Resources not displayed

2005-01-19 Thread eid4k
Hi there, I have a small Struts application which requires a user to login before he can call an admin action. The application is running fine under Tomcat 4.1 on my local system. When I deploy it to iPlanet WebServer 6.0 SP5 I have the problem that the error messages in ApplicationResouces.

Message Resources

2005-01-18 Thread eid4k
Hi there, I have a small Struts application which requires a user to login before he can call an admin action. The application is running fine under Tomcat 4.1 on my local system. When I deploy it to iPlanet WebServer 6.0 SP5 I have the problem that the error messages in ApplicationResouces.pr

RE: Iterating over collection ...

2004-08-31 Thread eid4k
Thanks Jim, the reply Daniel Perry posted worked/ I have done it your way earlier nad it did not produce the correct output. Have look (if you care at Daniel Perry's reply. It did produce the correct outpu. Thanks anyway Karim "Jim Barrows" <[EMAIL PROTECTED]> wrote: > > >> -Original Mes

RE: Iterating over collection ...

2004-08-31 Thread eid4k
Thanks Daniel, this worked. I have tried nesting a iterate tag earlier today but I wasn't setting it correct. Thanks for the answer. Regards Karim PS: Thanks to the other replies too. "Daniel Perry" <[EMAIL PROTECTED]> wrote: >You need to nest another iterate'er in order to iterate through

Iterating over collection ...

2004-08-31 Thread eid4k
Hello there I am having some issue getting the correctly output while iterating over my collection I'm doing the following: I'm iterating over an processList(ArrayList) which contains 4 objects of type ProcessBO. ProcessBO has 3 attributes; int ID String name ArrayList tasklist The tasklist