Re: ActionForm Problem

2002-02-19 Thread Amir N. Nashat
you should be using the struts html tags if you want to use the form bean...or else you would have to create the form bean object and explicitly set the values for each input tag. i suggest using the html tags...something like this: YOUR EXAMPLE input type=text name=UserName value= size=30

CODY: Re: Loading pdf files using jsp

2002-02-12 Thread Amir N. Nashat
The server should not have to accept the PDF mime-type. It actually sets the mime type and the client is the one who needs to make sure it can accept it(by having the correct plugin). If I am mistaken please correct me. amir [EMAIL PROTECTED] 7:04:09 AM 02/12/02 Maybe you meant that

Re: Acton without a Form

2002-02-08 Thread Amir N. Nashat
what are the errors you are getting? i use actions with out forms all the time. displaying the errors would be helpful. [EMAIL PROTECTED] 12:01:39 PM 02/08/02 Seems like I should know this, but I don't. I have an action that has no need of a form. How do I specify the action tag in the

ActionServlet

2002-02-08 Thread Amir N. Nashat
Can anyone provide any detail as to the debug and detail fields for the ActionServlet class? Specifically, any values and what they represent would be helpful. TIA amir

Re: Acton without a Form

2002-02-08 Thread Amir N. Nashat
louis, yep...i have something similar and it works fine. [EMAIL PROTECTED] 1:26:41 PM 02/08/02 Strange .. I have the follow in my struts-config.xml, and is working very well actionpath=/changeLocale type=i18nPrototype.ChangeLocaleAction forward

Form bean

2002-02-06 Thread Amir N. Nashat
I am using a form bean for a page called X. Page X has about 6 html elements of which 2 are hidden. Now when this page first renders do the values get initialized from the bean or from the values I explicitly obtain from some business objects I use on the page? The reason I ask is because a

Re: Hi....

2002-01-30 Thread Amir N. Nashat
Hi Chetan, There are no books available at this time though 2 are currently being written that I know of. However, they will not be available for a while. The best place to start is to go to the website jakarata.apache.org and search under struts. there is A LOT of good information there.