[JBoss-user] [JBoss Portal] - Custom Login Page

2006-06-29 Thread ikazarno
hi, 

is the only way to customize the login page is to change the following JSP: 
\jboss-portal.sar\portal-server.war\login.jsp?

thanks

Igor

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3954354#3954354

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954354

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - validation error moving a portlet on the default site

2006-05-30 Thread ikazarno
Hi,

I'm trying to move the user portlet from the left to the center region using 
the web management console. Performing this operation in JBoss Portal 2.2.1RC1 
I get no problem. Using JBoss Portal 2.2.1 and JBoss Portal 2.2.1 SP1 I get a 
validation error. Could you tell me what kind of validation occurs and what can 
be a cause for this error message?

thanks

Igor

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3947688#3947688

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947688


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: validation error moving a portlet on the default site

2006-05-30 Thread ikazarno
indeed very simple solution for my problem :) THANKS!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3947700#3947700

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947700


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - How can I programmatically get the list of jboss portal user

2006-02-13 Thread ikazarno
Hi,

I have two simple questions: How can I programmatically get
the list of all jboss portal users in my portlet? and How can I 
programmatically get the list of jboss portal users who belong to a certain 
group?
 
Thanks,

Igor


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3923264#3923264

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923264


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - NullPointerException at getPortletMode()

2006-01-12 Thread ikazarno
Hi

I have installed the portal 2.2 in order to test my portlet that successfully 
runs under the portal 2.0.1. The first rendering phase succeeds, but I get a 
NPE performing an action. Is this a bug or I did something wrong migrating from 
2.0.1?

java.lang.NullPointerException  at 
org.jboss.portal.portlet.impl.ActionRequestImpl.getPortletMode(ActionRequestImpl.java:45)

Thanks,

Igor

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917170#3917170

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917170


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread ikazarno
After further research I found out that JBoss does handle correctly following 
link:

a href='portlet:actionURLportlet:param name='param' 
value='value'//portlet:actionURL' my action 

However, I need to submit the form data while executing the action. I'm trying 
to achieve this in the following way, but JBoss fails to process the action and 
displays a default portal page.

a 
href='javascript:document.portlet:namespace/currentStateForm.action=portlet:actionURLportlet:param
 name='param' 
value='value'//portlet:actionURL';document.portlet:namespace/currentStateForm.submit()'
 my action 

Any idea How I can workaround this problem?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903515#3903515

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903515


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread ikazarno
The problem is that I have several links on the page which point to the 
different actions but should submit the same form... Therefore I'm setting the 
form action with javascript and then submitting the form. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903571#3903571

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903571


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - How do I write Portlets for my Own Portal..

2005-10-24 Thread ikazarno
Hi, 

Following the instruction from the Topic How do I write my Own Portal.. I 
have created my custom portal. It works fine. Then I've added a portlet to the 
default page. There was still no problem, the portlet is correct displayed! 
However by clicking a link in the portlet I've got a default portal page 
instead of the next portlet page. The link ist rendered by the actionURL tag 
and likes as follows - 
/portal/index.html?ctrl:id=window.myportal.myportletctrl:type=action. Any 
ideas how I can solve this problem?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903041#3903041

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903041


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user