I must have done someting wrong.

I tried to pass the value entered in a textfield:
<html-el:text property="searchFirstName" />

to a link this way:
<c:url value="/admin/sortUsers.do" var="ascFirstName">
    <c:param name="searchFirstName"
value="${searchFirstName}" />
</c:url>

and in my action class, I have
String firstName = request.getParameter(
"searchFirstName" );

I tried to print out the firstName, I got a blank!

Please advise what went wrong.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to