Re: Portlets in tapestry 4.1 doesn't works

2006-10-19 Thread Vitaly Baranovsky
sorry about this. Either everyone else has been very kind to me or you are the first portlet user using 4.1.1. I will make this my "top priority" of things to do in my next available multi hour segment of time. (Probably sometime during this week. ) On 10/16/06, Vitaly Baranovsky <

How can I do custom Exception page in tapestry portlet?

2006-10-19 Thread Vitaly Baranovsky
How can I do custom Exception page in tapestry portlet? All is fine when I make it in servlet : http://tapestry-tutorial.cloudnine.net.nz/pages-example.html But in portlet it does not work. Help me please! Thanks! _ With best regards, Vitaly Baranovsky

Portlets in tapestry 4.1 doesn't works

2006-10-16 Thread Vitaly Baranovsky
7;t works in tapestry 4.1. Does someone have a solution for this problem? -- With best regards, Vitaly Baranovsky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Redirect in portlets doesn't works

2006-10-16 Thread Vitaly Baranovsky
Good day! Redirect in portlets doesn't work. Sample code: View.html: View.java: public abstract class View extends BasePage{ @InjectObject("service:tapestry.portlet.ActionResponse") public abstract javax.portlet.ActionResponse getActionResponse(); public void doAction() th

Re: "Could not find a strategy instance for class RubricSelectionModel" when working with PropertySelection component

2006-08-03 Thread Vitaly Baranovsky
I can't find when I can serialize or persisting RubricSelectionModel. And RubricSelectionModel implements Serializable. And Rubric class implements serializable too. I doo same code as servlet, but result is still the same :( What can I doo? -- View this message in context: http://www.nabble.c

"Could not find a strategy instance for class RubricSelectionModel" when working with PropertySelection component

2006-08-03 Thread baranovsky
Good day! I'm developing portlet using Tapestry portlet technology (4.0.2). I've created page with PropertySelection component. But it displays error "Could not find a strategy instance for class net.mycompany.portal.news.newslist.RubricSelectionModel". How can I run my portlet successfully? Pl

Re: Why portlet's header doesn't display in jetspeed?

2006-08-03 Thread Vitaly Baranovsky
Yes, I've asked, but there is no answer yet... I've created new issue in jira: http://issues.apache.org/jira/browse/TAPESTRY-1042 -- View this message in context: http://www.nabble.com/Why-portlet%27s-header-doesn%27t-display-in-jetspeed--tf1966990.html#a5628032 Sent from the Tapestry - User for

Why portlet's header doesn't display in jetspeed?

2006-07-19 Thread baranovsky
Sorry for my bad English. With best regards, Vitaly Baranovsky my portlet.xml: http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://ja

java.util.ConcurrentModificationException in portlet when trying to show ArrayList

2006-07-18 Thread baranovsky
lease, help me! Thanks! Sorry for my bad English. With best regards, Vitaly Baranovsky *** EXCEPTION *** org.apache.hivemind.ApplicationRuntimeException component [EMAIL PROTECTED] context:/WEB-INF/View.page, line 7, column 63 2 location 3 http://jakarta.apach

RE: How can I access request parameters in my page class?

2006-07-12 Thread baranovsky
.org > Subject: How can I access request parameters in my page class? > > > Good day! I have tapestry application. I want users enter in browser > http://mycompany.com/mytapestryapp?param1=test, and my page class > receive > value "test" in it's property param1. &g

RE: How can I access request parameters in my page class?

2006-07-12 Thread baranovsky
"James Carman" <[EMAIL PROTECTED]> wrote on 11.07.2006 18:31:07: > Can't you set up a page where they type in the value they want and > then switch over to the page that displays values based on that? No, I can't :( I need user enter link to this page in its browser or clicks on this links in goo

How can I access request parameters in my page class?

2006-07-11 Thread baranovsky
regards, Vitaly Baranovsky P.S.: Sorry for my bad English - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]