customizing css of dojo widget components

2008-05-21 Thread abhilash
Hi all, how can i specify my own css styles to dojo widgets. I am using tapestry4.1.5 any ideas? Thanks in advance. -- View this message in context: http://www.nabble.com/customizing-css-of-dojo-widget-components-tp17359199p17359199.html Sent from the Tapestry - User mailing list archive at N

dojo widget css classes are getting overriden

2008-05-20 Thread abhilash
Hi all, i am using Tapestry4.1.5 in my page i have dojo widget of type date picker.It was not coming up properly.Later i came to know that its css classes are getting overriden by my application css classes because of the same name.Its very tough to change my application's css class name as they a

problem in defining dojo.registerModulePath

2008-05-12 Thread abhilash
Hi all, I am using Tapestry4.1.5 I have a custom widget.When i try to access my custom widget the javascript errors i am getting are as follows. GET http://localhost:8080/dentaprise/asset.svc?path=%2Fdojo-0.4.3-custom-4.1.5%2F../mywidgets/widget/__package__.js404 (23ms)asset.svc (line 766) GET ht

Implementation dojo widget as a tapestry component

2008-05-11 Thread abhilash
Hi all, I am using Tapestry4.1.5 How do i make my own dojo widget as tapestry component. any ideas? Thanks in advance. -- View this message in context: http://www.nabble.com/Implementation--dojo-widget-as-a-tapestry-component-tp17182059p17182059.html Sent from the Tapestry - User mailing list ar

using userdefined dojo components in T4.1

2008-05-10 Thread abhilash
Hi all, i have a datepicker which is built using dojo.When i was using T4.0 i used to plug it to my application.Now we have moved to T4.1.5(dojo integrated) .Now i want to make my datepicker as a component.How can i do it? any ideas? Thanks in advance? -- View this message in context: http://www

Number Formatters in tacos4.1.1

2008-05-09 Thread abhilash
Hi all, i am using tapestry4.1.5,tacos4.1.1. I don't know how to specify the number formatter for my field. any ideas? Thanks in advance. -- View this message in context: http://www.nabble.com/Number-Formatters-in-tacos4.1.1-tp17142912p17142912.html Sent from the Tapestry - User mailing list arc

issues in getting IMarkupWriter object

