Session Validation

2004-02-15 Thread hhlow
Hi, I am sorry if this question have been asked before. How can i check session validation? to check whether if the user is authenticated on each page. I read somewhere about Filters but i still do not know how to implement it. Currently I use a LoginAction to check the user details against the

Email with file created on the fly

2004-01-29 Thread hhlow
How can I send email with a file created on the fly using Struts? Thank you Clement - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Additional Validation

2004-01-28 Thread hhlow
Hi, Question 1 : If i want do more validation with certain fields via database, how can i do it? i am using DynaActionForm. Example : Email : [EMAIL PROTECTED] I have used the validator to validate the format but i want to check with the database if there is the same email being used.

Re: Struts upload

2004-01-27 Thread hhlow
there is struts upload example in the struts download package u also can use the commons package. Clement - Original Message - From: Edgar Silva [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 7:52 AM Subject: Struts upload Hi Folks... Anybody can send to me

Re: Real Dynamic Forms - Using DynaBeans MapBackedForms

2004-01-12 Thread hhlow
Hi Oliver, i am doing a simple login form. well i am using Struts bean. anyway i print the bean out by using bean:write name=user property=username/ but recently i have this no getter method for the bean i dun understand why. coz i have initialised the bean. check out the tut here..it

No getter method for property

2004-01-07 Thread hhlow
Hi, I am getting javax.servlet.jsp.JspException: No getter method for property name of bean user. Please advise. Clement struts-config !-- Form Bean Definitions -- form-beans !-- Logon Form offers user to enter credentials to sing in --