Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
Is there any way to make prototype javascript and Jquery javasript work together? 2011/4/29 Taha Hafeez > https://github.com/got5/tapestry5-jquery > > <https://github.com/got5/tapestry5-jquery>regards > Taha > > On Fri, Apr 29, 2011 at 1:08 PM, Argo

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
ry > > > > <https://github.com/got5/tapestry5-jquery>regards > > Taha > > > > On Fri, Apr 29, 2011 at 1:08 PM, Argo Vilberg > wrote: > > > >> hi, > >> > >> > >> > http://cssglobe.com/post/1695/easiest-tooltip-and-

how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
hi, http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery Is there jQuery support in Tapestry or other ways is it possible to make this example with tapestry built int prototype javascript? Argo

Re: Tapestry render plain text as html

2011-04-28 Thread Argo Vilberg
putRaw.html > > Adam > > On Thu, Apr 28, 2011 at 11:07 AM, Argo Vilberg wrote: > > I want write simple content management system in Tapestry 5. > > > > If i use String variable in template > > > > ${content} > > > > Then tapestry render

Tapestry render plain text as html

2011-04-28 Thread Argo Vilberg
I want write simple content management system in Tapestry 5. If i use String variable in template ${content} Then tapestry render this text to look like html Example Text is : Teenusest But tapestry shows this in template as

Teenusest

So how can i disable this HTML ren


Re: Tapestry5 and pop-up parameters

2011-01-12 Thread Argo Vilberg
gt; return linkSource.createPageRenderLinkWithContext(pagename, param1, > param2); // to create the link > } > > > window.open('${popuplink}'); > > > I haven't compiled/run this code so please forgive typos etc. > > Josh > > On Tue, Jan 11, 2011 at

Tapestry5 and pop-up parameters

2011-01-11 Thread Argo Vilberg
hi, How to add parameters into Tapetstry page java object if i open page with javascript pop-up windows ? Argo

Tapestry5 and javascript loading...

2010-02-15 Thread Argo Vilberg
Hi, How easy is to write javasript that shows some gif like "loading..." and waiting for server response. Last time i dealing with javascript and Tapestry5 there was very difficult to write any javascript. Tapestry just took control over my own javascript. My example is here www.elavtoit.com/lo

How large can post be in Tapestry 5.1.0.5?

2009-11-08 Thread Argo Vilberg
An unexpected application exception has occurred. - java.lang.IllegalStateException Post too large Hide uninteresting stack framesStack trace - org.apache.catalina.connector.Request.parseParameters(Request.java:2388) - org.apache.catalina.connector.Request.getParam

Re: tapestry 5.1.0.5 and AJAX project/example?

2009-10-28 Thread Argo Vilberg
> > > > As the others say, you can learn a lot from checking out the wiki, source > > code and so on. Read the autocompleter mixin source code and the > > documentation. That's all I needed to get started writing AJAX easy and > > clean. See my code s

Re: tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Argo Vilberg
2009/10/27 Magnus Rundberget > > On 27. okt.. 2009, at 19.58, Argo Vilberg wrote: > > hi, >> >> Is there any project sources on internet where i can learn advance ajax >> and >> Tapestry coding? >> > So you are way beyond > http://tapestry.apac

tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Argo Vilberg
hi, Is there any project sources on internet where i can learn advance ajax and Tapestry coding? Also is i interested jQuery and Tapestry advance examples. And is there possible switch off tapestry javascript and write fully my own javascript? Argo

tapestry 5.1.0.5 with php

2009-10-26 Thread Argo Vilberg
hi Are everyone tried integrage tapestry with php pages? Is it even possible? I mean tapestry servlet send request to php and vise versa. How to manage session state? Argo

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
have you given to the TapestryFilter in you web.xml ? 'App' > prefix > (in 'AppModule') is the name of the filter. > > Regards > Christophe. > > 2009/10/26 Argo Vilberg > > > Thanks, seems taht web.xml variants works. > > > > But AppMo

Re: Verbose path for combined javascript

