[flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-20 Thread johan.wasserman
= request.getRequestURL().toString(); So either request is null or the request.getRequestURL() method is returning null? I'm not sure why either of those would happen. Jeff --- In flexcoders@yahoogroups.com, johan.wasserman johan.wasserman@ wrote: I have tried and tried, fried my brain

[flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-20 Thread johan.wasserman
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of johan.wasserman Sent: Monday, March 19, 2007 7:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!) Is there a point to posting questions

[flexcoders] Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread johan.wasserman
I have tried and tried, fried my brain, and I am desperate. I firstly wrote a simple portlet and tried to present a flex page on JBoss portal, unsuccessfull because of the - java.lang.NullPointerException at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKe (CacheKeyUtils.java:68) OR

[flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread johan.wasserman
technology or try to get this Flex thing to work? I'll implement the solution, no matter what the technology, but I am proud of Flex and would like to see it work, how about you? --- In flexcoders@yahoogroups.com, johan.wasserman [EMAIL PROTECTED] wrote: I have tried and tried, fried my brain

[flexcoders] Re: Flex CacheKeyUtils error on JBoss Portal

2007-03-11 Thread johan.wasserman
Is there no one out there that can give any response to the error? I have searched Adobe Labs for any groups or comunities on the Flex Tag library to no avail. Is there any other way to intigrate Flex into JBoss portal other than using the Flex taglibs? I desperately need to prsent flex

[flexcoders] Re: Flex CacheKeyUtils error on JBoss Portal

2007-03-11 Thread johan.wasserman
Is there no one out there that can give any response to the error? I have searched Adobe Labs for any groups or comunities on the Flex Tag library to no avail. Is there any other way to intigrate Flex into JBoss portal other than using the Flex taglibs? I desperately need to prsent flex

[flexcoders] Flex CacheKeyUtils error on JBoss Portal

2007-03-10 Thread johan.wasserman
I am trying to deploy a Flex app on JBoss portal using the Flex tag library JBoss Portal 2.6.0 Developer Release 1 JBoss AS 4.0.5 GA Flex 2.0.1 jsp: %@ taglib uri=FlexTagLib prefix=mm % mm:mxml source=/login.mxml/ Portlet code: package com.jboss.portlet.login; import