Sorry I've send too fast...

 

Hi,

I've got a little question regarding the <html:link>-Tag.

Is it correct when I have this in a jsp:

<html:link action="admin_objekte_new.do?USER_ACTION=EDIT_FORM"
paramName="objekt" paramId="objekteId" paramProperty="objekteId">

and the result looks like this: (?)

<a
href="/ISIMuenchenWeb/admin_objekte_new.do?USER_ACTION=EDIT_FORM&amp;objekte
Id=5858d30b-f760-48be-a0db-c65e497f495a">asdfasdf</a> , <br />

I expected something like:

<a
href="/ISIMuenchenWeb/admin_objekte_new.do?USER_ACTION=EDIT_FORM&objekteId=5
858d30b-f760-48be-a0db-c65e497f495a">asdfasdf</a> , <br />

I've got trouble with the '&amp;' at the objekteid I thought it should only
be an '&'

yours

marc



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

Reply via email to