2009-10-26 Thread Argo Vilberg
Solvoll > I know, but I don't want to do that :) > > On Mon, Oct 26, 2009 at 2:15 PM, Argo Vilberg wrote: > > > Just use > > > > tapestry.combine-scripts > > false > > > > > > > > > > in your web.xml faile and there are no m

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
equestFilter utf8Filter) { configuration.add("Utf8Filter", utf8Filter); // handle UTF-8 configuration.add("Timing", timingFilter); } } 2009/10/26 Inge Solvoll > All of this works for me. > > Are you sure there aren't any JVM para

Re: Verbose path for combined javascript

2009-10-26 Thread Argo Vilberg
Just use tapestry.combine-scripts false in your web.xml faile and there are no more virtual big links. Argo 2009/10/26 Inge Solvoll > Hi! > > The path to the aggregated javascript included on the page by T5 looks like > this: > > /assets/virtual/ > > H4sIAJXQUWrDMAyAYTPY065RyhjUTr

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
ext parameters > 3 contributeApplicationDefaults > 4. contribteFactoryDefaults > > Check your environment to verify the configuration symbol is not duplicated > with a wrong value > > Regards > Christophe. > > > > 2009/10/26 Argo Vilberg > > > I tried > >configu

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
I tried configuration.add(SymbolConstants.COMBINE_SCRIPTS, "true"); and also configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false"); But in bot cases there are my localhost always every javascript its own notation. And in production server always are javascript combained to

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
ot;); } But no success. Argo 2009/10/26 Carl Crowder > There's a configuration variable you can set: "tapestry.combine-scripts" > > See http://tapestry.apache.org/tapestry5.1/guide/conf.html > > Argo Vilberg wrote: > >> hi, >> >> In ta

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
In my environment are development mode but if i put some war to production server, there are production mode. Some time in AppModule.java is configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); Argo 2009/10/26 Argo Vilberg > Secondly, how to tell tapestry

Re: T5: javascript assets

2009-10-26 Thread Argo Vilberg
Secondly, how to tell tapestry production or development mode? 2009/10/26 Carl Crowder > There's a configuration variable you can set: "tapestry.combine-scripts" > > See http://tapestry.apache.org/tapestry5.1/guide/conf.html > > Argo Vilberg wrote: >

T5: javascript assets

2009-10-26 Thread Argo Vilberg
hi, In tapestry 5.1.0.5 javascript are combained together in one file: src=" /digileping/assets/virtual/H4sIAJXQUWrDMAyAYTPY065RyhjUTrdlawc9S3AcOVOb2MZSRtMz7Wq7w$002bJAAn1J6ZsR3y8b$002f$002f6Jx4sQD1II8SRelCYCJkUmYmBtusZ3pHK5lZnMVYiePfcB5JGEXLZX0$002bSflz1YC4ZHuZok6wDEsZ$002fRNEhqPamy0eZUY

autocomplete event

2009-10-22 Thread Argo Vilberg
hi, After autocomplete value are choosed i want change other fields in form. Is this possible? Argo

Re: T51.0.5: Persistent fields may not be up dated until after the page has finished loading.

2009-10-20 Thread Argo Vilberg
I return Page Object class. If i use constructor before return Page class, then page has not finished loading > Constructor? > > ERROR java.lang.RuntimeException: Exception assembling root component of >> page SignDoc: Error persisting field SignDoc:sdocinfo: Persistent fields >> may not

T51.0.5: Persistent fields may not be up dated until after the page has finished loading.

2009-10-19 Thread Argo Vilberg
hi, I got error : In tapestry 5.0.14 i use construction Failid.java signDoc.setSignedDocInfo(startSessionResponse.getSignedDocInfo()); return signDoc; SignDoc.java @Persist private SignedDocInfo sdocinfo; But in tapestry 5.1.0.5 i got error: ERROR java.lang.Runti

Ajax fileupload

2009-10-18 Thread Argo Vilberg
hi Is in tapestry such component like GMAIL fileupload. Choose file and after that, uploading started automatically? Argo

Re: tapestry 5.1.0.5 versus 5.0.14, ckeditor, javarebel

2009-10-17 Thread Argo Vilberg
; > I don't see any "height: 400" in your 5.0 version so how did you set the > height in that version? > Sorry my type. There was no matter what number it was. Always was editor 600px height. > > On Sun, 18 Oct 2009 00:38:13 +0200, Argo Vilberg > wrote: > &

Re: tapestry 5.1.0.5 versus 5.0.14, ckeditor, javarebel

2009-10-17 Thread Argo Vilberg
2009/10/17 Martin Strand > Are you using renderSupport.addScript(...) in example #1? > In example #1 i use @IncludeJavaScriptLibrary({"js/ckeditor/ckeditor.js","js/ckeditorconfig.js"}) > I think 5.0 --> 5.1 changed where included includes are placed. > > 5.0 placed them at the end of your

tapestry 5.1.0.5 versus 5.0.14, ckeditor, javarebel

2009-10-17 Thread Argo Vilberg
hi In tapetsry 5.0.14 works this way to set editor height 1. @IncludeJavaScriptLibrary({"js/ckeditor/ckeditor.js","js/ckeditorconfig.js"}) CKEDITOR.replace( 'editor1', { skin: 'kama', height: 250, }); 2. and not work in tml file ${currentFile} //

Re: tapestry 5.1.0.5 GRID problem

2009-10-16 Thread Argo Vilberg
Strange. If i use Actionlink instead of my own generated form then all works fine. In earlier tapestry action link in grid-rowdoes not work, thats way i use my own form. Little css magic and button is back in grid:) Argo 2009/10/16 Argo Vilberg > hi > This solution works in 5.0.14 b

