Hi all,
We implemented a demo using jboss seams and working properly. For
implementing security i want to move some .xhtml file into a new directory called "wizard". but if i am trying to access the .xhtml file in to that directory i am getting an error as
HTTP Status 404 - /DemoChaptor6/wizard/loggedInUser.seam
I know it is a configuration error, but i don't know how to configure it.
Can any one help me pleas.
Regards vivek.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160732#4160732
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160732
<?xml version="1.0" encoding="UTF-8"?>
<if-exists>overwrite</if-exists>
<parent-ref/>
<portal-name>Flex</portal-name>
<page-name>MyPage</page-name>
<window-name>FlexcalljspWindow</window-name>
<instance-ref>FlexcalljspInstance</instance-ref>
left
0
<if-exists>overwrite</if-exists>
<parent-ref>Flex</parent-ref>
<page-name>default</page-name>
<window-name>FlexcalljspWindow</window-name>
<instance-ref>FlexcalljspInstance</instance-ref>
left
0
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160728#4160728
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160728
Hi
it is possible to create portal instance, and you have to mention inthe *-object.xml file
for example see this file
<?xml version="1.0" encoding="UTF-8"?>
<if-exists>overwrite</if-exists>
<parent-ref/>
<portal-name>Flex</portal-name>
<page-name>MyPage</page-name>
<window-name>FlexcalljspWindow</window-name>
<instance-ref>FlexcalljspInstance</instance-ref>
left
0
<if-exists>overwrite</if-exists>
<parent-ref>Flex</parent-ref>
<page-name>default</page-name>
<window-name>FlexcalljspWindow</window-name>
<instance-ref>FlexcalljspInstance</instance-ref>
left
0
see the above example file, you can access by using the url..
http://localhost:8080/portal/portal/Flex
try this
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160727#4160727
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160727