It seems this problem happens even in regular input fields, not just h:inputText, and it persists even when I switch the viewhandler to com.sun.facelets.FaceletViewHandler, which suggests to me a facelets bug (I'm using the latest I could find, 1.1.9) or maybe a misconfiguration on my part (I'm apparently forgetting the undocumented <randomly-suck>false</randomly-suck> config item).
Anyone who has actually gotten the RI to work on a less than trivial application care to tell me what versions and config they're using?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972431#3972431
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972431
Peter,
Thanks for the response. After observing the deploy folder i have the following questions:
how does the url: http://localhost:8080/portal/portal/default/helloworld maps to the deployed war file in "C:\jboss-4.0.4-Portal2.2.1SP1-EJB3\jboss-4.0.4.GA\server\default\deploy"
I mean this is the folder where are the war files are placed. until now i have tried portlets, by adding pages to default JBoss Portal.
But i am not very clear how to create my own portal and add pages to it
In short when i say http://localhost:8080/portal/mycompanyportal/companydefault -> should show my company portal , not the jboss default one.
Should i do the following ?
1.Create a mycompany-portal.sar file.
this sar file in-turn contains
conf
lib
war
conf -> contains data, hibernate, themes ..etc
lib -> contains all the library files
war -> contains web-inf , Meta-inf files. (but i am not very clear here). since all the example portlets, i tried until now have class-files ( organized via class folders, org.jboss.portal.hello.helloworld.class) inside the war,
but in the C:jboss-4.0.4.GA\server\default\deploy\jboss-portal.sar\portal-samples.war does not have any classes
am i missing some thing?.
Can you please throw some light.
thanks for all the help
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972429#3972429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972429