Re: login problem

2008-06-11 Thread Anet
Hi; Thank you Laurie. It works if I take out the saveToken / isTokenValid stuff? The login process works correctly and it comes to my action class. But I won't be able to control duplicate submission.    Anet. --- On Tue, 6/3/08, Laurie Harper <[EMAIL PROTECTED]> wrote: From: La

validation problem

2008-05-10 Thread Anet
idation works on my form correctly.but I want when a property is in one of these tables and the validator returns "false" on it, the table will be shown. I don't know how to use result of validation? any idea? Regards. Anet. - Be a bette

Re: Struts validation problem

2008-03-01 Thread Anet
Hi. Thank you very much Dave. my problem solved. Anet. Dave Newton <[EMAIL PROTECTED]> wrote: --- Anet wrote: > whats your mean about rendering tag property? It ate part of my text; I was asking if it renders a tag. If not, you'd have to put it inside one--I just don&#

Re: Struts validation problem

2008-02-27 Thread Anet
Hi Dave; whats your mean about rendering tag property? everything is ok. just validation doesn't work. I use struts 1.1 . Dave Newton <[EMAIL PROTECTED]> wrote: --- Anet wrote: > I have an strange problem with struts validation. Everything is ok. ... > but java

Struts validation problem

2008-02-27 Thread Anet
Hi I have an strange problem with struts validation. Everything is ok. I checked it several times. but java script created by struts are shown on top of my page, where I put any idea? Thanks. - Looking for last minute shopping deals? Find t

using SMTP server

2006-11-01 Thread Anet
Hi everybody; I wanna put a text box on my form that user can enter her email and by submitting, an email send to her. I can do it with a free SMTP server. I set smtp host on localhost in server.xml ( {tomcat folder}/conf/server.xml). But It just works for gmail. It can't send mails to yahoo a

Re: Problem with hidden String[] object

2006-10-20 Thread Anet
FormBean extends ActionForm{ String[] aaas = new String[5]; public String getAaa(int index){ return aaas[index]; } public void setAaa(String a,int index){ aaas[index] = a; } } then in your jsp: 2006/10/20, Anet : > > Hi everybody; > I have a String[] object. but I can't pass it

Problem with hidden String[] object

2006-10-20 Thread Anet
Hi everybody; I have a String[] object. but I can't pass it via form as a hidden object. Is it wrong to pass a string[] object as html:hidden ??? Thanks. - How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.