...@outlook.com
> > To: users@tapestry.apache.org
> > Subject: RE: Putting property values in Validate
> > Date: Fri, 24 Oct 2014 23:51:48 +0100
> >
> > Hi George!
> > I have never used before this maven archtype? What should I search for
> in seach field in orde
I have made my first app in this way!!! :))) OK, now how can I declare
hibernate connection to this project now? Where do I need to declare it?
> From: wintertime0...@outlook.com
> To: users@tapestry.apache.org
> Subject: RE: Putting property values in Validate
> Date: Fri, 24 Oct 2
Hi George!
I have never used before this maven archtype? What should I search for in seach
field in order to get jumpstart with tomcat running?
> Date: Fri, 24 Oct 2014 17:11:35 -0400
> Subject: Re: Putting property values in Validate
> From: gchrist...@cardaddy.com
&g
Hi Thiago!
I got used to NB, that's why I am using it. OK, here is full stack trace,
http://pastebin.com/6ZwsdMhR
http://pastebin.com/xJKAiybu
I have no idea why is it coming up now so I am yelling "Please help me". :D
> To: users@tapestry.apache.org
> Subject: Re: Putti
Lol Thiago, I still use netbeans but only because work required us too.
In netbeans you can add new project from maven arch and look for jumpstart,
it will just about everything to get you started. Before downloaded, be
sure to use 5.4-beta-22 and the correct repo url. If u want to use jetty
local
On Fri, 24 Oct 2014 18:07:09 -0200, Name Surname
wrote:
Sorry, what I wanted to say is that I am using NetBeans IDE. Tomcat
loads app just fine( after removing some of the jars from Tap5.4. jar
package ), however when I go to address in a browser, it says it The
requested resource is not
.
Any help is appreciated.
> To: users@tapestry.apache.org
> Subject: Re: Putting property values in Validate
> Date: Fri, 24 Oct 2014 17:13:39 -0200
> From: thiag...@gmail.com
>
> On Fri, 24 Oct 2014 16:42:14 -0200, Name Surname
> wrote:
>
> > Hey George. Thank
On Fri, 24 Oct 2014 16:42:14 -0200, Name Surname
wrote:
Hey George. Thank you on your answer. I am using Tomcat and I can't get
Tap5.4 from Apache site, 'cause I don't get any dependency from it? Is
there a POM file with all jars included to build it from Tomcat already
or do I have to g
On Fri, 24 Oct 2014 15:08:54 -0200, George Christman
wrote:
Now's the time to go to 5.4 ;) Validation has changed a lot between
versions not to mention prototype has finally gone away.
Agreed! 5.4 is the way to go now. Actually, Prototype hasn't gone away in
5.4, but you can switch Tapest
Oct 2014 13:08:54 -0400
> Subject: Re: Putting property values in Validate
> From: gchrist...@cardaddy.com
> To: users@tapestry.apache.org
>
> Now's the time to go to 5.4 ;) Validation has changed a lot between
> versions not to mention prototype has finally gone away.
>
&g
Now's the time to go to 5.4 ;) Validation has changed a lot between
versions not to mention prototype has finally gone away.
On Fri, Oct 24, 2014 at 1:02 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 24 Oct 2014 14:41:38 -0200, Name Surname <
> wintertime0...@outlook.com
On Fri, 24 Oct 2014 14:41:38 -0200, Name Surname
wrote:
If I exclude JQuery from my tml page, it fires just fine, however if I
include JQuery, I get issues of not showing error message and strange
JQuery dialog box.
Tapestry 5.3 uses Prototype by default and jQuery, if not taken care, wi
If I exclude JQuery from my tml page, it fires just fine, however if I include
JQuery, I get issues of not showing error message and strange JQuery dialog box.
> From: wintertime0...@outlook.com
> To: users@tapestry.apache.org
> Subject: RE: Putting property values in Validate
> D
firm it submits just fine. I think
what causes this is because I input value into my t:textfield -> Is there any solution to this?
> To: users@tapestry.apache.org
> Subject: Re: Putting property values in Validate
> Date: Fri, 24 Oct 2014 13:27:28 -0200
> From: thiag...@gmail.com
>
On Fri, 24 Oct 2014 12:54:32 -0200, Name Surname
wrote:
Hello, yes it's true I may not be very good with proper words to explain
my situation but let me try it once again.
What I need is following: I have a method that returns some value, now I
want that value to be put into validate, so
What I need is following: I have a method that returns some value, now I
> want that value to be put into validate, something like:
> validate="max=${broj}" which returns value max based on return value from
> getBroj function. I hope it is more clear to you now.
>
> > Dat
turns value max based on return value from getBroj function. I hope it
is more clear to you now.
> Date: Fri, 24 Oct 2014 09:59:31 -0400
> Subject: Re: Putting property values in Validate
> From: gchrist...@cardaddy.com
> To: users@tapestry.apache.org
>
> I think he's havin
I think he's having a very difficult time distinguishing the difference
between serverside and clientside and how they interact with each other.
On Fri, Oct 24, 2014 at 9:44 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> By the way, why do you need a value from server-side whil
By the way, why do you need a value from server-side while validating in
JavaScript? In most scenarios, this doesn't make sense. What exactly is
the logic you want to implement?
By the way, recommended reading for you: How to Ask Questions the Smart
Way: http://www.catb.org/esr/faqs/smart-q
On Fri, 24 Oct 2014 10:10:26 -0200, Name Surname
wrote:
I have made a Q in Tap so if anyone is willing to help thank you!
http://stackoverflow.com/questions/26547184/assigning-passing-value-from-java-function-to-js-jquery-function
You question in StackOverflow is *completely different* fro
I have made a Q in Tap so if anyone is willing to help thank you!
http://stackoverflow.com/questions/26547184/assigning-passing-value-from-java-function-to-js-jquery-function
> From: wintertime0...@outlook.com
> To: users@tapestry.apache.org
> Subject: RE: Putting property values in
Hello, I have searched for Tap documentation and found out FieldValidator would
serve my cause.
I have done following:
@InjectComponent
private TextField brojPolja;
@Inject
private FieldValidatorSource fieldValidatorSource;
public FieldValidator getBrojValidator()
{
On Thu, 23 Oct 2014 22:48:50 -0200, Name Surname
wrote:
Lets say I have an input field with validation parameter something like
and in my Java code I have a public function
getNumber(){
}
Now is it possible to manipulate with Validation like this and how can I
achieve it?
Not exactly
23 matches
Mail list logo