You are right. But I also curious of that. Thanks
On 2/20/06, Jana Parvanova <[EMAIL PROTECTED]> wrote:
> What about something lik this:
>
> <h:commandLink styleClass="table-header" actionListener="#{inboxBean.sort}">
> <f:param name="column" value="name"/>
> </h:commandLink>
>
> Usually you won't need using parameters though.
>
>
> ----- Original Message -----
> From: "Anthony Hong" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, February 20, 2006 4:20 PM
> Subject: How to add url parameter in JSF?
>
>
> > As in html, a requrest url can be something like abc.jsp?a=1&b=2
> > In JSF, links are managed by backend and it is event driven by jsf
> > component.
> > How can I do in original way? As my parameters are generated dynamicly.
> >
> > --
> >
> > Anthony Hong
> >
>
>
--
Anthony Hong