Re: Trunk Demo Management App Themes

2011-07-27 Thread Rajmander Matharu
I want to stop the all mail from OFBiz discussion please help me.

On 7/26/11, ScottA  wrote:
> Has something changed in the current trunk with regard to visual themes?
> Firstly using Win7 pro\IE9 and Smooth Feather,  the preferance and business
> applications drop down will not close and it is impossible to change themes.
> Then when I opened FF, there are only three themes available. Bluelight,
> Smooth Feather and Flat Grey (old). Were the other themes removed? Cheers.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Trunk-Demo-Management-App-Themes-tp3695763p3695763.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


--


Re: Response status problem

2011-07-27 Thread Rajmander Matharu
Stop non Sense Ofbiz
On 7/27/11, Ajay Lashkari  wrote:
> Hi All,
>
> I want to set the Response status 400 in the groovy and result should be
> displayed on the ftl. On screen i am using conditional check. For this i
> have written fail-widgets code in the screen. when i am using
> response.setStatus(response.SC_BAD_REQUEST); in the groovy it is showing
> "null" value of it. So  please give me your suggestions that how can i solve
> it. Thanks in advance.
>
>
> Thanks & Regards,
> Ajay Lashkari
>


-- 
From:
Rajmander Singh Matharu
Software Developer
Consagous Technologies Pvt Ltd Indore
http://www.consagous.com


Re: Response status problem

2011-07-27 Thread Scott Gray
If you're trying to do this from within the screen widget then it is too late 
at that point because the response has moved past that point.  You'll need to 
do it from a request event.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 27/07/2011, at 7:53 PM, Ajay Lashkari wrote:

> Hi All,
> 
> I want to set the Response status 400 in the groovy and result should be
> displayed on the ftl. On screen i am using conditional check. For this i
> have written fail-widgets code in the screen. when i am using
> response.setStatus(response.SC_BAD_REQUEST); in the groovy it is showing
> "null" value of it. So  please give me your suggestions that how can i solve
> it. Thanks in advance.
> 
> 
> Thanks & Regards,
> Ajay Lashkari



smime.p7s
Description: S/MIME cryptographic signature


Response status problem

2011-07-27 Thread Ajay Lashkari
Hi All,

I want to set the Response status 400 in the groovy and result should be
displayed on the ftl. On screen i am using conditional check. For this i
have written fail-widgets code in the screen. when i am using
response.setStatus(response.SC_BAD_REQUEST); in the groovy it is showing
"null" value of it. So  please give me your suggestions that how can i solve
it. Thanks in advance.


Thanks & Regards,
Ajay Lashkari