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.
--
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 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
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)
>
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!
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 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
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
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
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
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
11 matches
Mail list logo