Hi,

Could you tell me how can I render this HTML code (specially the
#MyTargetLineName) :

<form name="myActionName" method="post"
action="/myaction.do#MyTargetLineName">

with an <html:form anchor ?

I've tryied with :

<%
        String actionName = "/myaction.do#MyTargetLineName";
%>

<html:form action="<%=actionName%>" >

But it render the following HTML code :

<form name="myActionName" method="post" action"/myaction.do">

and the "#MyTargetLineName" string disappeared (I need to have a
#MyTargetLineName rendered after the action)....

Thanks for you help,


Nicolas


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

Reply via email to