actully its like this

siraj
> > <jsp:useBean id="info" class="java.util.HashMap" scope="page"/>
> >
> > <html:hidden name="jsptreeForm" property="strCatalogname" value="name"
/>
> >
> >  <%
> >         info.put("val1", request.getParameter("strCatalogname"));
> >         info.put("val2","test");
> > %>
> >
> >  <html:link page="/jsp/tree/pdm_treeview.do" name="info">
            test
> > </html:link>
> >
>
> You got it wrong. Create the Map as your FormBean property and access that
> map from the <html:link> tag, *not* by using the <bean:write> tag.
>
>
> --
> Victor Hadianto
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to