[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-19 Thread baronnet
URL looks like: 

http://localhost:18080/portal/auth/portal/dashboard/admin/default/11?action=6mode=view

The action param is added by the portlet:renderURL tag. So it's difficult 
to guess it.
It's a POST form. Hidden input fields are used to store data. There is no 
action hidden fields. So, if I transform the method from POST to GET (with 
javascript), this parameter is lost. If not specified in the request, nothing 
append.

I need to add it manually, there are 2 solutions:
- I guess how action is computed
- I use javascript or Java in the render phase to extract it and add a hidden 
input field :)

Did you understand my explanations?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038735
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread [EMAIL PROTECTED]
AFAIK They don't claim Portlet support. So it is not surprising that it doesn't 
work.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038415
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread baronnet
Sure, but extremeComponents is working flowlessly with uPortal and Liferay, so 
I was wondering why not in JBoss. In fact I'm developping a portlet oriented 
framework and I want it to run on the largest number of portals. 

Looks like some components will be available on restricted portals.

Thanks for answering me, Thomas.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038423
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread [EMAIL PROTECTED]
If it is JSR 168 compliant it should work in JBoss Portal.
If you figure out what is wrong, please let me know.
If you have a very simple portlet that i can use to test, that could also help. 

Thanks !

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038508
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread baronnet
I think I found why it doesn't work out of the box.

The tag produces a ... with method = POST. Some parameters are set by 
javascript action. But it's too late, the url is already generated (using 
portlet:renderURL). So the GET method is the solution.

With some javascript I can change the method and add the parameters to the url. 
But one parameter, called action, is added by JBoss and I can figure what it 
is. And how to add it manually...

Tomorrow I'll give you some more explanations, but if you could tell me what is 
this action parameter (/portal/auth//11?action=2 for example), it 
would be very helpfull.

Regards,
François

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

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

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread baronnet
...The tag produces a HTML form...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038639
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user