[appfuse-user] Constants & Hibernate JMX

2009-05-13 Thread Marian
>You don't need to be an admin, you just need to be signed in. OK, done. Meanwhile I've noticed another problem (or maybe a feature?) - if in the Constants class I add a member of type int, long,... (any elementary type) then I have an error when trying to access the application: 2009-05-12 23:3

Re: [appfuse-user] SimpleJdbcTemplate vs HibernateTemplate?

2009-05-13 Thread Matt Raible
Yes, the reason we do this is so it doesn't execute w/in a transaction. On Tue, May 12, 2009 at 11:43 PM, Reza Farshi wrote: > hi Matt, > In UserDaoHibernate there is a method > >  public String getUserPassword(String username) { >     SimpleJdbcTemplate jdbcTemplate = >     new >

Re: [appfuse-user] Constants & Hibernate JMX

2009-05-13 Thread Matt Raible
This is likely related to the following thread. http://www.nabble.com/How-to-define-another-constants-than-String-to2428530s2369.html#a2590007 Yes, if you have a fix for this, please enter an issue in JIRA and attach a patch. Matt On Wed, May 13, 2009 at 2:28 AM, Marian wrote: >>You don't need

Re: [appfuse-user] SimpleJdbcTemplate vs HibernateTemplate?

2009-05-13 Thread Reza Farshi
thanks On Wed, May 13, 2009 at 7:10 PM, Matt Raible wrote: > Yes, the reason we do this is so it doesn't execute w/in a transaction. > > On Tue, May 12, 2009 at 11:43 PM, Reza Farshi > wrote: > > hi Matt, > > In UserDaoHibernate there is a method > > > > public String getUserPassword(String us

[appfuse-user] s:textfield align in 1 line and label vertical align?

2009-05-13 Thread maker su
Hi there, I have a .jsp with only 1 textfield and 1 button,so I'd like to align them in 1 line. When i use s:textfield with key for validation ,as the following: Here is my question: 1.The label,textfield,button don't align in 1 line.how to do if there are some .jsps with only 2 UIs like