You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by mailing list <my...@gmail.com> on 2008/02/22 15:55:07 UTC

JPA entities on selectmany and headers

Hi,
i'm new to jsf to bare with me :)
i've created a navigotr.jsf that is just a myfaces panelnavigation2 when  i
add it's code to the page everyting works , when i use jsp:include it
doesn't get rendered it only inclueds the html tags that are in the
.navigator.jsf page and doesn't include any thing that is inside the f:view
? (there's nothing inside the body tags)
second problem i've encoutared is how to convert a JPA entity that i can't
construct from a string value toa a specific entity ?
is there a way to map an entity trough a hashmap and maybe reconstructing it
trough it's key ?
thanks