2008-05-07 Thread abhilash
Hi all, i am using tapestry4.1.5 i have problem in getting IMarkupWriter object in my component.when i say cycle.getResponseBuilder().getWriter(getClientId(), ResponseBuilder.ELEMENT_TYPE) its throwing null pointer exception.when i debugged the sourcecode its failing in getWriter(String id,Strin

cycle.getResponseBuilder().getWriter() is null

2008-04-27 Thread abhilash
Hi all, i am using tapestry4.1.5 i am trying to get writer object from responsebuilder.But it always null. cycle.getResponseBuilder().getWriter(ResponseBuilder.INITIALIZATION_SCRIPT, ResponseBuilder.SCRIPT_TYPE) is null cycle.getResponseBuilder().getWriter() is also null. any ideas? thanks in adva

org.apache.tapestry.BindingException in T4.1

2008-04-20 Thread abhilash
Hi all, I am using tapestry4.1.5.In one of my edit page i am getting following exception. [ +/- ] Exception: Unable to parse OGNL expression '((vobject.client.sub.status)?(detail.tp.fee - tp.pfee):0.0)': Unable to add method java.lang.Double ref2(ognl.OgnlContext, java.lang.Object) to class $AST

Re: @EventListener Issue

2008-04-17 Thread abhilash
estry.form.setFormValidating("ListForm", validateForm); tapestry.form.submit("ListForm"); tapestry.form.setFormValidating("LisForm", validateState); }; tapestry.connect("typeChanged", "onchange&q

Re: @EventListener Issue

2008-04-17 Thread abhilash
No,still not working Andy Pahne-3 wrote: > > > Try > > > > instead of > > > > > > Because you use the parameter "targets" in your @EventListener, you have > to use a component id. > > > Andy > > >

@EventListener Issue

2008-04-17 Thread abhilash
Hi all, i am using tapestry4.1.5 My eventListener is not getting called.This is my code. Choose Type :

Re: @EventListener in a Dialog

2008-04-16 Thread abhilash
/dojo/dialog.html ? > Does your Dialog completely contain a form? > > On Thu, Apr 17, 2008 at 8:25 AM, abhilash <[EMAIL PROTECTED]> > wrote: >> >> Hi , >> I am using tapestry 4.1.5 >> I have a property selection model in a dialog.Propertyselection model

@EventListener in a Dialog

2008-04-16 Thread abhilash
Hi , I am using tapestry 4.1.5 I have a property selection model in a dialog.Propertyselection model is associated with an onchange event.But my @EventListener method is not getting called when onchange happens.I dont know where i am doing wrong? any ideas? Thanks in advance. -- View this message

Re: issus with tapestry4.1.5

2008-04-16 Thread abhilash
Thank you.. abhilash wrote: > > Hi all, > I am using tapestry4.1.5. > How can check the request made is ajaxrequest or normal request? > any ideas? > Thanks in advance. > -- View this message in context: http://www.nabble.com/issus-with-tapestry4.1.5-tp16720756p167390

issus with tapestry4.1.5

2008-04-16 Thread abhilash
Hi all, I am using tapestry4.1.5. How can check the request made is ajaxrequest or normal request? any ideas? Thanks in advance. -- View this message in context: http://www.nabble.com/issus-with-tapestry4.1.5-tp16720756p16720756.html Sent from the Tapestry - User mailing list archive at Nabble.c

Re: issues with redirectexception in tapestry4.1.5

2008-04-16 Thread abhilash
gt; > On Wed, Apr 16, 2008 at 6:56 AM, abhilash <[EMAIL PROTECTED]> > wrote: >> >> Hi all, >> moving to tapestry 4.1.5.In my page i have a submit button which will >> redirect to a page . >> In the action method of a submit button i am throwing a new

issues with redirectexception in tapestry4.1.5

2008-04-15 Thread abhilash
Hi all, moving to tapestry 4.1.5.In my page i have a submit button which will redirect to a page . In the action method of a submit button i am throwing a new RedirectException.In tapestry4.0.2 i had no problems.but in tapestry4.1.5 the browser is not getting refreshed.I am pasting piece of my cod

Re: @tacos:dojowidget problem

2008-04-10 Thread abhilash
? > When are you getting the exception, on render or on submit? > Is the form completely inside the floatingPane? > > On Thu, Apr 3, 2008 at 7:55 AM, abhilash <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> I am using Tapestry4.1.5 and tacos4.1.1 >> In m

@tacos:dojowidget problem

2008-04-02 Thread abhilash
Hi all, I am using Tapestry4.1.5 and tacos4.1.1 In my page i have dojowidget of type FloatingPane. When i tried to include a form in FloatingPane i am getting following exception javax.servlet.ServletException: Component Error/$InspectorButton.link requires r endering support, but no PageRenderS

moving to tapestry4.1

2008-03-31 Thread abhilash
Hi, I am in the process of upgrading from tapestry 4.0 to 4.1 In my page @tacos:FloatingPane is not working. I know that we can't use tacos in tapestry4.1. But i don't know how i can make my floating pane working in tapestry4.1 unable to find FloatingPane class in org.apache.tapestry.dojo.html pac

primaryKey converter problem

2007-08-30 Thread abhilash
28 * ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) 29 * ognl.SimpleNode.setValue(SimpleNode.java:246) 30 * ognl.ASTChain.setValueBody(ASTChain.java:172) 31 * ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177) any ideas? Thanks in advanc

Re: organizing HTML pages into subdirectories

2007-08-23 Thread abhilash
nents " are not working.I am unable to get whats the problem.Is it because of Friendly URLs or because of subdirectories. Daniel Jue wrote: > > Abhilash, > Are you using Tapestry 4 or 5? > > There is a certain directory structure you should model after for > either case.

RE: organizing HTML templates into subdirectories

2007-08-22 Thread abhilash
er.admin subpackage. > > -Original Message- > From: abhilash [mailto:[EMAIL PROTECTED] > Sent: 22 August 2007 14:15 > To: users@tapestry.apache.org > Subject: organizing HTML templates into subdirectories > > > > I have a sub directory called admin under WEB-INF

Re: organizing HTML pages into subdirectories

2007-08-22 Thread abhilash
Thanks for the reply but problem is my html page is unable to find its java class! am i missing to give something in specifications? abhilash wrote: > > I have a sub directory called admin under WEB-INF .My servlet mapping is > > dentaprise > /app &g

organizing HTML templates into subdirectories

2007-08-22 Thread abhilash
I have a sub directory called admin under WEB-INF .My servlet mapping is dentaprise /app i have ListClient.html in admin directory.I am unable to get the page ListClient.where i have to specify my sub directory? any ideas? -- View this message in context: http://www.nabble.

input validators for datepicker component

2007-03-23 Thread abhilash
I'm trying to use a date picker with validation: http://www.nabble.com/input-validators-for-datepicker-component-tf3452865.html#a9631925 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: