You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "julian.hu" <de...@hotmail.com> on 2004/04/09 09:28:41 UTC

question about popuplink

Dear all
     I found a very strange phenomenon of the popuplink.
I made a sample like this :
<body jwcid="@Body">
<form jwcid="@Form">
<tr>
 <td> Account Number: </td>
 <td> <input jwcid="@TextField" value='ognl:visit.accountNumber'/> </td>
 <td> <a href="app?service=page/Page2" jwcid="@contrib:PopupLink" features='ognl:"resizable,scrollbars,top=100,left=100,height=400,width=300"'>Help</a> </td>
</tr>
</form>
</body>.
it works find on the jboss 3.2.1 with jdk 1.4 and tapestry 3.0 rc-1. but it can not be run on then 
tomcat with the same environment. There is a request decode error like this:
HTTP Status 404 - /jsptest/app%3Fservice%3Dpage%2FPage2
what is the reason? I am confused

Julian