Re: AW: about VelocityTwoColumns layout

2006-06-15 Thread Prashant
Hello, Thanks for prompt reply. I am using Jetspeed 2. I think if i can create my own layout like VelocityTwoColumns , it will help to fulfil the GUI needs.. This customized layout will add some specific tags around the portlets.. Can you guide me How can I achieve this in Jetspeed 2. regards p

AW: about VelocityTwoColumns layout

2006-06-15 Thread apache
for JS1: open controllers.xreg and append a new layout - like this example: Two columns (10/90) org.apache.jetspeed.portal.controllers.VelocityPortletControl ler Here is a two-colums-layout defined. the left co

about VelocityTwoColumns layout

2006-06-15 Thread Prashant
Hello, I am using velocity as view for my portlets. Now i am using VelocityTwoColumns layout for displaying the content as two columns .. but the portlets contents gets displayed as 2 rows instead.. When i saw html source of the page it seems due to tag it is displaying as 2 rows .. when i commen

Re: How to develop Jetspeed with Netbeans?

2006-06-15 Thread Matthew Ryan
Absolutely. I'm a bit flat out at work today but when I get back to my city tonight I will write to you directly and walk you through what I have. Matt Quoting Jose Luis Granda <[EMAIL PROTECTED]>: > Can help you? I like to participate in module development > > 2006/6/15, Matthew Ryan <[EMAI

Re: How to develop Jetspeed with Netbeans?

2006-06-15 Thread Jose Luis Granda
Can help you? I like to participate in module development 2006/6/15, Matthew Ryan <[EMAIL PROTECTED]>: I'm working on a Module for NetBeans that will ease development for Jetspeed 2. It's still a work in progress though. When it's ready I will post it on the mailing list. Matt Quoting arker

Re: How to develop Jetspeed with Netbeans?

2006-06-15 Thread Matthew Ryan
I'm working on a Module for NetBeans that will ease development for Jetspeed 2. It's still a work in progress though. When it's ready I will post it on the mailing list. Matt Quoting arker statis <[EMAIL PROTECTED]>: > I know there's a plugin/template with a standard portlet, search in nb > of

Re: 1. j2:fullDeploy sql Error & 2. Jetspeed deployment algo

2006-06-15 Thread Randy Watler
Akshay, Unfortunately, that can be any number of things related to deployment. Please check the jetspeed.log and catalina.log files for other deployment errors. Also, what version of J2 are you using? Are you using the current plugin? Also, see updates for a velocity based portlet here: http://i

Re: 1. j2:fullDeploy sql Error & 2. Jetspeed deployment algo

2006-06-15 Thread Akshay Ahooja
Thanks! j2:nodbQuickDeploy seemed to do the trick. I tried to create "hello world" and deploy it using the goal you have stated above. Created the webinf/classes/hello.java as well as the webinf/web.xml and webinf/portlet.xml Followed teh steps with the exact code as it shows on http://portals.

Re: 1. j2:fullDeploy sql Error & 2. Jetspeed deployment algo

2006-06-15 Thread Randy Watler
Akshay, I am not terribly familiar with j2:fullDeploy, but you might want to try a nodb goal instead if you are just performing portlet development. I am not sure if that is strictly required for the genapp builds. See the M1 plugin documents for available goals: http://portals.apache.org/jetspee

Re: DatabasePageManager and fragment preferences

2006-06-15 Thread Randy Watler
Nicolas, This has been fixed in 2.1-dev HEAD. Please verify. Randy On Thu, 2006-06-15 at 08:45 -0600, Randy Watler wrote: > Nicolas, > > I am looking at this now... appears to indeed be a bug. Hopefully this > does not take too long to fix :-). > > Randy > > On Thu, 2006-06-15 at 14:59 +0100,

1. j2:fullDeploy sql Error & 2. Jetspeed deployment algo

2006-06-15 Thread Akshay Ahooja
Hi, 1) When I use j2:quickStart it compiles and runs fine. But when I run j2:fullDeploy I get the following error: j2:_db.execute: [sql] Executing file: C:\myportal\target\portal-sql\mysql\populate- userinfo-for-default-psml.sql [sql] [ERROR] Failed to execute: INSERT INTO PREFS_NODE VALU

User attributes

