#sankeideveloper_91744
1 messages · Page 1 of 1 (latest)
This channel is for Stripe technical integration questions, i.e. using Stripe API. For Java specific development, I'd recommend checking the resources online. Some examples for calling another controller in a controller can be found here:
Stack Overflow
I am working on an existing code that is using one controller to call a method on the 2nd controller. There are 2 implementations I have seen so far.
1st Implementation
return new Controller().me...
sorry but i followed the above ideas but it didn't work
Sorry, we can’t help here as this Java specific development. As shared in those articles, calling another controller in a controller is not a good practice in general