Autocompleter character encoding

2006-11-24 Thread Istvan Szucs
Hello! Am i newbie, and i have a question. Please help me. I use the tacos autocompleter component, in my web-app. The autocompelter source is a POJO (with two property, id and name). If i put some character on the page, the autocpleter send the search request to the page, and the request string

Popup window with parameter

2006-12-02 Thread Istvan Szucs
Hello! I have a page, with a javascript: function openPopup(startValue){ var win2=window.open("./app/ListValues&startValue="+startValue,"Listed Values","width=600px, height=600px, resizable=yes, center=yes, menubar=no, scrollbars=yes, status=yes, minimize=no, maximize=no, help=no") win2.creator=

RE: Popup window with parameter

2006-12-02 Thread Istvan Szucs
The question is wrong. The problem is solved. I found this: http://lombok.demon.co.uk/tapestry4Demo/TestPopupSource.html Stef > Hello! > > I have a page, with a javascript: > function openPopup(startValue){ > var win2=window.open("./app/ListValues&startValue="+startValue,"Listed > Values","width

Re: Popup a Tapestry page in a new window?

2006-12-19 Thread Istvan Szucs
Use the org.apache.tapestry.contrib.link.PopupLinkRenderer bean is your page. It is a example, visit this page: http://lombok.demon.co.uk/tapestry4Demo/TestPopup.html Bye! István Szücs > -Original Message- > From: [EMAIL PROTECTED] > Sent: Tue, 19 Dec 2006 15:49:44 +0100 > To: users@tape

[T4] Jetty + tapestry 4.1.2 archetype + UTF-8

2007-09-01 Thread Istvan Szucs
Hi Folks! How can I setup the jetty to use it UTF-8 encoded html page? An exempale: 1. Create a new project, use tapestry 4.1.2 archetype: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry \ -DarchetypeArtifactId=tapestry-archetype \ -DarchetypeVersion=4.1.2-SNAPSHOT -DgroupId=org.examp

Re: [T4] Jetty + tapestry 4.1.2 archetype + UTF-8

2007-09-01 Thread Istvan Szucs
emplate-encoding to "UTF-8", es > described in > http://tapestry.apache.org/tapestry4.1/usersguide/configuration.html > > 2007/9/1, Istvan Szucs <[EMAIL PROTECTED]>: >> >> Hi Folks! >> >> How can I setup the jetty to use it UTF-8 encoded html page

Honeycomb project

2007-10-30 Thread Istvan Szucs
Hi, The Honeycomb project is closed? I can't access to http://honeycomb.javaforge.com/ website. Any info from this project? It is moved somewhere? Best regards, Stef - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[T4] Context real path

2007-11-12 Thread Istvan Szucs
Hi, How can I get the real context path in Tapestry 4.0.2? It is not enough: public void test(IRequestCycle cycle) { String contextPath = cycle.getEngine().getInfrastructure().getContextPath(); } Best regards, Stef GET FREE 5

Re: [T4] Context real path

2007-11-12 Thread Istvan Szucs
> > > @InjectObject(service:tapestry.globals.ServletContext") > public abstract ServletContext getServletContext(); > > > Shing > > --- Istvan Szucs <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> How can I get the real context path in Tap

RE: T4 Excel component

2007-12-11 Thread Istvan Szucs
Hi Joshua, You can user honeycomb's excel export (honey-excel module): http://www.javaforge.com/sharedProjectInfo.do?proj_id=481 You need to contact with the project owner (Marcus) because at this time it is not accessible on javaforge. This project broken on last javaforge upgrade process. I t

Dinamic disable DojoMenuItem2

2007-01-29 Thread Istvan Szucs
Hello! How can i disable/enable dinamic the tacos:DojoMenuItem2 ? Example: It is not work... The [EMAIL PROTECTED]:DojoMenuItem2 never show. Stef -

RE: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Istvan Szucs
Deploy mavenized project: 1. pom.xml: war 2. command prompt: mvn deploy 3. You have a *.war file in your 'project/target' directory. Open tomcat manager and deploy your *.war file with admin role. Jetty: ??? - Jetty + UTF-8: -Dorg.mortbay.util.URI.charset=UTF-8 Tomcat + utf-8: Update t

Re: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Istvan Szucs
gt; none of those options worked for me in T5, > nor template text nor text from database > (text from database displays correctly in the console) > > Davor Hrg > > On 3/19/07, Istvan Szucs <[EMAIL PROTECTED]> wrote: >> >> Deploy mavenized project: >&g