| Author |
equal symbol expected error
|
jeyakanth yogaratnam
Greenhorn
Joined: Jun 25, 2005
Posts: 9
|
|
Hello there i am getting an error called "equal symbol expected" in lines <html:submit value="Login" title="Click here to Login <%=isRecruiter?"RecruiterDNA":"EmployerDNA"%>" i am getting error in the title attribute. But in the normal html format it is working fine. Can anybody help please with this error. thanks jeyakanth
|
 |
Jilani Jidni
Greenhorn
Joined: Feb 06, 2007
Posts: 8
|
|
Dear jeyakanth It will work try this <html:submit value="Login" title='Click here to Login <%=isRecruiter?"RecruiterDNA":"EmployerDNA"%>'/>
|
With Regards<br /> Jilani Jidni<br /> Bangladesh
|
 |
 |
|
|
subject: equal symbol expected error
|
|
|