Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (29)
  • Antoine (26)
  • danielandross (17)
  • venkaiah.k (16)
  • shao (14)
  • sirswendu.ganapati (13)
  • eva.das (13)
  • metabyte (12)
  • milos.vacek (7)
  • cristiano.quintao (7)

All time

  • Antoine (1492)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (383)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:server side notification (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:server side notification
#15567
dimitri.van.kerckhoven (User)
Fresh Boarder
User Offline Click here to see the profile of this user
server side notification 4 Months, 3 Weeks ago Karma: 0  
Does the geronimo server allow to do some server side notification?
Suppose I have a form and need to enter a date in the following format: YYYY-MM-DD but suppose someone enters DD-MM-YYYY. Is there a way to let the server tell the user to write it the right way? Or else to solve this problem?

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15568
Antoine (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:server side notification 4 Months, 3 Weeks ago Karma: 28  
Yes, you can validate the format of a String with the field Xpath constraint in the properties view of the form editor.
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#15569
dimitri.van.kerckhoven (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:server side notification 4 Months, 3 Weeks ago Karma: 0  
Thanks for the information !!!

One problem, I'm not able to let it work... Suppose I wan't to check whether the length of the entered value is larger than 10.

Do I need to write:

"string-length() > 10"
string-length() > 10
"string-length(Nameofinputfield) > 10"
string-length(Nameofinputfield) > 10

Because when I enter one the form deploys but it doesn't appear anymore in the processes list...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15614
dimitri.van.kerckhoven (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:server side notification 4 Months, 3 Weeks ago Karma: 0  
So currently I still can't fix it... and I also have another problem.
Suppose I want to enter a name and I want to check whether that name is allready in a database or not. Is there another possibility than sending a notification? Or can it allready be done by showing a message when someone is filling in the form, so not needed to chech the notifications...

Thx
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15646
ravinderjit.singh (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:server side notification 4 Months, 3 Weeks ago Karma: 1  
Hi,

The correct rule for xpath constraints is string-length() > 10 without quotes.
It will be helpful for us to investigate further could you please attach the project here?

Thanks,
Ravinderjit.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop