[Stripes-users] Stripes Binding Problem

2010-04-30 Thread rplus
I have a user object that gotta be filled by a stripes-form. In action bean; private User user; public User getUser() { user = getCurrentUser(); return user; } getCurrentUser function, returns the currently logged in user from an ejb thatis injected through a little modified

Re: [Stripes-users] Stripes Binding Problem

2010-04-30 Thread Richard Hauswald
Wold you be so kind to post the relevant parts of the jsp and the setUser method? Are you using @StrictBinding? On Fri, Apr 30, 2010 at 2:31 PM, rplus bariskar...@gmail.com wrote: I have a user object that gotta be filled by a stripes-form. In action bean; private User user; public User

[Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Nikolaos Giannopoulos
Hi, I just voted on the following: http://www.stripesframework.org/jira/browse/STS-738 While we have an internal Maven repo and can / will easily add 1.5.3 I am worried that some who rely on Maven will simply stick to 1.5.2 and not get its benefits. This can be said about any release mind

Re: [Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Richard Hauswald
Just voted On Fri, Apr 30, 2010 at 10:12 PM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Hi, I just voted on the following: http://www.stripesframework.org/jira/browse/STS-738 While we have an internal Maven repo and can / will easily add 1.5.3 I am worried that some who rely on

Re: [Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Brandon Atkinson
There seems to be a bit of an anti-maven culture in the stripes community, which is probably why it still hasn't been resolved. There was a thread a little while back about this, and Freddy tried to get the artifact deployed to repo1 through the codehaus manual upload service. The JIRA ticket

Re: [Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Nikolaos Giannopoulos
Hi Brandon, Thanks for replying. Comments in-line Brandon Atkinson wrote: There seems to be a bit of an anti-maven culture in the stripes community, which is probably why it still hasn't been resolved. Hmmm Interesting. I'm not sure what the anti-maven sentiment is but as far as

[Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-04-30 Thread Nikolaos Giannopoulos
Hi, I came across the following reported against 1.4.3: http://www.stripesframework.org/jira/browse/STS-391 While I have used Tiles and am OK with it, Stripes Layout seems nice and being built-in makes me lean toward it more. However, this thread on Tiles being less memory hungry worries me.

Re: [Stripes-users] Stripes Layout Tag - Performance and Memory Issues

2010-04-30 Thread Nikolaos Giannopoulos
Richard, As 1.5.3 has only 2 fixes that appear unrelated to this issue... I take it trying it won't make a difference? Also I came across this just today - albeit it was initially reported against 1.4.3 - but it is still OPEN: http://www.stripesframework.org/jira/browse/STS-391 As far as

Re: [Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Brandon Atkinson
Hi Nikolaos, I wish that the stripes guys were into maven, because I've reaped the benefits firsthand. My comment was just me voicing an observation. I agree with pretty much everything you said in your original post. I like the stripes API; I think it has a lot going for it. However, not