I would like to know how it could be possible to load text data of a webdav
repository from an external java application ?
I am running JBoss portal 4.0.2 and I believe that it is possible to connect to
its webdav implementation via the method :
| WebDAVUtil webdav = new WebDAVUtil();
| we
That's fine. I modified several files and added an xhtml mime type "text/html"
and it does what I want.
I can edit the new files... but not the old ones...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880596#3880596
Reply to the post :
http://www.jboss.or
In the AdminCMS portlet, I have plain text files (actually HTML files that have
the .xhtml extension) and I would like to edit them such as we already can with
.txt files.
I already had a look in the XML files to change the mime types supported but it
does not seam to be the right place to modi
If I do not use webdav, where would I store my HTML code ?
I did not think about using a page layout generated by the portal. I will have
a look on how to do this, beginning with the -pages.xml and -portal.xml files...
OK to use a taglib that queries the CMS to get the content and include it.
Vi
How would you include HTML code into another HTML page ?
The HTML page is stored in the webdav of Jboss Portal.
I read the HTML pages via an url like http://localhost/webdav...
And I have common files such as headers, footers to include into several HTML
pages.
Have an idea ?
Could we for examp
The nukes technology is PHP, right ?
So, the users edit directly the HTML pages which are the current sources for
the website from the wysiwyg editor...
Another question is where are the HTML pages stored : in the webdav, the file
system, a database, any other way ?
View the original post :
ht
I am in charge of choosing a CMS technology to rebuild our company website, and
I would like to know how the JBoss Portal manages the dynamic data for this
site Jboss.org ?
What is the technology behind (pure html, jsp, others) ?
Do the users use the CMS tool for the portal to update the website
Yes, it should... but it does not :(
I resolved the fact...
The javascript logged an error (copyform is not defined) for that function
function fillform(val)
{
copyform.copytopath.value = val;
copyform.showcopytopath.value = val;
}
Because I was using Mozilla Firefox
That is a great idea.
Hope it will succeed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875371#3875371
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875371
---
S
Actually, the problem is that the input which name is "showmovetopath", comes
disabled.
When the form is sent, the value inside remains blank.
So that is why we have a null pointer exception after posting (or even
cancelling).
So my question is : how to enable it ?
View the original post :
htt
My web.xml under portal-core.war seems correct.
| http://java.sun.com/dtd/web-app_2_3.dtd";>
|
|
| URL
| http://localhost:8080/webdav/files
|
|
|
| WebDAV server URL
|
|
| rootdir
| /files
| WebDAV Di
OK thanks.
So maybe JBoss portal is not the right application for my needs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875049#3875049
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875049
I cannot get a file to be moved, or copied, to another directory ?
I logged in the application as admin and it is like I do not have the rights.
I have an exception which occured both on my installation, and in the bundle I
just downloaded too.
2005-04-22 16:17:01,926 INFO [STDOUT] java.lang.Nul
Thanks for the reply.
The application is a Struts based application. So, there is only a unique
servlet to modify (I think)... That's why I would like to know if it is enough
to modify the Struts servlet into a JBoss portlet, to make the application work
in the new environment ?
View the origi
I would like to know what are the possibilities to migrate an existing web
application into a portlet applicated deployed in JBoss Portal ?
The web application is an ear package which works good on JBoss AS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38743
For now, the problem is still there.
So I posted my solution at :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874301#3874301
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874307#3874307
Reply to the post :
http://www.jboss.org/index.html?module
16 matches
Mail list logo