Hi,

I recently migrated to JBoss portal 2.2.1 RC2 from 2.0

And I found this problem.

When I set an attribute in my processAction request object it is not available 
in my doEdit request object.

eg
processAction{
actionRequest.setAttribute("X", value)
}

doEdit{
 value = renderRequest.getAttribute("X") 
 // --> value does not appear it is null 
}

This used to work in 2.0 if I am correct. Is this issue known ?
and is it related to http://jira.jboss.com/jira/browse/JBPORTAL-606

Any info on this would be really helpful.

Thanks,
Sandeep

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928649#3928649

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928649


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to