[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-09 Thread gilboay
hi again - This is not a markup problem. I've modified the code to generate valid HTML (enclosing all attributes with double quotes). The problem is with the actual value of the action attribute. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936070#3936070

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-06 Thread gilboay
hi, I'd rather not used JSP at this point. I'm trying this with a sample code from the book Building Portals with the Java Portlet API (Apress), by Jeff Linwood Dave Minter. Here is the full listing of the portlet class: | package com.portalbook.portlets; | | import

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-06 Thread mholzner
I'm not sure if this is a forum problem, or if you forgot the quotes around all the attribute values that you write. instead of: | writer.write(FORM ACTION=); | writer.write(renderResponse.createActionURL().toString()); | writer.write(); | try |

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-05 Thread gilboay
Generated URL means the actual url returned by the RenderResponse.createActionURL() method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935063#3935063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935063

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-05 Thread [EMAIL PROTECTED]
Why not using the portlet tag portlet:actionURL/ ? And at least please show us exactly the code you write, since it seems that there is a problem with it. Help us help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935065#3935065 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-04 Thread gilboay
hi - i've tried both GET and POST - the same behaviour happens for both of them. Any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934656#3934656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934656

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-04 Thread [EMAIL PROTECTED]
What is Generated URL ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934768#3934768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934768 --- This SF.Net email is

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-03 Thread mholzner
is your form using POST or GET ? try form method='POST' action=' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934464#3934464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934464