Re: [Dojo] Tooltips

2007-03-17 Thread Martin Cooper
On 3/16/07, Musachy Barroso [EMAIL PROTECTED] wrote: After applying JSLinker, Dojo Compressor and JSMin to domTT, I got it down to 21.7K, would that be acceptable? That's a pretty huge shrinkage, and seems reasonable to me. What do other folks think? -- Marin Cooper musachy On 3/16/07,

Tiles2 and json

2007-03-17 Thread Pete
hi all, is it possible to use json and tiles2 togehter? As it seems to me it's only possible to use a json or tiles2 result-type.. What about sitemesh? Using a filter could be the solution, right? Pete - Posted via Jive Forums

Re: [Dojo] Tooltips

2007-03-17 Thread Philip Luppens
On 3/17/07, Martin Cooper [EMAIL PROTECTED] wrote: On 3/16/07, Musachy Barroso [EMAIL PROTECTED] wrote: After applying JSLinker, Dojo Compressor and JSMin to domTT, I got it down to 21.7K, would that be acceptable? That's a pretty huge shrinkage, and seems reasonable to me. What do other

when is struts 2.0.7 coming out ?

2007-03-17 Thread Pedro Herrera
Past almost 1 month after 2.0.6GA release, several changes ocurred in Struts2 after that. I´d like to use and test the next release(2.07beta or 2.1beta). What are the plans, Master, for the next step? Herrera -- View this message in context:

Re: when is struts 2.0.7 coming out ?

2007-03-17 Thread Wendy Smoak
On 3/17/07, Pedro Herrera [EMAIL PROTECTED] wrote: Past almost 1 month after 2.0.6GA release, several changes ocurred in Struts2 after that. I´d like to use and test the next release(2.07beta or 2.1beta). What are the plans, Master, for the next step? Based on this thread [1] it looks like

NPE in CodebehindUnknownHandler

2007-03-17 Thread Usama Rashwan
Hi , I faced a NPE when i try to use CodebehindUnknownHandler below are the full stack trace for this exception , and after i spend some time investigating for the cause of this error it turned to me that I defined [code]struts.codebehind.defaultPackage=babPackage[/code] with incorrect package

[OSS Bamboo] Struts 2 SVN - Main Build build 231 has FAILED (0 tests failed). Change made by Don Brown

2007-03-17 Thread Atlassian Open Source Bamboo Integration Server
The project Struts 2 SVN - Main Build has the following 1 change by 1 author: *Don Brown* made the following changes at 04:39 PM, 17 March 2007 Comment: Better handling of invalid package name WW-1826

Re: NPE in CodebehindUnknownHandler

2007-03-17 Thread Don Brown
Good catch. I filed the ticket [1] and committed the change. Thanks for pointing this out. Don [1] https://issues.apache.org/struts/browse/WW-1826 On 3/17/07, Usama Rashwan [EMAIL PROTECTED] wrote: Hi , I faced a NPE when i try to use CodebehindUnknownHandler below are the full stack trace

[OSS Bamboo] Struts 2 SVN - Main Build build 232 was SUCCESSFUL (with 647 tests). Change made by Don Brown

2007-03-17 Thread Atlassian Open Source Bamboo Integration Server
The project Struts 2 SVN - Main Build has the following 1 change by 1 author: *Don Brown* made the following changes at 04:46 PM, 17 March 2007 Comment: Fixed missing import WW-1826

Struts Form values are null

2007-03-17 Thread Ram123
Hello, I have a form called as UserForm(UserForm.java ) and a UserAction(UserAction.java) configured in the struts config for the dispatch action method named getUserDetails.The UserForm has a property called as userID. My JSP Code is %@ taglib uri=http://struts.apache.org/tags-html;