Fórum

VelocityContext in Liferay 6.1 vs Liferay 6.2

Valerie Lehmann, modificado 10 Anos atrás.

VelocityContext in Liferay 6.1 vs Liferay 6.2

New Member Postagens: 11 Data de Entrada: 25/11/13 Postagens Recentes
Hi

I am developing a portal using Liferay 6.2.

Under Liferay 6.1 we had to import com.liferay.portal.kernel.velocity.VelocityContext into a java class in Eclipse to be able to work with VelocityContext.

However, com.liferay.portal.kernel.velocity.VelocityContext isn't known in Liferay 6.2. How can we work with VelocityContext under Liferay 6.2? What should we import?

Best regards,
Valerie Lehmann, modificado 10 Anos atrás.

RE: VelocityContext in Liferay 6.1 vs Liferay 6.2

New Member Postagens: 11 Data de Entrada: 25/11/13 Postagens Recentes
And the RequestVars also has moved somewhere else in Liferay 6.2.
In Liferay 6.1 it used to be under com.liferay.portal.theme.RequestVars.

Does anyone know where to find it under Liferay 6.2?
Ulrich Buschbaum, modificado 10 Anos atrás.

RE: VelocityContext in Liferay 6.1 vs Liferay 6.2

New Member Mensagem: 1 Data de Entrada: 18/02/13 Postagens Recentes
Are there any news about this? I try to migrate a portlet from 6.1 to 6.2 and this issue prevents me from migrating...
Valerie Lehmann, modificado 10 Anos atrás.

RE: VelocityContext in Liferay 6.1 vs Liferay 6.2

New Member Postagens: 11 Data de Entrada: 25/11/13 Postagens Recentes
No, no news.

Maybe you can work with a own Map instead...