Re: FB API and Struts2

2010-03-12 Thread Frans Thamura
cool.. hope can share my code after this integration still work with David Whitehurst and Iqbal's code , hope can bring a new thing shortly F On Sat, Mar 13, 2010 at 10:17 AM, Saeed Iqbal wrote: > Feel free to brainstorm how the project should be. I am focusing now on > client side ajax http:

Re: FB API and Struts2

2010-03-12 Thread Saeed Iqbal
Feel free to brainstorm how the project should be. I am focusing now on client side ajax http://ajax4business.wordpress.com/ . i should be back to improve my server work in 2 months. On Sat, Mar 13, 2010 at 6:31 AM, Frans Thamura wrote: > hi all > > i just got Iqbal's code about FB Connect and S

FB API and Struts2

2010-03-12 Thread Frans Thamura
hi all i just got Iqbal's code about FB Connect and Struts2, the code still using the HTTP servlet, and i still finding an idea to make a good architecture for using FB API i see there is 2 way 1. using spring security integrate with Struts2, so we need S2 with SpringSecurity 2. map using interc

Re: How can one use OGNL on custom .tag files?

2010-03-12 Thread Dale Newfield
wild_oscar wrote: However, EL security doesn't allow for expressions in the s:date tag. This is true no matter where the tag resides (.jsp or .tag). If you have an EL value you can use c:set to put it someplace (request scope might be simplest) where you can also address it using ognl. ${d

How can one use OGNL on custom .tag files?

2010-03-12 Thread wild_oscar
I have a custom tag file called with: Inside the tag I want to have: However, EL security doesn't allow for expressions in the s:date tag. I am failing to make the s:date get the name from death.deathDate.date field. I've tried several alternatives in the name attribute of