Hi,
I have a maven project generated usig the stock mvn archetype for tapestry 5.
According to the docs, component templates should be in
src/main/resources/. I can't seem to get those to 'reload' correctly,
forcing me to ctrl + c the maven jetty plug in and re run.
Any input on how to change t
hi all,
i'm newbie on java and tapestry ,i have problem on my loop 's data example
${value}
my Datalist is an ArrayList , my colvalue is String.
my data inside the datalist example like bel
Hello everybody!! im new on tapestry and i have a little question, how can i
get the value of an input that was dynamically added into the form with
javascript, i know that is easy to add inputs whit ajax but i realy think
that its faster and better specially for tapestry type apps, so this is the
John Aronson schrieb:
on the page http://tapestry.apache.org/tapestry5/tutorial1/hilo.html
Let's start with the code, and break it down:
src/main/java/org/apache/tapestry5/tutorial/pages/Index.java
package org.apache.tapestry5.tutorial.pages;
import java.util.Random;
import org.apach
on the page http://tapestry.apache.org/tapestry5/tutorial1/hilo.html
Let's start with the code, and break it down:
src/main/java/org/apache/tapestry5/tutorial/pages/Index.java
package org.apache.tapestry5.tutorial.pages;
import java.util.Random;
import org.apache.tapestry5.annotations.In
You have been asked *several* times now to not hijack other people's threads. Instead of hitting
reply on the next best message just compose a new one to us...@tapestry.apache.org. It's not that
hard and boosts your chances of someone replying to your questions.
Uli
superoverdr...@gmx.de schri
On:
http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Loop.html
there is an example how to render dynamic input fields using a Loop component.
But how do you process the data after form submission?
How can you get a list of all objects back?
Thanks!
Why not use an enum and BeanEditForm?
Olle
2008/12/20 dwi ardi irawan
> hi alli got a little problem here
>
> i want to make this into a select component :
> if the label is "user" then the value would be : 0(Integer)
> if the label is "administrator" then the value would be : 1(Integer)
>
hi alli got a little problem here
i want to make this into a select component :
if the label is "user" then the value would be : 0(Integer)
if the label is "administrator" then the value would be : 1(Integer)
i did that in this way :
*User.java*
private String username;
private String passwor
I can't think of a reason why not.
On Sat, Dec 20, 2008 at 12:28 AM, Angelo Chen
wrote:
>
> Hi,
>
> I use Mac with java 5 to compile the T5 program, can the war file run in a
> server using java 6? thanks.
>
> Angelo
> --
> View this message in context:
> http://www.nabble.com/t5%3A-java-6-and-5
Hi,
I use Mac with java 5 to compile the T5 program, can the war file run in a
server using java 6? thanks.
Angelo
--
View this message in context:
http://www.nabble.com/t5%3A-java-6-and-5-tp21102868p21102868.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
11 matches
Mail list logo