token-session does not work.

2007-11-03 Thread Ruimo Uno
appropriate way. Any suggestions? -- Ruimo Uno (Shisei Hanai) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception thrown in OGNL evaluation.

2007-08-19 Thread Ruimo Uno
so. As I stated above, the automatic instance creation won't be destroyed. Any other concers to rethrow the system error/runtime exception to the upper layer? -- Ruimo Uno (Shisei Hanai) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception thrown in OGNL evaluation.

2007-08-17 Thread Ruimo Uno
Rane, 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: > Ruimo, > > see below > > Ruimo Uno schrieb: > > Hi, thanks for your comment. > > > > 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: > >> It's no bug, it's a feature... > >&

Re: Exception thrown in OGNL evaluation.

2007-08-16 Thread Ruimo Uno
y class. It triggers O/R mapping layer invocation and lazily accesses the database. As a result, some kind of system exception (such as SQLException) may be thrown while view rendering. > Am Do, 16.08.2007, 17:01, schrieb Ruimo Uno: > > Hi, > > > > I have submitted this to user list

Exception thrown in OGNL evaluation.

2007-08-16 Thread Ruimo Uno
message seems a bit confusing. and difficult to realize what is actually happening (NPE is thrown). Does anybody have better solution on this? Thanks, -- Ruimo Uno (Shisei Hanai) - To unsubscribe, e-mail: [EMAIL PROTECTED] F

'&' is encoded even if the encode attribute of the url tag is set to false.

2006-11-28 Thread Ruimo Uno
Hi, If the url tag is used to generate an URL for the form tag: The generated HTML form tag becomes as following:

Re: Is it possible to configure a request scoped bean of Spring2?

2006-11-12 Thread Ruimo Uno
Thanks! It works fine! 2006/11/12, tm jee <[EMAIL PROTECTED]>: Hi Ruimo, If not mistaken i think we might need this ... ... rgds Ruimo Uno <[EMAIL PROTECTED]> wrote: Hi, I'm trying Spring2 with Struts2 but cannot configure request scoped bean. I've changed

Is it possible to configure a request scoped bean of Spring2?

2006-11-11 Thread Ruimo Uno
erDao': Scope 'request' is not active; nested exception is java.lang.IllegalStateException: No thread-boun d request: use RequestContextFilter Any idea? -- Ruimo Uno (Shisei Hanai) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2 radio UI tag issue.

2006-11-07 Thread Ruimo Uno
2006/11/8, tm jee <[EMAIL PROTECTED]>: There's a related jira issue for this as well reported on WebWork. http://jira.opensymphony.com/browse/WW-1369 I don't think there's an issue comparing the key. What do others think about it? But for rendering the page, we should use the string cause free

Struts2 radio UI tag issue.

2006-11-07 Thread Ruimo Uno
Hi, Current radiomap.ftl file uses the string representation of map key to determine if the radio button should be checked: <#if tag.contains(parameters.nameValue, itemKeyStr)> As a result, only String type of property can be used for the radio tag. In select.ftl file, it uses the map key itse