[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: marinelli  XML
Profile for marinelli -> Messages posted by marinelli [4]
Author Message
hallo Björn ,
I am back.

I would like let you know that if I copy manually the classes, lib and
the faces-config from eclipse to tomcat , my soa projct works.

BUT if I click on "Relaod Server" the lib and
the faces-config under tomcat become corruped, so that I have
to recopy manually the lib and the faces-config from eclipse to tomcat.

an other problem is:
first:
if I start the project from the editor , it works ,
but If I try to start the project from tomcat with
http://localhost:8080/cc-01/natcalc.jsp , I get a empty page.

second:
there is no possibility to get messages from java code with a tag like
<h1><h:messages style="color: blue"/></h1> ?

ciao
marisa


hi Björn

there was no classes copied under:
C:\...\..\Tomcat 6.0\webapps\cc-01\WEB-INF\classes

so I copied my class under :
. Tomcat 6.0\webapps\cc-01\WEB-INF\classes\mma\natcalc\calculate.class

the faces-config under eclipse is this:
<managed-bean>
<managed-bean-name>calculateBean</managed-bean-name>
<managed-bean-class>mma.natcalc.calculate</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>

BUT THE faces-config under
C:\...\Tomcat 6.0\webapps\cc-01\WEB-INF does not contains
my bean definition. So I copied my bean defintion into
C:\...\Tomcat 6.0\webapps\cc-01\WEB-INF\faces-config.xml

SO IT WORKS. I see now my Bean in the cc-editor.

BUT !!!! IF I say "Reload Server" the faces-config.xml under
C:\...\Tomcat 6.0\webapps\cc-01\WEB-INF
is overwritten !!

ciao marisa

I will be back the 3th of july






hello to everybody,

I am developing my very first cc project and I follow the directions given in the video tutorials.

I created my first jsp page and I wrote in eclipse my javabeancode and
I changed the faces-config.xml.

now I want to see my javabean in the layout editor - environement ,
so I click "Reload Server", but no javabean is loaded in the "Bean Browser"

what I have to do in order to see the javabean in the layout editor ?

ciao marisa marinelli
hello to everybody,

I am developing my very first cc project and I
follow the directions given in the video tutorials.

I created my first jsp page and I wrote in eclipse my bean and
I changed the faces-config.xml.

now I want to see my bean in cc - environement in the layout-editor,
so I click "reload server", but I do not see any beans in the beans
browser ...

what I have to do in order to see the bean in cc ?

ciao marisa marinelli




 
Profile for marinelli -> Messages posted by marinelli [4]
Go to:   
Powered by JForum 2.1.6 © JForum Team