tapestry 5.1.0.5 GRID problem

2009-10-16 Thread Argo Vilberg
hi This solution works in 5.0.14 but not in 5.1.0.5 tml Ei leitud ühtegi firmat! java @Persist private List companyList; private AriregItem ariregitem; public List getCompanyList() { return companyList; } public AriregItem getAriregItem() { return ariregitem; }

Re: [T4] Two users see the same data - problem with ASO objects

2009-10-13 Thread Argo Vilberg
g much harder. > > Besides, your example is wrong. The constructor must be private, or else > the > singleton is broken. > > Olle Hallin > Senior Java Developer and Architect > olle.hal...@crisp.se > www.crisp.se > > > > > 2009/10/13 Argo Vilberg > >

Re: [T4] Two users see the same data - problem with ASO objects

2009-10-13 Thread Argo Vilberg
very simple solution is creata Singleton java class. public class MallBean{ public final static MallBean INSTANCE = new MallBean(); public MallBean() { } } And access MallBean.INSTANCE.getSomething. And if you first time calling this, class is created and only ONE thi

Tapestry 5.1 upgrade

2009-10-13 Thread Argo Vilberg
upgrade from 5.0.14 -> 5.1.0.5. I have repaired over 10 errors, and now i got this!! sendRedirect does not work. requestGlobals.getHTTPServletResponse().sendRedirect(urll); *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fu

Re: Upgrade to 5.1.0.5 submitbutton problem

2009-10-13 Thread Argo Vilberg
This was jQuery $ problem. jQuery.noConflict() helped. and also, after that my jQuery based javascript does not work. var $j = jQuery; $ variable must replace with $j. 2009/10/13 Argo Vilberg > I also tried very simple example Submitbutton and onSuccess(). > This also does&

Re: Upgrade to 5.1.0.5 submitbutton problem

2009-10-13 Thread Argo Vilberg
re fixed in 5.2 > snapshots. > Take a look at these two, maybe you have one of these issues. You didn' > post > your template, so it is really hard to figure out your problem. > > https://issues.apache.org/jira/browse/TAP5-711 > https://issues.apache.org/jira/browse/TAP5-7

Re: Upgrade to 5.1.0.5 submitbutton problem

2009-10-13 Thread Argo Vilberg
wo, maybe you have one of these issues. You didn' > post > your template, so it is really hard to figure out your problem. > > https://issues.apache.org/jira/browse/TAP5-711 > https://issues.apache.org/jira/browse/TAP5-779 > > > On Tue, Oct 13, 2009 at 1:24 AM, Argo V

Upgrade to 5.1.0.5 submitbutton problem

2009-10-12 Thread Argo Vilberg
In 5.0.14 my submit buttons works fine. But in 5.1.0.5 are not. If i click to submit form no action take place. why? In tapestry 5.0.14 HTML code i see : But in 5.1.0.5 HTML code: Argo

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
If i removetapestry-hibernate-5.1.0.5.jar tapestry-hibernate-core-5.1.0.5.jar tapestry-spring-5.1.0.5.jar then works. 2009/10/13 Argo Vilberg > I get over this error: > Hint: Offending class: javax/servlet/Servlet.class > > > In tomcat log are ERROR:

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
org.apache.catalina.session.ManagerBase - Unloading 0 sessions DEBUG main org.apache.catalina.session.ManagerBase - Expiring 0 persisted sessions DEBUG main org.apache.catalina.session.ManagerBase - Unloading complete 2009/10/13 Thiago H. de Paula Figueiredo > Em Mon, 12 Oct 2009 19:22:05 -0300, Argo Vilb

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
available.* -- Apache Tomcat/5.5.26 2009/10/13 Thiago H. de Paula Figueiredo > Em Mon, 12 Oct 2009 19:14:07 -0300, Argo Vilberg > escreveu: > > INFO: validateJarFile(C:\Program Files\Apache Software > >> >> Foundation\apache-tomcat-5.5.26

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
1:00:53 org.apache.catalina.startup.Catalina start INFO: Server startup in 4406 ms 2009/10/13 Argo Vilberg > I'm trying to upgrade to Tapestry 5.1 from 5.0.14. > I change ApplicationState->SessionState > and also change > *createPageLink<http://tapestry.apache.org/tapes

Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
I'm trying to upgrade to Tapestry 5.1 from 5.0.14. I change ApplicationState->SessionState and also change *createPageLink*(Class

Tapestry5, javascript and ckeditor problem

2009-10-07 Thread Argo Vilberg
hi, I want dynamically change ckeditor height. But tapestry seems not understand dynamic javascript. Tapestry 5.0.14 and ckeditor 3.0 i use this wiki article: http://wiki.apache.org/tapestry/Tapestry5HowToIncludeJavaScript ${currentFile}