Re: Problem with h:panelTab and h:commanLink

2006-04-21 Thread Todd Papaioannou
The error message you are getting from the Sun implementation is really telling you that you don't have your command link wrapped in an h:form. Try adding that. -- View this message in context: http://www.nabble.com/Problem-with-%3Ch%3ApanelTab%3E-and-%3Ch%3AcommanLink%3E-t1415426.html#a4034892

Re: jsf portlet input components do not set their values to the model

2006-04-20 Thread Todd Papaioannou
Are you able to run multiple portlets that use commandLink or commandButton on the same page? I have never been able to get that to work. A single portlet works fine, but two don't. Todd Dave Brondsema wrote: I don't think using a different portlet container will make a difference. I'm

Re: Do Portlet Modes and JSF navigation work together?

2006-02-28 Thread Todd Papaioannou
Stan Thanks for the reply. I took that section out, but that wasn't it. I'm wondering if perhaps I'm missing some jar file(s) and something is just silently failing in the background. Is there a list of jars I need to include with my portlet for MyFaces to work correctly? Thanks Todd Stan