Hi, I'm using Trinidad 1.0.10 with myfaces 1.1.5. I'm trying to simply do a
forward from one faces page to an other passing parameters taken from the
backing bean. I tried using goLink and f:param parameters but it seams that
the goLink doesn't care about the parameters, then I tried with an
h:outputLink with parameters (f:param) but it gives me
"java.lang.NullPointerException: charsetName\n at
java.net.URLEncoder.encode(Unknown Source)". After this I tried with a
tr:commandLink with attributes (f:attribute) and an actionListener defined
wich invokes a method in the backing bean and this one makes a dispatch
getting the attributes from the ActionEvent. When I click the commandLink it
works, but if I go backward with the browser and then click again the
commandLink, after this the code of the backing bean gets invoked a lot of
times after what the server starts to give me StackoverflowError. Some ideas
how can I manage to do the link?, it is getting my nerves to do something so
simple and it doesn't work.
-- 
View this message in context: 
http://www.nabble.com/Trinidad-dispatch-tp21747322p21747322.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to