2006-06-15 Thread Brice Lambi
I'm trying to get the user attributes, but the only way I can get it to work is by going into the user management portlet and manually adding a value. I've read the guide at http://portals.apache.org/jetspeed-2/guides/guide-user-attributes.html and added the jetspeed-portlet.xml to my app, but the

Re: DatabasePageManager and fragment preferences

2006-06-15 Thread Randy Watler
Nicolas, I am looking at this now... appears to indeed be a bug. Hopefully this does not take too long to fix :-). Randy On Thu, 2006-06-15 at 14:59 +0100, Dutertry, Nicolas wrote: > Hi, > > I am trying to use the DatabasePageManager in order to have my psml stored > in the database. > I used t

RE: How to access the UserManager from a regular jsp

2006-06-15 Thread Hu, Yiguang
Yes. I was trying to invoke index.jsp directly. I guess I could wrap this as a portlet and put it in the default psml and it should work. There is still one more problem. How could I hide the portlet title and the minimizer/maximizer on the up front login page, but the portlet title, minimizer/maxi

DatabasePageManager and fragment preferences

2006-06-15 Thread Dutertry, Nicolas
Hi, I am trying to use the DatabasePageManager in order to have my psml stored in the database. I used the class PageImporter to copy psml files from my hard drive to the database. Everything works fine except for fragments using preferences. For exemple, when I try to display the following psml

Re: Struts html:link and html:form not rendered as portlet uri

2006-06-15 Thread Ate Douma
Philip Mark Donaghy wrote: On 6/15/06, Ate Douma <[EMAIL PROTECTED]> wrote: Philip Mark Donaghy wrote: > Thanks Ate, that's just what I needed. The app works well until I maximize > the portlet. The following content is rendered in the portlet. > > #correct.action {} #correct.action #form_submi

Re: How to develop Jetspeed with Netbeans?

2006-06-15 Thread arker statis
I know there's a plugin/template with a standard portlet, search in nb official site. Anyway, I mount necessary jars to compile/build my portlet application, and then I build it directly inside deploy directory. On 6/2/06, Jose Luis Granda <[EMAIL PROTECTED]> wrote: Hello, I like Netbeans. How

Re: Undeloying JetSpeed Portlets

2006-06-15 Thread arker statis
When you deploy a portlet the .war file is copied inside webapps directory, and it is exploded. If you delete the war, after few seconds JS2 detect deletion and remove the corrispective webapp. I've never had to restart the cat doing this. On 6/14/06, Ruben Fragoso <[EMAIL PROTECTED]> wrote: Hi

Re: Struts html:link and html:form not rendered as portlet uri

2006-06-15 Thread Philip Mark Donaghy
On 6/15/06, Ate Douma <[EMAIL PROTECTED]> wrote: Philip Mark Donaghy wrote: > Thanks Ate, that's just what I needed. The app works well until I maximize > the portlet. The following content is rendered in the portlet. > > #correct.action {} #correct.action #form_submit {} #incorrect.action {} >

Re: Struts html:link and html:form not rendered as portlet uri

2006-06-15 Thread Ate Douma
Philip Mark Donaghy wrote: Thanks Ate, that's just what I needed. The app works well until I maximize the portlet. The following content is rendered in the portlet. #correct.action {} #correct.action #form_submit {} #incorrect.action {} #incorrect.action #form_submit {} You mean that is rendere

Re: Struts html:link and html:form not rendered as portlet uri

2006-06-15 Thread Philip Mark Donaghy
Thanks Ate, that's just what I needed. The app works well until I maximize the portlet. The following content is rendered in the portlet. #correct.action {} #correct.action #form_submit {} #incorrect.action {} #incorrect.action #form_submit {} "correct" and "incorrect" are the forms in the first

Re: Struts html:link and html:form not rendered as portlet uri

2006-06-15 Thread Ate Douma
Philip Mark Donaghy wrote: Hi, I'm not sure what I am doing wrong yet but the struts taglibs do not render portlet URLs. Is there something I must do to make this happen? I am using the 1.2.6-1.0 struts bridge with the PortletTilesRequestProcessor. Seems to happen automagically in the jpetstor

Re: How to access the UserManager from a regular jsp

2006-06-15 Thread Ate Douma
You need to invoke your index.jsp from a portlet to be able to use the portlet api/taglibs, while you seem to be invoking your index.jsp directly from the jetspeed context, right? I suggest wrapping it in a portlet instead, then it all will work. Hu, Yiguang wrote: I am trying to put an index.js