Your application work fine as web app, when you deploy your portlet in a
portal producer it works????
Your problem is on consumer?
Do you use the taglib of struts bridge? If not this is the problem..
i use this sintax:
<html:link action="/action.do" > Name of link</html:link>
and not have problem..
My problem is when i write:
<html:link action="/action.do?parameter=2" > Name of link</html:link>
At producer all work, but on consumer it dos't work because when i write
String par = request.getParameter("parameter");
it return null...
Regards.
-----Messaggio originale-----
Da: Jesús Cases [mailto:[EMAIL PROTECTED]
Inviato: martedì 27 giugno 2006 11.25
A: [email protected]
Oggetto: Re: Problem with path in WSRP Consumer
Hello Robert, I'm spanish developer and i'm trying to consume from Vignette
7 a portlet deployed at OC4J, vía WSRP.
I had a lot of problems because OC4J doesn't implements
ServletContextProvider Interface and i had to implement it. At the moment i
provide the pages correctly and the struts aplication works fine, but now
the HTML:link Tags of struts don't wrok's, they keep with the first value
and they don't update itself all the HTML in spite of the code changes, the
value of HTML:link don't change.
I'll always be grateful to u if u gave me the source code of your WSRP.
I don't know if someone answer your question, if it doesn't tell me and i
can take a look and if i can help u...
Regards in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]