[OT] JavaOne Social Gathering in San Francisco on 6/26 at 8pm

2005-05-30 Thread Van
Please join us for the third annual web developer gathering during JavaOne in San Francisco. After the JavaOne alumni reception at 8:00pm on Sunday evening, we will meet for drinks one short block from Moscone Center at the Thirsty Bear. All Java web developers are encouraged to participate in this

Re: Struts-1.2.7

2005-05-30 Thread James Mitchell
That would be a mistake on our part. Probably due to the (old) way we used to build Struts. At this point it may be safe to assume that the release notes/wiki will be changed to match the distribution. But that has yet to be discussed. I'd like to add a few more comments about this, but I'l

Re: I'm confused

2005-05-30 Thread Rafael Taboada
I'm trying to cache some data in the session context... If is not possible to cache data before the form submit... How can I do this procedure: I have a form about a client and his video list. At the beginning there are html:text in order to fill his name, his telephone number and his address..

Re: I'm confused

2005-05-30 Thread Eddie Bush
Rafael, Look at your config file. Look at your form bean declaration. Notice that it has a name, an implementation class, and (possibly) defines the fields in the form. Look at your action declaration. The "name" attribute for an action that has an associated form will match one of the na

RE: Newbie Question : Session Management without cookies

2005-05-30 Thread Andy
Sorry, have I missed something - where is the need to rewrite the URL yourself? Java/Struts session management uses a cookie, when supported by the browser, otherwise a jsession id is appended to the URL and this is done automatically with the need to manually rewrite the URL yourself (thank goodn

I'm confused

2005-05-30 Thread Rafael Taboada
Hi folks. I'm confused about using ActinForms.. Please can u help to find the light? When I have form in a jsp and when i click the submit button... The actionform associated with the actionmapping is created in the session context? I mean, is the actionform created as an attribute in the ses

Struts-1.2.7

2005-05-30 Thread gdeschen
Hi, I'm upgrading my project to the latest version of struts 1.2.7. In the Wiki under the Dependency section (http://wiki.apache.org/struts/StrutsRelease127) it mentions that the Common BeanUtils version 1.7.0 is required. When I look at the Manifest.mf file found in the struts-1.2.7\lib direct

Re: Security in Struts

2005-05-30 Thread Adam Hardy
Hey, I'm not working! I'm avoiding doing some DIY!!! :) Sorry for you though. I guess someone always has to work. Actually I love CMA, but what put me off a while ago was when I realised that CMA requires an implementation on the browser side that requires the user to stay in SSL after HTTPS a

Re: Security in Struts

2005-05-30 Thread Martin Gainty
Adam I would take a look at finer grained security available thru security-constraints and web-resource-collection identifying the HTTP Method access capability for a specific role http://developers.sun.com/prodtech/appserver/reference/techart/access_control.html (If its any consolation you're n